|
2010-07-05
, 01:47
|
Posts: 842 |
Thanked: 1,197 times |
Joined on May 2010
|
#2
|
sudo gainroot dd bs=1M if=/ of=/media/mmc1/backup-rootfs.dat dd bs=1M if=/home/ of=/media/mmc1/backup-extrafiles.dat
sudo gainroot dd bs=1M of=/ if=/media/mmc1/backup-rootfs.dat dd bs=1M of=/home/ if=/media/mmc1/backup-extrafiles.dat
|
2010-07-05
, 10:28
|
Posts: 278 |
Thanked: 209 times |
Joined on Dec 2009
|
#3
|
Unless I'm mistaken, this will work(backup):
This will backup everything to the SD card(need 2.5GB or so)
Note: I haven't tried this. Worst case with these commands is that it won't backup right, so long as you type the command in right.Code:sudo gainroot dd bs=1M if=/ of=/media/mmc1/backup-rootfs.dat dd bs=1M if=/home/ of=/media/mmc1/backup-extrafiles.dat
Also note that DD will not give you any info on the status of backup; it will just be done when its done. You can watch the output filesize to see approximate size.
To restore, we do it the other way around:
Be careful with this, make sure you have a good backup before using this, or you will need to reflash your chip if you don't have a backup.Code:sudo gainroot dd bs=1M of=/ if=/media/mmc1/backup-rootfs.dat dd bs=1M of=/home/ if=/media/mmc1/backup-extrafiles.dat
Hope that helps!
-Rob
|
2010-07-05
, 10:33
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#4
|
|
2010-07-05
, 11:31
|
Posts: 842 |
Thanked: 1,197 times |
Joined on May 2010
|
#5
|
wget http://www.daimi.au.dk/~cvm/bootmenu_1.6_armel.deb sudo dpkg -i bootmenu_1.6_armel.deb install_bootmenu cd / wget http://metalab.at/wiki/images/4/40/Bootmenu_n900usbrecov.patch sudo patch -p0 < Bootmenu_n900usbrecov.patch
flasher-3.5.exe --set-rd-flags=no-omap-wd
flasher-3.5.exe --set-rd-flags=no-ext-wd flasher-3.5.exe --enable-rd-mode
sudo mkdir /mysdcard sudo mount -t vfat /dev/mmcblk1p1 /mysdcard sudo mount -o remount,ro /
dd bs=1M if=/dev/mtd5 of=/mysdcard/mybackuprootfs.img
flasher-3.5.exe -r mybackuprootfs.img -f -R
The Following User Says Thank You to RobbieThe1st For This Useful Post: | ||
|
2010-07-05
, 11:34
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#6
|
|
2010-07-05
, 14:59
|
Posts: 278 |
Thanked: 209 times |
Joined on Dec 2009
|
#7
|
afaik that method mounts the rootfs, which puts you in the same situation above.
|
2010-07-05
, 15:12
|
Posts: 94 |
Thanked: 40 times |
Joined on Jun 2010
@ Germany
|
#8
|
|
2010-07-05
, 15:34
|
|
Posts: 2,121 |
Thanked: 1,540 times |
Joined on Mar 2008
@ Oxford, UK
|
#9
|
|
2010-07-05
, 16:35
|
Posts: 63 |
Thanked: 29 times |
Joined on May 2010
|
#10
|
I want someone to write an application for Ubuntu or Windows that would assist in the process of making an exact replica of an N900s rootfs ready for re-flashing.
I'd like to restore my N900 to an exact condition without reliance on online repositories or dependencies.
Guides online such as the one in Hack-A-N900 are vague and incomplete.
I don't have the time or knowledge to do this, so I'm offering 65$ to 100$ US dollars (depending on quality) to whoever makes it. Wired via Paypal.