Quantcast
Channel: PirateBox Forum - Raspberry Pi(rate)Box
Viewing all articles
Browse latest Browse all 1863

Re: RPi3 + USB = No Space?

$
0
0
Hi,
assuming you setup everything correctly, I think I found an issue in the code about this.

Can you do me a favor and try two things if that solves the issue?

#1
Run the following commands
sudo sed -i -e 's|"/opt/piratebox/share/Shared"|"/opt/piratebox/share/Shared/"|' /opt/piratebox/python_lib/diskusage.py
sudo rm -v /opt/piratebox/www/diskusage.html
After this check via the landing page, if the disk usage is displayed correctly.

If that does not work, try #2
Run the following commands
sudo mkdir  /opt/piratebox/share/Shared/folder
sudo sed -i -e 's|"/opt/piratebox/share/Shared/"|"/opt/piratebox/share/Shared/folder"|' /opt/piratebox/python_lib/diskusage.py
rm -v /opt/piratebox/www/diskusage.html
After this check via the landing page, if the disk usage is displayed correctly.


I hope one of these helps. These are just some strange ideas, which came to my mind :) 8-)

best regards
Matthias

Viewing all articles
Browse latest Browse all 1863

Trending Articles