MVWT disk reimaging

From Murray Wiki
Revision as of 19:15, 16 January 2007 by Thorsley (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Copying the information off of the old disk

  • Mount the flash disk in a working computer
  • dd if=/dev/hdd1 of=flash.dd

Format tje new disk

  • fdisk /dev/hdd
  • mkfs.ext2 /dev/hdd1

Copy the information back onto the new disk

  • dd if=flash.dd of=/dev/hdd1
  • mount /dev/hdd1 /mnt/flash