Search Members Help

» Welcome Guest
[ Log In :: Register ]

Mini-ITX Boards Sale, Fanless BareBones Mini-ITX, Bootable 1G DSL USBs, 533MHz Fanless PC <-- SALE $200 each!
Get The Official Damn Small Linux Book. DSL Market , Great VPS hosting provided by Tektonic
Pages: (2) </ [1] 2 >/

[ Track this topic :: Email this topic :: Print this topic ]

reply to topic new topic new poll
Topic: Exact imaging of non-OS floppies?, any apps under DSL to do this?< Next Oldest | Next Newest >
RoGuE_StreaK Offline





Group: Members
Posts: 418
Joined: Jan. 2004
Posted: Jan. 09 2005,04:37 QUOTE

Just had the thought after yet another failure to create non-OS disk images under DOS and windoze.
I, and many others, have an Ensoniq Mirage sampling keyboard (of the musical variety, that is), circa 1984 or so.  Problem being, the OS floppies are unreadable under DOS and windoze, so you can't make backups, or share image files (non-copyrighted ones) with other people who have acquired one of the old beasts but no disks to go with it.

So, as Linux gives you more direct access to things like floppy drives (correct?), is there an app or method that could be used under DSL to create and write such a disk image, as an exact copy of the disk structure?  Would give DSL yet another claim to fame, helping revive dying musical beasts!

PS.  The floppies are generally single-sided double-density, sometimes double-sided.  Not high-density.


--------------
"I find your lack of penguin disturbing"
                                      - Darth Tux
Back to top
Profile PM WEB 
mikshaw Offline





Group: Members
Posts: 4856
Joined: July 2004
Posted: Jan. 09 2005,06:01 QUOTE

the command 'dd' might work

dd if=<inputfile/device> of=<outputfile/device>


--------------
http://www.tldp.org/LDP/intro-linux/html/index.html
Back to top
Profile PM WEB 
cbagger01 Offline





Group: Members
Posts: 4264
Joined: Oct. 2003
Posted: Jan. 10 2005,04:37 QUOTE

In other words:

sudo su      #May not be required
dd if=/dev/fd0   of=/home/dsl/my_backup.img


And to create a new floppy disk:

sudo su
dd if=/home/dsl/my_backup.img of=/dev/fd0


Be VERY careful abot your input vs output device/filenames.  If you type in the command backwards then you will accidentally erase your floppy disk or accidentally erase your backup file.
Back to top
Profile PM 
RoGuE_StreaK Offline





Group: Members
Posts: 418
Joined: Jan. 2004
Posted: Jan. 10 2005,06:07 QUOTE

Hmm, when I try to mount the floppy it says that it is unable to mount it, and then when I try the dd if of, it comes up with the error:  "dd: /dev/fd0:  Input/Output error"

My uneducated guess is that it wants to mount it first, but because the disk structure is not a standard formatted structure, it refuses to mount it?


--------------
"I find your lack of penguin disturbing"
                                      - Darth Tux
Back to top
Profile PM WEB 
mikshaw Offline





Group: Members
Posts: 4856
Joined: July 2004
Posted: Jan. 10 2005,06:13 QUOTE

You shouldn't mount a disk when using dd.  It reads and writes directly to the device rather than the mount point.

--------------
http://www.tldp.org/LDP/intro-linux/html/index.html
Back to top
Profile PM WEB 
7 replies since Jan. 09 2005,04:37 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]

Pages: (2) </ [1] 2 >/
reply to topic new topic new poll
Quick Reply: Exact imaging of non-OS floppies?

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code