View Single Post
Posts: 842 | Thanked: 1,197 times | Joined on May 2010
#574
Originally Posted by debernardis View Post
I thought we could backup the rootfs without the need of rebooting and acting inside a bootmenu item by doing something like:
Code:
cd /home/user
mkdir nand
mount --bind / ./nand
and applying mkfs.ubifs to /home/user/nand
NO.
There's a very good reason not to do this - Trying to copy files that may change on-the-fly is bad practice; in addition, the files in /dev/ are wrong - At boot time, there are a few special files in there, and udev mounts over top of it, so you can't find the required files.
I ran into this quite a while ago; it took a bit of help to figure out -why- it wouldn't work right.
------

V0.62-1 has been uploaded, with the above patches.
If it still doesn't work, let me know. Let me know any tests, what works, what doesn't. Please!
__________________
My projects: BackupMenu - OS Backup & restore | Video: Flashing your n900(LiveCD)
My devices: N770 + 8GB SD card soldered internally, N900 with 8GB SD card + Custom OC(125-950 typically).
OC freqs: 0:22,90 125:22,90 250:28,180 500:30,360 550:32,400 600:34,430 700:39,430 750:41,430 805:45,430 850:47,500 900:50,500 950:54,500 1000:58,500 1100:67,520 1150:71,520
 

The Following 4 Users Say Thank You to RobbieThe1st For This Useful Post: