LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Copy to/from floppy disk (https://www.linuxquestions.org/questions/linux-newbie-8/copy-to-from-floppy-disk-458242/)

Cara25 06-25-2006 05:10 PM

Copy to/from floppy disk
 
Using Mandriva 2006 and KDE 3.4, I copy to and from a 1.44mb floppy by opening Konqueror and navigating to the /mnt/floppy and then by cut and paste or drag and drop, I move the file(s) to/from the floppy.
Is this the correct way ? The file(s) get moved but I get the intermitant message of "stalled" at every 64KB of data exchange in the transfer window. Is there a buffer setting that I need to change ? Am I doing this correctly ?
Thanks in advance,
Scott Nash

IBall 06-25-2006 09:18 PM

That is the correct way. Just make sure that you unmount the disk before you eject it or you will lose data.

Try to copy the data using the command line, and see if you get any errors. I don't think that it is anything to worry about though.

I hope this helps
--Ian

Cara25 06-26-2006 07:54 PM

Thanks IBall,
How do I exactly unmount the floppy using the Konqueror GUI ?

Copying from the command line shows no errors.

Thanks,
Scott Nash

rkelsen 06-26-2006 08:25 PM

Quote:

Originally Posted by Cara25
How do I exactly unmount the floppy using the Konqueror GUI ?

Navigate to the "storage media" folder in Konqueror, then right click -> eject the floppy icon.

But in this day & age, I don't understand why people still insist on mounting floppies.

Use MTools. If you want a GUI, use MToolsFM. There is no better way of handling floppies under Linux.

IBall 06-26-2006 08:32 PM

Quote:

Originally Posted by rkelsen
But in this day & age, I don't understand why people still insist on mounting floppies.

Programs like Mtools and other automatic mounting tools are a good idea, however they are not failsafe. If there are problems, then manually mounting and unmounting can show up errors that the automatic tools don't.

Also, I dont understand why people use floppy disks theese days (but I am sure that Cara25 has a good reason). USB flash drives, DVDs and network transfers are a much better idea where available or possible.

--Ian

rkelsen 06-26-2006 08:57 PM

Quote:

Originally Posted by IBall
Programs like Mtools and other automatic mounting tools are a good idea, however they are not failsafe.

Errr... MTools does not provide "automatic mounting."

According to their website:

"Mtools is a collection of utilities to access MS-DOS disks from Unix without mounting them." (emphasis added)

The method used is actually far safer than mounting, because writes to the disk are instantaneous and not cached. As long as the light is off, it is safe to eject the disk.

Try it and see.
Quote:

Originally Posted by IBall
Also, I dont understand why people use floppy disks theese days ... USB flash drives ... are a much better idea where available or possible.

Funny you mention that. Guess what software I use to access USB flash drives? Hint: Every USB flash drive I've ever seen has a FAT filesystem...

Sure, it isn't as flexible or dynamic as some systems, but is far simpler and much less cumbersome. And it beats the hell out of manually mounting them or adding lines to /etc/fstab.

IBall 06-26-2006 09:13 PM

Quote:

Originally Posted by rkelsen
Errr... MTools does not provide "automatic mounting."
According to their website:
"Mtools is a collection of utilities to access MS-DOS disks from Unix without mounting them." (emphasis added)
The method used is actually far safer than mounting, because writes to the disk are instantaneous and not cached. As long as the light is off, it is safe to eject the disk.

Looks interesting. I assumed that it was just another automouting tool, but I was wrong. I guess it must access the disk using its device name, and mapping it to an alias or something. It certainly is a good idea to have instantaneous writes to Floppy disks (and USB drives), because premature ejecting is very common.

Quote:

Funny you mention that. Guess what software I use to access USB flash drives? Hint: Every USB flash drive I've ever seen has a FAT filesystem...

Sure, it isn't as flexible or dynamic as some systems, but is far simpler and much less cumbersome. And it beats the hell out of manually mounting them or adding lines to /etc/fstab.
Doesn't Udev normally deal with USB sticks?

--Ian

rkelsen 06-26-2006 09:49 PM

Quote:

Originally Posted by IBall
I guess it must access the disk using its device name, and mapping it to an alias or something.

Yes. The aliases are configurable to DOS style drive letters.
Quote:

Originally Posted by IBall
because premature ejecting is very common.

Second only to premature joculation (laughing before the joke is finished....) :D
Quote:

Originally Posted by IBall
Doesn't Udev normally deal with USB sticks?

Udev only provides the /dev entry.

Most distros use HAL (in combination with udev) for removable media these days. Slackware doesn't provide HAL. So for me, it is just as easy to use MTools to access USB sticks.


All times are GMT -5. The time now is 03:57 AM.