Difference between revisions of "Image Special Drives"

From Hack Sphere Labs Wiki
Jump to: navigation, search
(Created page with " killall udiskie Use a filesystem with CRC Checking. sudo dd if=/dev/sdc of=DEVICE.IMAGE bs=64M iflag=dsync oflag=dsync")
 
Line 2: Line 2:
 
Use a filesystem with CRC Checking.
 
Use a filesystem with CRC Checking.
 
  sudo dd if=/dev/sdc of=DEVICE.IMAGE bs=64M iflag=dsync oflag=dsync
 
  sudo dd if=/dev/sdc of=DEVICE.IMAGE bs=64M iflag=dsync oflag=dsync
 +
 +
Make more then one image, then sha512sum the images to make sure you have the good data.
 +
 +
=Mount Loop Image=

Revision as of 18:12, 22 November 2014

killall udiskie

Use a filesystem with CRC Checking.

sudo dd if=/dev/sdc of=DEVICE.IMAGE bs=64M iflag=dsync oflag=dsync

Make more then one image, then sha512sum the images to make sure you have the good data.

Mount Loop Image