Author: Gary NicholsDate: Subject: fstabed in the back
On Tuesday, May 20, 2003, at 08:59 AM, Rob Wultsch wrote:
> So like:
>
> /dev/hda2 /stuff vfat auto,users 0 0
The line should be:
/dev/hda2 /stuff vfat noauto,user,umask=000 0 0
(note: user not users)
Make sure that your user account owns /stuff beforehand.
Manually mount the partition. This has worked on my dual-boot machine
for years.