|
2011-05-06
, 23:18
|
Posts: 1,225 |
Thanked: 1,905 times |
Joined on Feb 2011
@ Quezon City, Philippines
|
#2
|
cp -a /media/N800 /mnt/diskimage
cp -a /mnt/diskimage /media/N800
|
2011-05-07
, 13:10
|
Posts: 57 |
Thanked: 15 times |
Joined on Oct 2008
@ West Hills California
|
#3
|
|
2011-05-07
, 22:51
|
Posts: 1,101 |
Thanked: 1,184 times |
Joined on Aug 2008
@ Spain
|
#4
|
|
2011-07-16
, 19:39
|
Posts: 154 |
Thanked: 73 times |
Joined on Jan 2009
@ Toronto
|
#5
|
I decided to backup the files, format and restore them using a linux desktop and a SD reader.
.......
5 Try N800 without success
sudo gainroot lsmod
insmod /mnt/initfs/lib/modules/2.6.21-omap1/mbcache.ko
umount /dev/sda2 mount /dev/sda2 /opt mount /dev/mmcblk0p2 /floppy gtar cf - -C /floppy . | gtar xvf - -C /opt umount /floppy ls /opt umount /opt
umount /dev/sdb2 mount /dev/sdb2 /floppy mount /dev/mmcblk0p2 /opt gtar cf - -C /floppy . | gtar xvf - -C /opt umount /floppy umount /opt
The Following User Says Thank You to scaler For This Useful Post: | ||
I decided to backup the files, format and restore them using a linux desktop and a SD reader.
I had a some errors uncompressing tar file, Steps I did:
(execution commands as root (sudo)
1. image backup of partition
dd -if .... -of ....img
2 tar -cf backup.tar /media/myN800
3 format ext3 partition with Qparteditor
4 uncompress tar file from desktop to SD ext3 partition
(after some hours I received errors in some files)
5 Try N800 without success
I think I can use the dd command to restore my backup image and return to the previous state, however, dd will place the content with the same initial fragmentation and I would like to avoid that file fragmentation.
What do you think about?
What about pipe the output of dd with the input of tar and create new tar file?
is ext3 a good filesystem for flash memory?