this is what i get for 2nd option
kronikpillow@susanoo ~ $ sudo ntfsfix /dev/sda4
Password:
Mounting volume... Windows is hibernated, refused to mount.
FAILED
Attempting to correct errors...
Processing $MFT and $MFTMirr...
Reading $MFT... OK
Reading $MFTMirr... OK
Comparing $MFTMirr to $MFT... OK
Processing of $MFT and $MFTMirr completed successfully.
Setting required flags on partition... OK
Going to empty the journal ($LogFile)... OK
Windows is hibernated, refused to mount.
Remount failed: Operation not permitted
kronikpillow@susanoo ~ $ sudo ntfsfix /dev/sda5
Refusing to operate on read-write mounted device /dev/sda5.
kronikpillow@susanoo ~ $
the first option now shows the drives in the file manager but when i click on it it says
unable to mount location
/mnt/windows:/ operation permitted for root only
so basically the 1st option is trying to mount something that is already mounted in to /mnt/data
here is my fstab
# /etc/fstab: static file system information.
#
# <fs> <mountpoint> <type> <opts> <dump/pass>
# /dev/ROOT / ext3 noatime 0 1
# /dev/SWAP none swap sw 0 0
# /dev/fd0 /mnt/floppy auto noauto 0 0
none /proc proc nosuid,noexec 0 0
none /dev/shm tmpfs defaults 0 0
# /dev/sda7 at time of installation
UUID=6db329ff-9790-4975-8483-55132fbf4434 /home ext4 rw,relatime,errors=remount-ro 0 2
# /dev/sda6 at time of installation
UUID=ea4da217-38fc-4825-b6b6-87446127e1fb / ext4 rw,relatime,errors=remount-ro 0 1
UUID=2292C92A92C90371 /mnt/windows/ ntfs defaults,noatime,x-gvfs-show 0 2
UUID=01D4C587E78AB0F0 /mnt/data/ ntfs defaults,noatime,x-gvfs-show 0 2