I'm on Ubuntu 16.04 64bit and wanted to have auto-mount of partitions (NTFS) after boot up. I edited the /etc/fstab
file and added the following line of code:
UUID=5CB5FBB62D2AA5D5 /partitions ntfs rw,auto,users,exec,nls=utf8,umask=003,gid=46,uid=1000 0 0
After this addition the partition with that UUID does not show up in nautilus left side navigation bar, instead all its contents are found in /partitions
. How can I make the partition show up in nautilus?
mkdir /media/windows
too) – Zanna Jul 13 '16 at 06:55