/dev/hda2 /home/robert/storage vfat uid=500,gid=500,umask=007 0 0 in the fstab file got the partition mounted OK but still no user write access.
How do I know if these uid's are correct? Any more ideas? On Mon, 2003-01-27 at 19:53, Col wrote: > I use > /dev/hda1 /mnt/c vfat user,noauto 0 0 > when I want to manually mount > > or > /dev/hda1 /mnt/c vfat uid=500,gid=500,umask=007 0 0 > (adjust user and group id accordingly) > > > Col. > > > > Robert Fisher wrote: > > I am sure I have done this before but at the moment I am having trouble. > > > > I can use the following command (as root) to see my fat32 partition but > > only root has write access. > > > > mount /dev/hda2 /home/robert/storage -t vfat > > > > or in fstab... > > > > /dev/hda2 /storage vfat rw 0 0 0 > > > > How do I get user write access to the fat32 drive? > > > > Robert > > > > > > > >