LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Copying files to Floppy (https://www.linuxquestions.org/questions/linux-newbie-8/copying-files-to-floppy-15003/)

seirra7 02-24-2002 01:44 PM

Copying files to Floppy
 
Greetings! I have Mandrake 8.1 installed and learning. For the life of me I cannot get the comand right for copying a file to the floppy drive.

cp file /mnt/floppy

???

Thanks for any help

seirra

trickykid 02-24-2002 01:48 PM

and i assume you have the floppy mounted before trying to copy to it ??

crabboy 02-24-2002 09:30 PM

Code:

mount /dev/floppy /mnt/floppy
cp file /mnt/floppy

If you floppy is formatted for FAT then your kernel will need to support it. Most likely it will, and mount will detect the floppy filesystem.
If this is only for Linux you could create a ext2 file systems on a floppy.

frieza 02-24-2002 11:34 PM

if /dev/floppy for some unforseen reason doesn't work, try /dev/fdX where x is the number of the floppy (usually 0, or 1)


All times are GMT -5. The time now is 08:20 AM.