Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Low free space even though database lies on large 7tb volume #656

Closed
sfreek76 opened this issue Jan 15, 2025 · 2 comments
Closed

Low free space even though database lies on large 7tb volume #656

sfreek76 opened this issue Jan 15, 2025 · 2 comments

Comments

@sfreek76
Copy link

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.

Bildschirmfoto 2025-01-15 um 20 37 15

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
@mtlynch
Copy link
Owner

mtlynch commented Jan 15, 2025

Thanks for reporting this!

This looks like a Docker issue, unfortunately.

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.

@mtlynch mtlynch closed this as completed Jan 15, 2025
@sfreek76
Copy link
Author

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...

Anyway, thank you for your efforts!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants