View Single Post
Posts: 502 | Thanked: 366 times | Joined on Jun 2010 @ /dev/null
#15
I'm still waiting on your output of your `dmesg' erg. dmesg is a command that you have to run within x-terminal. If you are having issues copying and pasting lines of outputted information I suggest you do something like this:
Code:
dmesg >> ~/MyDocs/dmesg.log
What that does is it outputs the output of dmesg into your eMMC directory as a regular file known as dmesg.log. The log file itself isn't that big so hopefully you have around 2MB usable space on your eMMC.

Also here are my output of df -h for your reference (in order to compare):
Code:
Filesystem            Size  Used Avail Use% Mounted on
rootfs                228M  185M   40M  83% /
ubi0:rootfs           228M  185M   40M  83% /
tmpfs                 1.0M  104K  920K  11% /tmp
tmpfs                 256K  104K  152K  41% /var/run
none                   10M   80K   10M   1% /dev
tmpfs                  64M  4.0K   64M   1% /dev/shm
/dev/mmcblk0p2        2.0G  1.8G   76M  97% /home
/opt/pymaemo/usr/lib/python2.5
                      2.0G  1.8G   76M  97% /usr/lib/python2.5
/opt/pymaemo/usr/share/pyshared
                      2.0G  1.8G   76M  97% /usr/share/pyshared
/opt/pymaemo/usr/lib/pyshared
                      2.0G  1.8G   76M  97% /usr/lib/pyshared
/opt/pymaemo/usr/share/python-support
                      2.0G  1.8G   76M  97% /usr/share/python-support
/opt/pymaemo/usr/lib/python-support
                      2.0G  1.8G   76M  97% /usr/lib/python-support
/dev/mmcblk0p1         27G   24G  2.8G  90% /home/user/MyDocs
Output of my mount:
Code:
rootfs on / type rootfs (rw)
ubi0:rootfs on / type ubifs (rw,bulk_read,no_chk_data_crc)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
tmpfs on /tmp type tmpfs (rw,noatime,size=1024k)
tmpfs on /var/run type tmpfs (rw,nosuid,noatime,size=256k,mode=755)
none on /dev type tmpfs (rw,noatime,size=10240k,mode=755)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,noatime,size=65536k)
/dev/mmcblk0p2 on /home type ext3 (rw,noatime,errors=continue,commit=1,data=writeback)
/home/opt on /opt type none (bind,rbind)
nodev on /sys/kernel/debug type debugfs (0)
/opt/pymaemo/usr/lib/python2.5 on /usr/lib/python2.5 type bind (bind,rbind)
/opt/pymaemo/usr/share/pyshared on /usr/share/pyshared type bind (bind,rbind)
/opt/pymaemo/usr/lib/pyshared on /usr/lib/pyshared type bind (bind,rbind)
/opt/pymaemo/usr/share/python-support on /usr/share/python-support type bind (bind,rbind)
/opt/pymaemo/usr/lib/python-support on /usr/lib/python-support type bind (bind,rbind)
/dev/mmcblk0p1 on /home/user/MyDocs type ext3 (rw,noauto,nosuid,noatime,nodiratime)
Note how the last line of that output of mount it states the type of my /home/user/MyDocs as ext3, yours should not be ext3 but rather vfat.

I must stress that the output of these are not as useful as a dmesg output which I need you to paste it either here or onto pastebin (but you'll need to paste the link to your pastebin here so that we all can see what is going on).
__________________
 

The Following User Says Thank You to tuxsavvy For This Useful Post: