How do I ensure all of my other internal hard drives are mounted by default upon boot up of Ubuntu 17.10?
Every time I start my Ubuntu 17.10 computer and log in, I have to Open "Files" - then Click "+ Other Locations" to see the list of attached devices. Only once I do this am I able to look at the contents of these additional internal hard drives.
Here is my details when I edit fstab
# /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>
# / was on /dev/sda5 during installation
UUID=3b693200-e592-483d-9b74-701739be0c08 / ext4 errors=remount-ro 0 1
/swapfile none swap sw 0 0
/dev/disk/by-uuid/508a6797-6705-48f9-b698-c9b7abb410e2 /mnt/508a6797-6705-48f9-b698-c9b7abb410e2 auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/00aa1e3e-f053-4644-804b-e397c60551ba /mnt/00aa1e3e-f053-4644-804b-e397c60551ba auto nosuid,nodev,nofail,x-gvfs-show 0 0
I haven't edited this yet, but this is what I see. It appears as though auto is already there.
Is this a Bios setting or can it be solved by a setting in Ubuntu 17.10? Your advice or help would be appreciated. Thanks, Brett
Am I to edit or update a file somewhere? Is there a visual app to do this same thing? "Disks"?
If I do not get this correct could my computer not boot or give issues? Sorry, but I'm still a novice and (trying) to learn.
– BarbadosBrett Feb 03 '18 at 19:55/etc/fstab
. I have added further details to my answer as to how to do that. – muclux Feb 03 '18 at 20:02/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).
/ was on /dev/sda5 during installation
UUID=3b693200-e592-483d-9b74-701739be0c08 / ext4 errors=remount-ro 0 1
– BarbadosBrett Feb 04 '18 at 00:27I haven't edited this yet, but this is what I see. It appears as though auto is already there.
– BarbadosBrett Feb 04 '18 at 00:27fstab
is for the automatic file system type recognition, not for the automatic mount. I have yet to study what 'x-gvfs-show' means. – muclux Feb 04 '18 at 07:39