How to mount a floppy using breezy LIVE CD?

Morten W. J. morten at newtec.dk
Fri Sep 16 08:39:07 UTC 2005


> If I can mount a floppy, remembering it's the Live CD, ... that should
> help.
>
> Also what is the copy command to get the files onto the floppy.

sudo -s
mkdir /mnt/floppy
mount /dev/floppy /mnt/floppy
cp [your/file/here] /mnt/floppy
umount /mnt/floppy
rmdir /mnt/floppy 

first check that /dev/floppy actually exists. Maybe it is named /dev/fd0 or 
something similar. I do not have afloppy here myself.

-- 
Morten W. Jørgensen




More information about the ubuntu-users mailing list