you forgot the path to apnc-010303-20110119.deb:
# wget http://download.wdc.com/nas/apnc-010303-20110119.deb # dpkg -c /CacheVolume/apnc-010303-20110119.deb drwxr-xr-x root/root 0 2011-01-19 16:16 ./ drwxr-xr-x root/root 0 2011-01-19 16:16 ./CacheVolume/ drwxr-xr-x root/root 0 2011-01-19 16:22 ./CacheVolume/upgrade/ -rw-r--r-- root/root 36 2011-01-19 16:23 ./CacheVolume/upgrade/rootfs.md5 -rw-r--r-- root/root 2047803392 2011-01-19 16:18 ./CacheVolume/upgrade/rootfs.img
nice tutorial, I will test it
I simple copied my original mybook live hdd with dd on my whitebook (with usb sata adapter)
I don't know the exact sector adresses of GPT table - I took a little bit more ;-)
# /opt/sbin/parted /dev/sdb GNU Parted 1.7.1 Using /dev/sdb Welcome to GNU Parted! Type 'help' to view a list of commands. (parted) print Disk /dev/sdb: 1000GB Sector size (logical/physical): 512B/512B Partition Table: gpt Number Start End Size File system Name Flags 3 15.7MB 528MB 513MB primary 1 528MB 2576MB 2048MB ext3 primary raid 2 2576MB 4624MB 2048MB ext3 primary raid 4 4624MB 1000GB 996GB ext3 primary ## ‘M’ mebibyte: 2^20 = 1,048,576. ## copy original WDC WD10EADS to image # dd if=/dev/sdb of=/DataVolume/Download/4GBImage bs=1M count=4700 # /etc/rc.reboot ## copy image to new disk WDC WD15EADS #dd if=/DataVolume/Download/4GBImage of=/dev/sdb bs=1M
this works fine.
After reboot of mybook live with the new disk go to the web interface and make a factory reset for formating sda4.