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
