On Fri, 14 Dec 2001, Dave Mielke wrote: > [quoted lines by John J. Boyer on December 14, 2001, at 13:48] > > >I would like to mount my dos and wWindows partition on boot-up, without > >having to log in a root to do so. What file needs to be changed? > > /etc/fstab. Specify vfat for a Windows partition, and MSDOS (to avoid > accidentally creating a long file name) for a DOS partition. > Do you also need non-root access to read/write on those partitions? Something like: /dev/hda6 /data vfat uid=500,gid=500,umask=002,exec,dev,suid,rw 1 0