Robert Fisher wrote: > > I have mounted my Windows Hard Drive D but unless I am in as root I do > not have write access. > > Below is my fstab file. Can someone advise me what I need to do to give > me write and read access to this partition from users other than root?
I use: /dev/hda1 /DOSC vfat user,gid=504,umask=002 0 0 Where 504 is the group ID for the users who need to access the drive (from /etc/groups). You also need to set the appropriate group and user permissions on /DOSC (or whatever) before mounting it. Vik :v) -- /"\ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . /"\ \ / ASCII Ribbon Campaign One of The Olliver Family \ / X - NO HTML/RTF in e-mail http://olliver.family.gen.nz X / \ - NO MSWord docs in e-mail Public PGP key available there / \
