I dual boot with Windows and have an NTFS drive where I store all my pictures and documents so I can have them accesible to both systems. I think I have made the correct entries in fstab but only one of my drives show up in Nautilus under devices or as as removable devices under Cinnamon? I can access the drive by going into /mnt/Media where it is mounted. I want them to be permenantly mounted as they are both internal drives. Plus I should be able to access them without entering the root password each time. Here is my fstab.
#
# /etc/fstab
# Created by anaconda on Sat Oct 13 11:46:08 2012
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/vg_midnight-lv_root / ext4 defaults 1 1
UUID=908141f4-8d54-4b7c-9be9-0647077252b4 /boot ext4 defaults 1 2
/dev/mapper/vg_midnight-lv_home /home ext4 defaults 1 2
/dev/mapper/vg_midnight-lv_swap swap swap defaults 0 0
/dev/sdb1 /mnt/Media ntfs rw,auto,user 1 2
/dev/sdc1 /mnt/Windows ntfs rw,auto,user 1 2
If someone could help me I would greatly apprecite it.
---------- Post added at 09:32 AM ---------- Previous post was at 09:20 AM ----------
I figured it out mostly. You have to mount under media instead of mnt. I still have to enter root password when accessing the Windows drive though.