You are not logged in.

#1 2009-06-09 10:36:48

Primoz
Member
From: Ljubljana-Slovena-EU
Registered: 2009-03-04
Posts: 688

[Solved]Mounting, formating and writting flopies?

OK I have no idea how to mount, format and write a floppy.
I've tried mounting it it doesn't want to...
I've tried directly writing to it with dd command it didn't work.
I've tried to format it with KFloppy it doesn't recognize my floppy drive.
I've heard that Linux doesn't support Floppies any more, is that true?

Last edited by Primoz (2009-06-09 13:58:34)


Arch x86_64 ATI AMD APU KDE frameworks 5
---------------------------------
Whatever I do, I always end up with something horribly mis-configured.

Offline

#2 2009-06-09 12:24:17

fumbles
Member
Registered: 2006-12-22
Posts: 246

Re: [Solved]Mounting, formating and writting flopies?

Primoz wrote:

OK I have no idea how to mount, format and write a floppy.
I've tried mounting it it doesn't want to...
I've tried directly writing to it with dd command it didn't work.
I've tried to format it with KFloppy it doesn't recognize my floppy drive.
I've heard that Linux doesn't support Floppies any more, is that true?

# modprobe floppy
# mount /dev/fd0 /media/floppy

Offline

#3 2009-06-09 12:32:17

anubis2591
Member
Registered: 2008-07-06
Posts: 52
Website

Re: [Solved]Mounting, formating and writting flopies?

I believe that the floppy module isn't enabled by default. You'll have to do a

# modprobe floppy

before you can use it. You can then mount the floppy with

# mount -t vfat /dev/fd0 /media/floppy

and change your mount point to where ever you need it. That should to the trick. If you're having problems it's usually a good practice to do a search before hand.

Edit: sorry for the duplicate post fumbles.

Last edited by anubis2591 (2009-06-09 12:33:15)

Offline

#4 2009-06-09 13:58:16

Primoz
Member
From: Ljubljana-Slovena-EU
Registered: 2009-03-04
Posts: 688

Re: [Solved]Mounting, formating and writting flopies?

Yeah sorry for not searching... I was a bit in a hurry.
I've found the topic about this so I'll take a look at it now. I''ll also see if wiki has anything about this.
Topic: http://bbs.archlinux.org/viewtopic.php?id=53386
Wiki, nothing on it: http://wiki.archlinux.org/index.php/HCL/Floppy_Drives
Will mark it solved.


Arch x86_64 ATI AMD APU KDE frameworks 5
---------------------------------
Whatever I do, I always end up with something horribly mis-configured.

Offline

Board footer

Powered by FluxBB