View Single Post
Posts: 111 | Thanked: 50 times | Joined on May 2015
#28
Originally Posted by michaaa62 View Post
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.

Sorry, but I still have 2 problems:

1. When I execute mkdir /mnt/MyDocs I get a message "mkdir : can't create directory '/mnt/MyDocs' : Read-only file system.""

2. When I execute mount /dev/mmcblk0p1 /media I get a message "mount: mounting /dev/mmcblk0p1 on /media failed: Input/output error."

Help.