|
What Kevin said was correct.
If though you just want to put say a simple .txt file on a floppy. (example only any UNIX file can go on a floppy)
cp /etc/filename.txt ./ (this is providing your ala ready in the floppy directory and teh floppy is mounted).
|