| Line 70: | Line 70: | ||
** Photographs and videos taken with the device camera | ** Photographs and videos taken with the device camera | ||
** Music and example files. | ** Music and example files. | ||
| + | |||
| + | |||
| + | |||
| + | == Accessing the partitions == | ||
| + | |||
| + | Quick discussions in IRC asking how to proceed: | ||
| + | |||
| + | * <lcuk> from standard n900-de, does anybody know the "mount" commands required to mount: eMMC and maemo rootfs? | ||
| + | * <lbt> lcuk: use dmesg to identify the block devices | ||
| + | * <lcuk> lbt do they all show up? | ||
| + | * <lbt> then mkdir a target dir like /mnt/maemo and /mnt/mmc | ||
| + | * <lbt> they should, yes | ||
| + | * <lcuk> ok thanks, will investigate | ||
| + | * <lcuk> I am going to try first to see about accessing them | ||
| + | * <lbt> then mount /dev/device /mnt/place | ||
| + | * <jsv> lcuk: "cat /proc/self/mounts" on maemo5 console shows what's where. you should be able to ignore the bind mounts | ||
| + | * <jsv> also, before you ask "mount -t ubifs ubi0:rootfs <mountpoint>" for rootfs on NAND | ||
N900-DE
Contents |
Maemo device installation consists of 2 parts:
MeeGo Installation consists of 1 part:
With Maemo, it is possible for the Backup tool to store User data onto the eMMC and ensure that between installations the data is safe and can be restored from.
MeeGo however has no such ability. Even the Netbook is an all-in-one installation.
This causes serious problems for data during updates or reinstallations.
The following application requests are based around having this problem solved.
Now we can get on networks and get past initialisation issues, a mechanism to Backup/Restore data between reflashing is necessary. Added complexity for N900-de is that the whole "image" is on one partition which is overwritten by each image flashed.
A suggestion from IRC:
Similar to the Backup/Restore application.
This would require the Maemo Sharing to be functional first.
Now that we are doing more and filling in data, a mechanism to update is required.
To access realtime and safely the data stored on the eMMC live and direct.
Quick discussions in IRC asking how to proceed: