Free disk space Not available?

Posted by josephchrzempiec 
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
Now, this forum is in read-only mode. You find details Details hereContinue on /r/PirateBox
Free disk space Not available?
December 21, 2016 07:00PM
Hello i put a 8GB class 10 card in my Raspberry pi and installed Piratebox now working. When i go to the site it says 68% full and 32% free. When i put a 16GB class 10 card in there I'm getting the same thing on the page 68% full 32% free. So i tried a 32gb Class 10 card i get the same thing 68% full 32% free. I don't know why is this. Sense i put a bigger card should be more space free. Is there a way to get the rest of the space that is missing?
Re: Free disk space Not available?
December 21, 2016 07:19PM
When i do sudo raspi-config i get this message

We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:

#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
SO that ant working not sure what to do now?
Re: Free disk space Not available?
December 21, 2016 09:08PM
the disk space is determined by the location of /opt/piratebox/share
You can extend the root partition (with raspi config) or create an additional partition, mounted on opt/piratebox/share.

Have a look here [piratebox.cc]

btw, when you have raspi-config you are running not an official image winking smiley
Re: Free disk space Not available?
December 31, 2016 01:50PM
Hello gentlemen,
I have the same problem over there but when I tried to do the instruction on the link you gave I had this

my raspi is connected to ethernet
(a little ifconfig)

So I don't have access to the whole memory of my sd card, it's super annoying sad smiley
Re: Free disk space Not available?
January 03, 2017 05:42AM
this is the issue because of the name resolution :-)
run

sudo sh -c 'echo "nameserver 8.8.8.8" > /etc/resolv.conf'
Then continue with the wget command.

That should make the name resultion work again

best regards
Matthias
Re: Free disk space Not available?
January 05, 2017 03:41PM
Oh thank you Matthias, it totally works, you are the man smiling smiley