LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Copying to a floopy (https://www.linuxquestions.org/questions/linux-newbie-8/copying-to-a-floopy-228364/)

Gomi 09-08-2004 07:43 PM

Copying to a floopy
 
How do I get data to automatically transfer to the floppy, immediately. I know this has already been answered in http://www.linuxquestions.org/questi...hreadid=112416

But that only says how to do it from the command line and is for Mandrake & I don't know if RedHat's the same, and I need it to happen in KDE.

TheRealDeal 09-08-2004 07:48 PM

Hi Gomi.

There's two ways you can do it.

1. If you use the command line, after you transfer to / from the floppy. Type 'sync' that will sync all of the data.

2. If you want it to immediately copy the data every time you use the floppy drive, edit your /etc/fstab file, for the floppy (fd0) add the sync command.

Something like this.....

/dev/fd0 /mnt/floppy auto noauto,owner,kudzu,sync 0 0

The sync option there near the end will automatically make the files you copy immediately write.

Good luck.

>Craig :)

egag 09-08-2004 07:49 PM

well...did you try it in RedHat ? ( should work just the same....)

egag

Gomi 09-08-2004 08:44 PM

Thank you
I'll try it when I get home


All times are GMT -5. The time now is 03:47 PM.