|
|
2010-05-18
, 09:38
|
|
Posts: 326 |
Thanked: 335 times |
Joined on Feb 2010
|
#12
|
Also creating a dump of emmc should probably not be done - just copy the directories to an ext3 partition to preserve permission info (ext3 memory card perhaps???), otherwise each time you do it you will get a file thats 2GB big, which will wear down the internal flash.
Only opt needs to be copy to ext3, MyDocs can just be backed up on PC as it's just FAT32.

|
|
2010-05-18
, 09:46
|
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#13
|
| The Following User Says Thank You to MohammadAG For This Useful Post: | ||
|
|
2010-05-18
, 09:47
|
|
Posts: 642 |
Thanked: 486 times |
Joined on Aug 2008
|
#14
|
Good...
So, if i want the "image" of the whole root, i have to use the command [ dd if=/ of=/media/mmc1/rootfs.raw ] .. not?
And how to restore this image ?
@ Kjow and brz : tnx my loved guys
|
|
2010-05-18
, 09:50
|
|
Posts: 326 |
Thanked: 335 times |
Joined on Feb 2010
|
#15
|
Wouldn't backing up using dd while the system is running cause issues (cause of procfs and sysfs).
It should work in Mer or any other dual boot system though
... (excuse me for my "italianism"
)
|
|
2010-05-18
, 09:52
|
|
Posts: 642 |
Thanked: 486 times |
Joined on Aug 2008
|
#16
|
Wouldn't backing up using dd while the system is running cause issues (cause of procfs and sysfs).
It should work in Mer or any other dual boot system though

Yes, infact I was referring to the opt partiton
The only one necessary to have a complete backup even of the installed programs
|
|
2010-05-18
, 10:02
|
|
Posts: 326 |
Thanked: 335 times |
Joined on Feb 2010
|
#17
|
NO! / is the root file/folder and EVERYTHING inc memory card, screen, touchscreen, swap space i.e. ALL devices are mapped to some directory underneath root '/', external devices are normally mapped /dev directory (so when something changes on the screen for example maemo writes the changes to a file under /dev and this file is connected to the display which then reads this file and updates the display - at least thats how I understand how Linux works).
So by choosing '/' as the input directory you will write, MyDocs (/home/user/MyDocs) , opts (/home/opt), rootfs etc ALL to the memory card! This is not what you want. You need to chose /dev/mtd5, which is where the INTERNAL 256MB FLASH is mapped to.



No not quite - some of the files/libraries/scripts are stored in /opt, BUT where does it store a list of the applications that are installed?? On the rootfs! SO backing up /opt is useless without backing up rootfs.
We are saying the same thing... 
|
|
2010-05-18
, 10:09
|
|
Posts: 326 |
Thanked: 335 times |
Joined on Feb 2010
|
#18
|
Could we boot maemo from a memory card like we could with N8xx? Even a basic install with just the x-term working will be enough!
This is interesting:
http://talk.maemo.org/showthread.php?t=36011&page=3
I could have a memory card with a clean maemo install specifcally for when things go wrong - just like I have a bootable linux install for my PC/laptop if it gets screwed up.
|
|
2010-05-18
, 10:12
|
|
Posts: 642 |
Thanked: 486 times |
Joined on Aug 2008
|
#19
|
|
|
2010-05-18
, 10:16
|
|
Posts: 326 |
Thanked: 335 times |
Joined on Feb 2010
|
#20
|
Well I'm going to try booting from memory card - I've got loads of 2GB MicroSD cards lying about.
Just one will do - then I can set mess around with my N900 as much as I like knowing I can just boot from memory card and rewrite rootfs!
I'll give it a try once I get home later tonight.

So, if i want the "image" of the whole root, i have to use the command [ dd if=/ of=/media/mmc1/rootfs.raw ] .. not?
And how to restore this image ?
@ Kjow and brz : tnx my loved guys