In linuxconf...Access local drive..set mask of partition to '000'(zero-zero-zero)(simple zero should also work :-)) which allows everybody write access to partition.
Hint: Its second last or third last option. I dont know exactly where but its there!
Amish.
Sameer Shinde wrote:
How can I give the permision to other users to write to windows partitions?
On Mon, 13 Aug 2001, Amish Mehta wrote:
In linuxconf...Access local drive..set mask of partition to
Don't use linuxconf.
'000'(zero-zero-zero)(simple zero should also work :-)) which allows everybody write access to partition.
You want to change permissions for the mount point, not the partition. (that's /mnt/windows and not /dev/hda2)
In /etc/fstab, under the options column for your windows partition, put mode=777
I won't tell you more, because I expect you to follow this up with man fstab and man mount.
Philip