LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   read floppy (https://www.linuxquestions.org/questions/linux-newbie-8/read-floppy-17258/)

athenerx 03-29-2002 01:05 AM

read floppy
 
can anyone please tell me howto read a file that I save in a floppy disk; mandrake 8.1 is my operating system

hanzerik 03-29-2002 06:35 AM

is the disk a windows or linux floppy?
windows:
mount -t vfat /dev/fd0 /mnt/floppy

linux:
mount -t ext2 /dev/fd0 /mnt/floppy

cd to the /mnt/floppy directory, and do a ls, you should see your files as long as the floppy mounted.


All times are GMT -5. The time now is 12:26 AM.