NotMicro
|
2016-01-09
, 17:05
|
Posts: 111 |
Thanked: 50 times |
Joined on May 2015
|
#21
|
|
2016-01-09
, 17:19
|
Posts: 111 |
Thanked: 50 times |
Joined on May 2015
|
#22
|
|
2016-01-10
, 08:43
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#23
|
I forgot to write that I have had installed overclock profile (700 MHz) when failure took place.
ls -al /mnt/maemo/lib/modules ls -al /mnt/maemo/usr/share/kernel-power-settings
Nokia-N900:~# ls -al /lib/modules/
drwxr-xr-x 4 root root 376 Jun 18 2015 .
drwxr-xr-x 10 root root 7840 Jun 16 2015 ..
drwxr-xr-x 2 root root 984 Oct 14 16:54 2.6.28-omap1
drwxr-xr-x 2 root root 23744 Oct 14 16:54 2.6.28.10-power53
lrwxrwxrwx 1 root root 17 Jun 18 2015 current -> 2.6.28.10-power53
Nokia-N900:~# ls -al /usr/share/kernel-power-settings/
drwxr-xr-x 2 root root 616 Jun 15 2015 .
drwxr-xr-x 123 root root 9960 Jan 6 10:01 ..
-rw-rw-r-- 1 root root 499 Nov 1 2011 default
-rw-rw-r-- 1 root root 499 Nov 1 2011 dsp
-rw-rw-r-- 1 root root 470 Nov 1 2011 ideal
-rw-rw-r-- 1 root root 499 Nov 1 2011 lv
-rw-rw-r-- 1 root root 476 Nov 1 2011 starving
-rw-rw-r-- 1 root root 499 Nov 1 2011 ulv
-rw-rw-r-- 1 root root 499 Nov 1 2011 xlv
|
2016-01-10
, 15:08
|
Posts: 111 |
Thanked: 50 times |
Joined on May 2015
|
#24
|
|
2016-01-10
, 16:15
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#25
|
mmr mkdir /mnt/MyDocs mount /dev/mmcblk0p1 /media tar -c /mnt/maemo -f /media/rootfs.tar.gz umount /media ems
|
2016-01-10
, 18:27
|
Posts: 111 |
Thanked: 50 times |
Joined on May 2015
|
#26
|
|
2016-01-10
, 21:48
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#27
|
|
2016-01-11
, 14:08
|
Posts: 111 |
Thanked: 50 times |
Joined on May 2015
|
#28
|
Basically it is like this. Mount maemo rootfs, create mount point for storage partition, mount MyDocs partition to rescueOS, create archive of the rootfs on the MyDocs partition and enable mass-storage mode to transfer files and folders to your PC. Make sure the hidden dot-files and -folders are also transferedAt last copy the content of both partitions to your PC. This saves the optfs partition, containing the /home/user and the /opt folders of the Maemo OS, and the MyDocs partition, containing your rootfs.tar archive, data and stuff.Code:mmr mkdir /mnt/MyDocs mount /dev/mmcblk0p1 /media tar -c /mnt/maemo -f /media/rootfs.tar.gz umount /media ems
|
2016-01-11
, 14:17
|
Posts: 111 |
Thanked: 50 times |
Joined on May 2015
|
#29
|
|
2016-01-11
, 17:33
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#30
|
mount -t vfat /dev/mmcblk0p1 /media
The Following User Says Thank You to michaaa62 For This Useful Post: | ||