I have two internal drives that I would like to auto mount at startup. I have tried editing fstab but I just can't get right, could I get some help with this please.
The two drive inquestion are both ntfs and store my music folders
sdb
├─sdb1
└─sdb2 ntfs New Volume E01CBBD21CBBA248 680.8G 27% /run/media/koo/New Volume
sdc
├─sdc1
└─sdc2 ntfs Storage 640841240840F718 256G 45% /run/media/koo/Storage
This is a copy of my fstab file.
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=93f09d99-a371-4307-ad49-0654cf9b5097 / ext4 defaults,noatime,discard 0 1
UUID=270efedc-f7d1-4115-8ce3-c0efc33fea07 /home ext4 defaults,noatime,discard 0 2
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
Thanks