You are not logged in.
So here's my /etc/fstab:
# /dev/sda4
UUID=97579328-0ee2-458b-a0fa-6323da7989a4 / ext4 rw,relatime 0 1
# /dev/sda1
UUID=4900-B0E7 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2
#Windows Partition
UUID=9ADEBD39DEBD0E8F /home/rafael/windows ntfs3 uid=1000,gid=1000,rw,user,exec,umask=000 0 0
#Data Partition
UUID=E0BA3ACBBA3A9DCA /home/rafael/data ntfs3 uid=1000,gid=1000,rw,user,exec,umask=000 0 0
I have dual boot, it boots ok, I can choose between the two OS's ok, but, for some unknown reason, I can mount the windows partition as read/write but not the data partition, no matter what. I try to not install ntfs-3g since the last time I did it screwed up with the capacity of reading ntfs flash drives and external hdd's.
Is there a way to make fstab mount the data partition as read/write or it is limited to mount only one partition like that?
Offline
What is recorded in the journal when /home/rafael/data is mounted?
Offline