Mounting a second drive
by Nuuk from LinuxQuestions.org on (#52ZMZ)
I have a PC dedicated to playing music, the operating system on an SSD, and the music on another drive.
I am trying to get the second drive to mount automatically without luck. After much researching, I got the UUID number of the drive, and then I modified the fstab file as follows:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc/procprocdefaults00
# /dev/sda1
UUID=42007db2-50af-46ae-9f4c-8b87b87c893f/ext4rw,errors=remount-ro01
# /dev/sdb
UUID=3b754aac-49bb-46fd-b3fc-e253449a1f62 /media ext4 rw,errors=remount-ro01
If I mount the sdrive manually, it goes to the media folder, but it is still not mounting automatically. Can anybody advice what else I have to do please?


I am trying to get the second drive to mount automatically without luck. After much researching, I got the UUID number of the drive, and then I modified the fstab file as follows:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc/procprocdefaults00
# /dev/sda1
UUID=42007db2-50af-46ae-9f4c-8b87b87c893f/ext4rw,errors=remount-ro01
# /dev/sdb
UUID=3b754aac-49bb-46fd-b3fc-e253449a1f62 /media ext4 rw,errors=remount-ro01
If I mount the sdrive manually, it goes to the media folder, but it is still not mounting automatically. Can anybody advice what else I have to do please?