http://chitchat.at.i...re/vdk.html#top
I wrote a pseudo GUI for it:
http://home.graffiti.net/jaclaz:graffiti.n...ts/VDM/vdm.html
Please note that the tool allows to mount a RAW image too.
If you need (for any reason) to specify a disk geometry, you need to make a .pln file and open it with VDK, not the actual file of the disk image.
Contents of the .pln file (a text file you can make with Notepad):
Quote
DRIVETYPE <ide or scsi>
CYLINDERS <cylinders>
HEADS <heads>
SECTORS <sectors>
ACCESS <your raw image file name in full path> <start> <number of LBA sectors>
CYLINDERS <cylinders>
HEADS <heads>
SECTORS <sectors>
ACCESS <your raw image file name in full path> <start> <number of LBA sectors>
Quote
DRIVETYPE ide
CYLINDERS 204
HEADS 16
SECTORS 63
ACCESS "C:\image.dat" 0 205632
CYLINDERS 204
HEADS 16
SECTORS 63
ACCESS "C:\image.dat" 0 205632
If you made multivolume sets, you can use multiple "ACCESS" lines:
Quote
DRIVETYPE ide
CYLINDERS 16254
HEADS 16
SECTORS 63
ACCESS "c:\...\image1.dat" 0 4096008
ACCESS "c:\...\image2.dat" 4096008 8192016
CYLINDERS 16254
HEADS 16
SECTORS 63
ACCESS "c:\...\image1.dat" 0 4096008
ACCESS "c:\...\image2.dat" 4096008 8192016
You might want to run testdisk:
http://www.cgsecurit...g/wiki/TestDisk
on a thus mounted partition if you have problem accessing data in the image because of a bad partition table (of course, use a copy of the data).
jaclaz
This post has been edited by jaclaz: 08 August 2006 - 11:09 AM



Help
Back to top









