This morning, I wanted to copy a file from an msdos floppy to a hdd but
found that under my present linux setup, I can't. The problem is it
wants floppies to be ext2. I considered changing the fstab entry for the
floppy (/dev/fp0) to filesystem msdos but balked in the end thinking that
Linux wanted it to be ext2 for purposes of being able to boot from a
floppy - but I am not certain as to the truth of this hypothesis.
Can I place two entries in fstab for my floppy? Identical except for the
filesystem type so that I have to select what filesystem Linux should
expect when mounting a floppy? Or is it safe and perfectly OK for me to
change the single fstab floppy entry to be msdos filesystem instead of ext2?
Is there a means to allow either/or ext2 and msdos?
patrick