View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#25
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 transfered
Code:
mmr
mkdir /mnt/MyDocs
mount /dev/mmcblk0p1 /media
tar -c /mnt/maemo -f /media/rootfs.tar.gz
umount /media
ems
At 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.

Last edited by michaaa62; 2016-01-10 at 21:47. Reason: Typos and working mount point