Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Formating a floppydisc

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
denise
Posts: 34
Joined: 2004-02-17 13:39

Formating a floppydisc

#1 Post by denise »

I want to erease data from a floppy i have.
I read somewhere that it can be done with: dd or something like that.
Can someone tell how I can do this excactly?

User avatar
MarkvD
Posts: 77
Joined: 2004-02-15 21:36
Location: Rhoon, Holland

#2 Post by MarkvD »

I think you mean :

Code: Select all

 dd if=/dev/null of=/dev/fd0 
see

Code: Select all

 man dd 

for more information.

lacek
Posts: 764
Joined: 2004-03-11 18:49
Location: Budapest, Hungary
Contact:

#3 Post by lacek »

If you want to really 'format' a floppy, not just remove the data from it, you can use the 'fdformat' utility.

Post Reply