I have installed Linux Red-Had 6.1 with daemon autofs v3.1.3-9 for
automount floppy drives.
/dev/fd0 is my floppy drive.
I have created to following files:
"/etc/auto.master" file look like
/mnt/floppy /etc/auto.floppy --timeout 1
"/etc/auto.floppy" file look like
floppy -fstype=msdos,defaults,user,suid,vfat,umask=000
:/dev/fd0
I have created the links to the floppy drive on /
Ln -s /mnt/floppy/floppy a:
Ln -s /mnt/floppy/floppy floppy
/etc/rc.d/init.d/autofs restart
Now I want to install it on a machine with Red-Hat v 5.2 and daemon
autofs v.3.1.1.8.
My question is: Is the process the same ?, Is there same problem with
this version?