I have just installed gutsy. I have a fat32 partition for data that I share with XP. On previous releases I have set this up to mount by editing the fstab with this line;
/dev/sd5 /media/Data vfat user,fmask=0111,dmask=0000 0 0
This time I used the disk management in kubuntu system settings and although I can see it I can't write to it despite having ticked 'make writable'. The line that has been added to fstab is as follows;
/dev/sda5 /home/me/Data auto nouser,atime,auto,rw,nodev,noexec,nosuid 0 0
(ignore the different location)
What is stopping the drive being writable, despite appearing to have a rw tag, and is there any reason why I shouldn't just copy the old line I used to use. The 'arguments' used in the new gennerated line are completely different.
thanks
/dev/sd5 /media/Data vfat user,fmask=0111,dmask=0000 0 0
This time I used the disk management in kubuntu system settings and although I can see it I can't write to it despite having ticked 'make writable'. The line that has been added to fstab is as follows;
/dev/sda5 /home/me/Data auto nouser,atime,auto,rw,nodev,noexec,nosuid 0 0
(ignore the different location)
What is stopping the drive being writable, despite appearing to have a rw tag, and is there any reason why I shouldn't just copy the old line I used to use. The 'arguments' used in the new gennerated line are completely different.
thanks
Comment