Difference between revisions of "DDWRT and Saving an EXT2 Installation"

m
no edit summary
m
m
 
Line 15: Line 15:
**...wait FOREVER if it is a USB drive (about an hour for a small EXT2 partition on a USB 2.0 port)
**...wait FOREVER if it is a USB drive (about an hour for a small EXT2 partition on a USB 2.0 port)
**If one forgets to change the label during format: tune2fs –L WhatEverName /dev/sdaX
**If one forgets to change the label during format: tune2fs –L WhatEverName /dev/sdaX
**And don't forget to copy everything back over: cp -ax /tmp/mnt/sda_partX /tmp/mnt/sda_partY
**And don't forget to copy everything back over: cp -ax /tmp/mnt/sda_partX /tmp/mnt/sda_partY (turns out -x is not available in the Entware Version)
*General Information:
*General Information:
**SuperBlock: 1st one typically at 32768
**SuperBlock: 1st one typically at 32768


<br />
<br />