|
|
2012-05-10
, 07:04
|
|
Posts: 114 |
Thanked: 61 times |
Joined on Aug 2011
@ Beijing, China
|
#31
|
|
|
2012-05-10
, 08:00
|
|
Posts: 1,797 |
Thanked: 4,223 times |
Joined on Feb 2011
@ Germany
|
#32
|
|
|
2012-05-10
, 13:52
|
|
Posts: 114 |
Thanked: 61 times |
Joined on Aug 2011
@ Beijing, China
|
#33
|
@AndyYan,
I thought you were booting the RescueOS from an SD card (using U-boot). Didn't realize it's not even documented. Sorry for that.
OK. In this case I guess your best bet is to, once you've booted RescueOS, enable USB mass-storage mode and then from your PC copy the new lib to the MyDocs partition (because you use Windows).
Then mount the rootfs and copy the lib from MyDocs to /usr/lib and then make sure it has the same permissions as the existing libXau6.
|
|
2012-05-11
, 01:35
|
|
Posts: 114 |
Thanked: 61 times |
Joined on Aug 2011
@ Beijing, China
|
#34
|
|
|
2012-05-11
, 02:44
|
|
Posts: 1,341 |
Thanked: 708 times |
Joined on Feb 2010
|
#35
|
Ain't no better if my notebook PC can read discs... BUT really my PC doesn't even have a disc drive!! WTF am I gonna do...
|
|
2012-05-11
, 07:24
|
|
Posts: 1,797 |
Thanked: 4,223 times |
Joined on Feb 2011
@ Germany
|
#36
|
1. As mentioned, USB mass storage appeared as "RAW" format in Windows, guess it's Linux format. I can put files under any folder under /home though with Android.
2. Mounting the rootfs gave empty /home. Mounting mmcblk1p1 gave almost empty /home. Mounting mmcblk1p2(which is said to mount /home correctly) reported errors.

3. Any way to acquire and mod permissions? I thought I've seen a command for that (Is that chmod?)
# cd /mount-point/usr/lib # chmod 0644 libXau.so.6.0.0 # chown root:root libXau.so.6.0.0
# cd /mount-point/usr/lib # ln -s libXau.so.6.0.0 libXau.so.6
|
|
2012-05-12
, 10:05
|
|
Posts: 114 |
Thanked: 61 times |
Joined on Aug 2011
@ Beijing, China
|
#37
|
According to the documentation using /rescueOS/mass-storage-enable.sh
should export both the /home (mmcblk0p2 on Maemo) and MyDocs (mmcblk0p1 on Maemo).
The /home partition is ext3, so WIndows won't recognize it. The MyDocs partition is VFAT so Windows *should* recognize it. When you do this, do you only see ONE single partition being exported as USB mass storage?
/home has its own partition, so within the rootfs partition /home is just an empty folder. The actual /home partition is then mounted "on top" of this empty folder.
About the "reported errors": you might want to post them here. It may help
/usr/lib/libXau.so.6.0.0 has (at least on my N900) 0644 permissions and is owned by root, group root.
Meaning, once you manage to copy the file (somehow) onto the /usr/lib folder of the N900 root filesystem, you would need to:
in case the libXau.so.6 symbolic link is not there, you do:Code:# cd /mount-point/usr/lib # chmod 0644 libXau.so.6.0.0 # chown root:root libXau.so.6.0.0
Code:# cd /mount-point/usr/lib # ln -s libXau.so.6.0.0 libXau.so.6
|
|
2012-05-12
, 10:09
|
|
Posts: 114 |
Thanked: 61 times |
Joined on Aug 2011
@ Beijing, China
|
#38
|
If you have a USB-stick (~600 MB), you can make a bootable one:
ISO-file from here:
http://spins.fedoraproject.org/lxde/
Installation instructions from here:
http://docs.fedoraproject.org/en-US/...USB_Media.html
|
|
2012-05-13
, 10:31
|
|
Posts: 114 |
Thanked: 61 times |
Joined on Aug 2011
@ Beijing, China
|
#39
|
# mount /dev/mmcblk1p2 /mnt/maemo/home
| The Following User Says Thank You to AndyYan For This Useful Post: | ||
|
|
2012-05-13
, 14:25
|
|
Posts: 1,341 |
Thanked: 708 times |
Joined on Feb 2010
|
#40
|
| The Following User Says Thank You to zimon For This Useful Post: | ||