On Sat, 28 Sep 2002 09:16:57 -0700 "P.T. (nevada)" <nevada@wizard.com> wrote:
When I boot Linux, I'd like this partition to be mounted automagically, so that all users on my home network (all of two machines) can access files on this partition.
I tried changing the parms in fstab to "auto, user" and "auto, users", and while this mounted the drive on boot, it made all the files read-only.
Any ideas on how I can do this?
Here's fstab, if it helps:
/dev/sda1 /windows/C ntfs ro,noauto,user,umask=022 0 0 /dev/sda5 /windows/D ntfs ro,noauto,user,umask=022 0 0 /dev/hdf6 /windows/E vfat noauto,user 0 0
Try: /dev/hdf6 /windows/E vfat rw,user,umask=000 -- use Perl; #powerful programmable prestidigitation