What tool to restore a raw image to a physical disk
2 posters
Page 1 of 1
What tool to restore a raw image to a physical disk
Hello.
What tool of CAINE to use to restore a raw image, done with AIR (Automated Image and Restore), on a new physical disk.
It seems to me that AIR don't offer a restore function, isn't ?
It would be possible to use dc3dd, but I should prefer a graphical tool (X Windows tool).
Thank you in advance for your help.
What tool of CAINE to use to restore a raw image, done with AIR (Automated Image and Restore), on a new physical disk.
It seems to me that AIR don't offer a restore function, isn't ?
It would be possible to use dc3dd, but I should prefer a graphical tool (X Windows tool).
Thank you in advance for your help.
ordipb- Number of posts : 21
Registration date : 2014-10-05
Re: What tool to restore a raw image to a physical disk
ordipb wrote:
What tool of CAINE to use to restore a raw image, done with AIR (Automated Image and Restore), on a new physical disk.
It would be possible to use dc3dd, but I should prefer a graphical tool (X Windows tool).
I am unaware of a GUI tool to write an image to a device, but it can be accomplished quite easily on the command line:
- Code:
# dd if=image.file of=/dev/device.node
... where device.node is the raw device you plan to write your image. Keep in mind you need to consider the type of raw image you have in hand: if a raw device (with partition table, etc) the device.node would be something like '/dev/sda'. If a partition, you want to write to a partition on the device, eg., '/dev/sda1'.
dc3dd is probably a better choice over dd (shown here for simplicity) as it is optimized and provides progress feedback.
I'll consider if there is a way to put a simple GUI on the operation. Caine includes yad which allows for the rapid creation of simple GUI tools.
What tool to restore a raw image to a physical disk
Thank you, slo.sleuth, for your answer.
ordipb- Number of posts : 21
Registration date : 2014-10-05
Similar topics
» Using CAINE and Scalpel to restore .doc's from an image file
» Remove disk or media (NBCaine2.0.dd) (SOLVED)
» CAINE v0.5 Installed to Hard Disk and Scalpel
» dcat tool from TSK
» Caine 5 does not detect disk connected via 1394b (firewire 800)
» Remove disk or media (NBCaine2.0.dd) (SOLVED)
» CAINE v0.5 Installed to Hard Disk and Scalpel
» dcat tool from TSK
» Caine 5 does not detect disk connected via 1394b (firewire 800)
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum