Hi i am trying to automount two of my ntfs partitions (sda5 and sda6) on my laptop (it has only one hard drive).I edited /etc/fstab file as suggested in ubuntu sites and it looks like this now
# /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>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda2 during installation
UUID=541dd69d-b17f-492a-a7d9-76288420572c / ext4 errors=remount-ro 0 1
# swap was on /dev/sda3 during installation
UUID=69826754-dc75-4de3-b48d-33bb5125c447 none swap sw 0 0
UUID="5E677FCD2164E8C3" ntfs-3g /home/mount/D uid=1000,gid=1000,umask=0022,sync,auto,nosuid,rw,nouser 0 0
UUID="169A708B75D3D9CD" ntfs-3g /home/mount/E uid=1000,gid=1000,umask=0022,sync,auto,nosuid,rw,nouser 0 0
blkid command gives the following result
/dev/sda1: UUID="DABE11ABBE118165" TYPE="ntfs"
/dev/sda2: UUID="541dd69d-b17f-492a-a7d9-76288420572c" TYPE="ext4"
/dev/sda3: UUID="69826754-dc75-4de3-b48d-33bb5125c447" TYPE="swap"
/dev/sda5: LABEL="D" UUID="5E677FCD2164E8C3" TYPE="ntfs"
/dev/sda6: LABEL="E" UUID="169A708B75D3D9CD" TYPE="ntfs"
However when i boot i get the message "an error has occured to ntfs-3g. press S for skip mounting and M for manual recovery " When i enter S it boots but without mounting the partitions. What do i do ?
I have included quotes in UUID in fstab entry. Is it necessary. I tried booting without this. But then the drives are not only mounted but are not detected also in the left pane of nautilus. Synaptic shows that ntfs-3g is installed.
I tried pysdm. It was automounting but it was not allowing read or right the partitions. Also once I unmount any of these partitions it wouldn't let me mount it.



