You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System Information > Disk Usage does not reflect correct values. I have a large 7TB Drive on which the db lies but disk usage does not show that correctly.
If I do a docker exec picoshare df -h /data the output is as follows:
Filesystem Size Used Available Use% Mounted on /run/host_mark/Volumes
228.3G 121.0G 107.3G 53% /data
The text was updated successfully, but these errors were encountered:
According to the Docker output, only 107.3 GB is available on that volume. If Docker can only see 107.3 GB free, PicoShare isn't going to be able to see anything different.
You could try running PicoShare without Docker, but you'd need to compile from source as we don't have MacOS binaries.
You could also try debugging to find out why Docker is only seeing 107.3 GB free, but this is outside the scope of PicoShare, as I've never used Docker on MacOS.
Thanks for your fast reply! This is unfortunate...
I assume that Docker sees the system partition, since macOS says it has 53% of free space left which corresponds with the output of docker exec picoshare df -h /data. Odd thing is that if I upload files they really go to the db on the large volume and do not eat up any space on system partition. Also odd is that the disk usage in picoshare shows TB's of space left...
Since I'm only a home labber and no programmer I don't see a solution at the moment if you can't help me neither...
System Information > Disk Usage does not reflect correct values. I have a large 7TB Drive on which the db lies but disk usage does not show that correctly.
If I do a
docker exec picoshare df -h /data
the output is as follows:The text was updated successfully, but these errors were encountered: