Here is an example of a configuration to add to the fstab file:
/dev/sda4 /media/WinData ntfs uid=<user_name>,exec,fmask=037,dmask=027 0 0
fmask and dmask change the permissions of files and directories respectively. The numbers represent the permissions to turn off, and 4, 2, 1 represents read, write and execute respectively.
After setting this, the partition needs to be mounted by root using
mount
command line.For more details, see this post: http://ubuntuforums.org/showthread.php?t=283131
No comments :
Post a Comment