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




Reply via email to