Re: Reading file from floppy
I don't know if redhat uses automounter so, Since Linux Is quite responsible on what he is doing, he will let you decide when you are going to see what is in a floppy(or any block device), so you will have to
MOUNT IT.
Sou will have permission to mount the floppy, check it at the /etc/fstab, also check there the mounting point( think in redhat the lines below will work without doing a thing)
from shell :
$ mount /mnt/floppy/
$ ls /mnt/floppy/
...
when done
$umount /mnt/floppy
Remember to always umont the disk!!