TIPS Incredible pi storage full.

wlraider70

New Member
Joined
Jun 1, 2013
Messages
26
Reaction score
1
I set up an pi with 8gb about 1 week ago. I saw a post that said 4gb was sufficient. When I finished the install I had about 1/2 GB free. Now that's gone too. I'm not finding any crazy large files.

Any tips?
 

progs_00

Active Member
Joined
Jan 6, 2014
Messages
132
Reaction score
37
Hi wlraider70
Strange thing you got there. On my 15GB SD I've got 12GB availability. What I'd suggest is to run
Code:
du -sx /* 2>/dev/null | sort -n
just to have on the biggest directories and after you find them you repeat the above command inside each specific directory. Even better would be if you could boot to a separate Linux distro, insert the SD on your card reader and use a utility like baobab (Disk usage analyzer)
Post your results and we'll take it from there
 

PBX@Home

Active Member
Joined
May 22, 2013
Messages
126
Reaction score
37
Did you run the raspi-config? to not only increase the filesystem to use the full card but to also turn that baby into Turbo mode? :) You could also lower the "GPU"
 

wlraider70

New Member
Joined
Jun 1, 2013
Messages
26
Reaction score
1
Sorry I was late slow to respond to this


Code:
root@incrediblepbx:/usr# du -sx /* 2>/dev/null | sort -n
0 /dev
0 /proc
0 /sys
4 /lost+found
4 /media
4 /mnt
4 /selinux
4 /srv
24 /home
212 /run
632 /tmp
4380 /sbin
4656 /bin
6152 /etc
27265 /boot
37788 /opt
76928 /lib
85376 /boot.bak
85932 /root
1324108 /usr
1418028 /var

Somewhere in the 3 gig range as I do the math.
I tried to re-run the raspi-config expand and it gave me an error. I'm going ot guess that because it was successful last time.
When I do a "fdisk -l" I get a 7 gig linux partton and a 75 mb windows part.
I must be missing something..?
 

Members online

No members online now.

Forum statistics

Threads
25,781
Messages
167,507
Members
19,201
Latest member
troutpocket
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top