![]() |
2010-01-13
, 16:00
|
Posts: 7 |
Thanked: 0 times |
Joined on Jan 2010
|
#3
|
# du -hsx * 16.0k lost+found 68.8M opt 20.3M user # df -h . Filesystem Size Used Available Use% Mounted on /dev/mmcblk0p2 2.0G 1.8G 61.0M 97% /home
![]() |
2010-01-13
, 16:05
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#4
|
e2fsck -f -n /dev/mmcblk0p2
![]() |
2010-01-13
, 16:11
|
Posts: 207 |
Thanked: 119 times |
Joined on Nov 2009
@ Pittsburgh, PA, USA
|
#5
|
You could try doing (as root):
and see whether that reports any errors with the filesystem (it's read-only so won't make any changes).Code:e2fsck -f -n /dev/mmcblk0p2
![]() |
2010-01-13
, 16:15
|
Posts: 7 |
Thanked: 0 times |
Joined on Jan 2010
|
#6
|
Warning! /dev/mmcblk0p2 is mounted. Warning: skipping journal recovery because doing a read-only filesystem check. Pass 1: Checking inodes, blocks, and sizes Pass 2: Checking directory structure Pass 3: Checking directory connectivity Pass 4: Checking reference counts Pass 5: Checking group summary information Free blocks count wrong (41840, counted=41838). Fix? no Free inodes count wrong (126431, counted=126429). Fix? no RX-51_2009SE_1.2: ********** WARNING: Filesystem still has errors ********** RX-51_2009SE_1.2: 4641/131072 files (1.9% non-contiguous), 482448/524288 blocks
![]() |
2010-01-13
, 16:24
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#7
|
/sbin/fsck -f -p /dev/mmcblk0p2
![]() |
2010-01-13
, 16:37
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#8
|
![]() |
2010-01-13
, 16:45
|
Posts: 7 |
Thanked: 0 times |
Joined on Jan 2010
|
#9
|
![]() |
2010-01-13
, 16:47
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#10
|
When I was playing around and looking for some nice stuff on my phone, I got an error "userspace full". So I started a terminal. I found out that the /home (/dev/mmcblk0p2) was almost full (99% of 2G)
So i remove almost all apps (including python) and I saved 100Mb.
Back in the terminal, du helped me discovering that I only had 100Mb in /home/opt and 8Mb in the hidden directories in /home/user.
Actualy, du discovers only 108Mb. Then I have 80Mb free space. That all on a partition/disk of 2Gb, That's 1.8Gb lost?
Does someone reconise the problem? And does someone know a solution?
Thanks, Bjokke.