Linked by Thom Holwerda on Thu 26th Mar 2009 23:34 UTC
Thread beginning with comment 355584
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 06/20/13 6:17 UTC, submitted by MOS6510
Linked by Thom Holwerda on 06/19/13 23:02 UTC, submitted by M.Onty
Linked by Thom Holwerda on 06/19/13 22:28 UTC
Linked by Thom Holwerda on 06/18/13 22:33 UTC
Linked by Anonymous on 06/18/13 22:26 UTC
Linked by Thom Holwerda on 06/18/13 22:25 UTC
Linked by Thom Holwerda on 06/18/13 17:45 UTC
Linked by Thom Holwerda on 06/18/13 17:32 UTC, submitted by poundsmack
Linked by Thom Holwerda on 06/17/13 17:58 UTC
Linked by Thom Holwerda on 06/17/13 17:52 UTC
More News »
Sponsored Links



Member since:
2007-08-20
You don't need to mount the filesystem.
You can just use a shell command (I think it was either 'dd' or 'cp') to read the entire disk contents from the disk device (e.g. '/dev/hda', '/dev/sda', etc.) to a file.
This copies all the data on the disk (including RDB, partition info, and all partitions) directly into the disk image file. This disk image file can then be used in an emulator like UAE, and all the partitions will be available to the emulated system, just as if it were the original disk.
If you back up the file before using it in the emulator, you should never need to use the original disk again.