LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Writing to a floppy... (https://www.linuxquestions.org/questions/slackware-14/writing-to-a-floppy-225916/)

a_priebe47 09-02-2004 07:09 PM

Writing to a floppy...
 
I can't seem to do it! Here's my method:

Code:

cp <directory> /dev/fd0
But that says the filesystem is 'read-only' so I tried changing write permissions but to no avail. My media is a standard 1.44MB high density floppy. Any suggestions? Thanks.

Cedrik 09-02-2004 07:12 PM

In fact /dev/fd0 is the device file for floppy, you work with data on its mount point.

Generally /mnt/floppy, so put the floppy in the drive, mount /mnt/floppy and redo
your copy but :

cp <directory> /mnt/floppy

do no forget to umount /mnt/floppy before eject it or you may loose datas


All times are GMT -5. The time now is 02:55 AM.