Results 1 to 3 of 3
as the subject says i would like to format a floppy disk i went to shell and tried
Code:
fdformat /dev/fd0
and this is what it said
Code:
Double-sided, 80 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-09-2005 #1
formating a floppy
as the subject says i would like to format a floppy disk i went to shell and tried
and this is what it saidCode:fdformat /dev/fd0
is there another command that im not using??Code:Double-sided, 80 tracks, 18 sec/track. Total capacity 1440 kB. Formatting ... ioctl(FDFMTTRK): Device or resource busy
If we couldn't laugh we would all go insane--Jimmy Buffett
Registered Linux user # 376962
- 01-09-2005 #2Linux Engineer
- Join Date
- Nov 2004
- Location
- Ft. Polk, LA
- Posts
- 796
Make sure it's not mounted, you can't format while it's mounted.
Also, fdformat only performs a low level format, doesn't write any filesystem to the disk. Really fdformat is useful for testing if the disk is still good. Use mke2fs, mkreiserfs, mformat, or whatever tool for whatever filesystem to write the filesystem. Note that you don't need to fdformat it first.
- 01-09-2005 #3Linux Engineer
- Join Date
- Nov 2004
- Location
- Montreal, Canada
- Posts
- 1,267
Just to folow a little on what valan said, if you cannot umoun it, issue the command
to see if any process is taking the floppy, and kill the process to make umount possibleCode:fuser /dev/fd0
\"Meditative mind\'s is like a vast ocean... whatever strikes the surface, the bottom stays calm\" - Dalai Lama
\"Competition ultimatly comes down to one thing... a loser and a winner.\" - Ugo Deschamps


Reply With Quote
