On Tue, 2005-12-06 at 23:08 +0530, Rony Bill wrote:
mehul wrote:
I have mounted it as /entertainement Now, I cannot write to that partition using normal user account. Though I can do it as root. I tried to change the permissions using root but I couldn't allowing to do so.
Add this line in your /etc/fstab
/dev/hda? /entertainment vfat rw,exec,users,uid=username,gid=groupname 0 0
Reboot your system.
Reboot is not necessary :)
1. as root umount the file system and 2. then as user "uid" remount the filesystem.