>Okay.. admittedly I have to buy a book..
>Once a floppy is formatted.. does it have to have a file system put on it?
>eg.. mkfs?
Not necessarily. You can also tar directly to the floppy:
tar cfvz /dev/fd0 <somedirectory>
And later
tar xfzv /dev/fd0
However, if you intend to mount the floppy, you need to put a
filesystem on it (mkfs.ext2 a.k.a. mke2fs for ext2, mkfs for minix,
mformat for Dos, etc).
>and once it's mounted, I can cp file to /mnt/floppy, but can't umount the
>drive?
Be sure you cd out of the mounted directory before attempting to
unmount the floppy. Also do not use this on the 2.1.44 kernel, it has
bugs w.r.t. to unmounting.
> Is there a way to write to the floppy what's in the /mnt/floppy dir ?
Yes, cp. You can also access the floppy without mounting it using
mtools (if it has a Dos fs on it).
Regards,
--
Linux - Why use Windows, since there is a door?
Alain