View Single Post
Posts: 33 | Thanked: 0 times | Joined on Aug 2013 @ ABU DHABI - UNITED ARAB EMIRATES
#48
Originally Posted by pichlo View Post
This is all very true and very useful but I can't get rid of the feeling that this is like worrying about a rusty exhaust when the engine needs fixing. Sure, the exhaust needs replacing too but that is not your biggest concern.

Removing nitroid installer and kernel will save you a few MB but you need to clean a few hundred MB. So please return to post #28 and give us the results of the commands there.

BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso31+0cssu0) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ sudo gainroot
Root shell enabled


BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso31+0cssu0) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/home/user # apt-get clean
/home/user # mount
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 (noatime,nodiratime,errors=continue,commit=1,data= writeback)
/home/opt on /opt type none (bind)
nodev on /sys/kernel/debug type debugfs (0)
/opt/pymaemo/usr/lib/python2.5 on /usr/lib/python2.5 type bind (bind)
/opt/pymaemo/usr/share/pyshared on /usr/share/pyshared type bind (bind)
/opt/pymaemo/usr/lib/pyshared on /usr/lib/pyshared type bind (bind)
/opt/pymaemo/usr/share/python-support on /usr/share/python-support type bind (bind)
/opt/pymaemo/usr/lib/python-support on /usr/lib/python-support type bind (bind)
/dev/mmcblk0p1 on /home/user/MyDocs type vfat (rw,noauto,nodev,exec,nosuid,noatime,nodiratime,ut f8,uid=29999,shortname=mixed,dmask=000,fmask=0000, rodir)
/dev/mmcblk1p1 on /media/mmc1 type vfat (rw,noauto,nodev,exec,nosuid,noatime,nodiratime,ut f8,uid=29999,shortname=mixed,dmask=000,fmask=0000, rodir)
/home/user # df
Filesystem 1k-blocks Used Available Use% Mounted on
rootfs 233104 228820 0 100% /
ubi0:rootfs 233104 228820 0 100% /
tmpfs 1024 88 936 9% /tmp
tmpfs 256 96 160 38% /var/run
none 10240 80 10160 1% /dev
tmpfs 65536 4 65532 0% /dev/shm
/dev/mmcblk0p2 2064208 719360 1239992 37% /home
/home/opt 2064208 719360 1239992 37% /opt
/opt/pymaemo/usr/lib/python2.5
2064208 719360 1239992 37% /usr/lib/python2.5
/opt/pymaemo/usr/share/pyshared
2064208 719360 1239992 37% /usr/share/pyshared
/opt/pymaemo/usr/lib/pyshared
2064208 719360 1239992 37% /usr/lib/pyshared
/opt/pymaemo/usr/share/python-support
2064208 719360 1239992 37% /usr/share/python-support
/opt/pymaemo/usr/lib/python-support
2064208 719360 1239992 37% /usr/lib/python-support
/dev/mmcblk0p1 28312128 8892224 19419904 31% /home/user/MyDocs
/dev/mmcblk1p1 3871744 8192 3863552 0% /media/mmc1
/home/user # free
total used free shared buffers
Mem: 245540 240400 5140 0 4312
Swap: 786424 51324 735100
Total: 1031964 291724 740240
/home/user # du -kx / | sort -n tail -n20
sort: invalid option -- 2
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso31+0cssu0) multi-call binary

Usage: sort [-nrugMcszbdfimSTokt] [-o FILE] [-k start[.offset][opts][,end[.offset][opts]] [-t CHAR] [FILE]...

/home/user # du -kx/home | sort -n | tail -n20
du: invalid option -- /
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso31+0cssu0) multi-call binary

Usage: du [-aHLdclsxhmk] [FILE]...

/home/user #