![]() |
2012-07-27
, 18:56
|
Community Council |
Posts: 691 |
Thanked: 1,240 times |
Joined on Sep 2010
@ Mbabane
|
#2
|
df -h ls /dev/mmcblk* cat /proc/mounts
![]() |
2012-07-27
, 19:18
|
Posts: 54 |
Thanked: 21 times |
Joined on Jun 2012
|
#3
|
Filesystem Size Used Available Use% Mounted on
rootfs 227.9M 166.8M 56.9M 75% /
ubi0:rootfs 227.9M 166.8M 56.9M 75% /
tmpfs 1.0M 68.0k 956.0k 7% /tmp
tmpfs 256.0k 92.0k 164.0k 36% /var/run
none 10.0M 72.0k 9.9M 1% /dev
tmpfs 64.0M 4.0k 64.0M 0% /dev/shm
/dev/mmcblk0p2 2.0G 1.1G 819.1M 57% /home
/home/opt 2.0G 1.1G 819.1M 57% /opt
/opt/pymaemo/usr/lib/python2.5
2.0G 1.1G 819.1M 57% /usr/lib/python2.5
/opt/pymaemo/usr/share/pyshared
2.0G 1.1G 819.1M 57% /usr/share/pyshared
/opt/pymaemo/usr/lib/pyshared
2.0G 1.1G 819.1M 57% /usr/lib/pyshared
/opt/pymaemo/usr/share/python-support
2.0G 1.1G 819.1M 57% /usr/share/python-support
/opt/pymaemo/usr/lib/python-support
2.0G 1.1G 819.1M 57% /usr/lib/python-support
/dev/mmcblk0 /dev/mmcblk0p2
/dev/mmcblk0p1 /dev/mmcblk0p3
rootfs / rootfs rw 0 0
ubi0:rootfs / ubifs rw,bulk_read,no_chk_data_crc 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
tmpfs /tmp tmpfs rw,noatime,size=1024k 0 0
tmpfs /var/run tmpfs rw,nosuid,noatime,size=256k,mode=755 0 0
none /dev tmpfs rw,noatime,size=10240k,mode=755 0 0
devpts /dev/pts devpts rw,gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev,noatime,size=65536k 0 0
/dev/mmcblk0p2 /home ext3 rw,noatime,errors=continue,commit=1,data=writeback 0 0
/dev/mmcblk0p2 /opt ext3 rw,noatime,errors=continue,commit=1,data=writeback 0 0
cgroup /dev/cgroup/cpu cgroup rw,memory,cpu,release_agent=/usr/sbin/cgroup_clean 0 0
nodev /sys/kernel/debug debugfs rw 0 0
/dev/mmcblk0p2 /usr/lib/python2.5 ext3 rw,noatime,errors=continue,commit=1,data=writeback 0 0
/dev/mmcblk0p2 /usr/share/pyshared ext3 rw,noatime,errors=continue,commit=1,data=writeback 0 0
/dev/mmcblk0p2 /usr/lib/pyshared ext3 rw,noatime,errors=continue,commit=1,data=writeback 0 0
/dev/mmcblk0p2 /usr/share/python-support ext3 rw,noatime,errors=continue,commit=1,data=writeback 0 0
/dev/mmcblk0p2 /usr/lib/python-support ext3 rw,noatime,errors=continue,commit=1,data=writeback 0 0
![]() |
2012-07-27
, 19:30
|
Community Council |
Posts: 691 |
Thanked: 1,240 times |
Joined on Sep 2010
@ Mbabane
|
#4
|
![]() |
2012-07-27
, 20:08
|
Posts: 54 |
Thanked: 21 times |
Joined on Jun 2012
|
#5
|
![]() |
2012-07-27
, 20:14
|
|
Posts: 196 |
Thanked: 113 times |
Joined on Jun 2010
@ Finland
|
#6
|
sudo gainroot fsck /dev/mmcblk0p1
mount /dev/mmcblk0p1 /home/user/MyDocs -t vfat -o noauto,nodev,noexec,nosuid,noatime,nodiratime,utf8,uid=29999,shortname=mixed,dmask=000,fmask=0133,rodir
![]() |
2012-07-27
, 20:16
|
Community Council |
Posts: 691 |
Thanked: 1,240 times |
Joined on Sep 2010
@ Mbabane
|
#7
|
![]() |
2012-07-27
, 20:26
|
Posts: 54 |
Thanked: 21 times |
Joined on Jun 2012
|
#8
|
Try checking the eMMC:
And then try mounting:Code:sudo gainroot fsck /dev/mmcblk0p1
Code:mount /dev/mmcblk0p1 /home/user/MyDocs -t vfat -o noauto,nodev,noexec,nosuid,noatime,nodiratime,utf8,uid=29999,shortname=mixed,dmask=000,fmask=0133,rodir
fsck 1.41.3.maemo0 (12-Oct-2008) dosfsck 3.0.12, 29 Oct 2011, FAT32, LFN /dev/mmcblk0p1: 4319 files, 15369/442377 clusters
![]() |
2012-07-27
, 20:33
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#9
|
![]() |
2012-07-27
, 20:55
|
Posts: 54 |
Thanked: 21 times |
Joined on Jun 2012
|
#10
|
The file manager get a msg: " no files/folders".
Even as i removed USB mode it seems like there is no memory nor SD.
When I connect the device to a PC as mass storage, it recognize the device and the SD but ask to enter disc to it.
Removing the SD to another device let me get access to to file stored.
Setting--> Memory --> details: only 2.2 GB seems to be there.
when trying:
any suggestion ?
Last edited by em28; 2012-08-18 at 09:36.