On Tue, 2005-08-30 at 11:08 +0900, Dave Gutteridge wrote:
Okay, the current /etc/fstab file has this entry in it: /dev/hda1 /mnt/windows vfat rw,noauto,user,uid=512,gid=1002 0 0
When I run "mount -a", I get no errors.
But when go to the /mnt/windows directory at the command line, it's empty.
noauto tells mount -a to ignore it. Also, you should remove user if you're specifying uid and gid.