On Mon, Mar 11, 2002 at 08:17:14AM +0000, asad hasan wrote: > I am presently working on linux 7.1 I am totally novice to linux I > want to mount my dos partition as the system boots b'cause doing it > manually is very tedious job.
You don't want to use automount for this; just put a line in /etc/fstab (read "man fstab" to learn the format). Sample line: /dev/hda1 /dos vfat rw,umask=022 0 0
