-
Notifications
You must be signed in to change notification settings - Fork 29
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
HiFi Berry Install error (space on /usr) #51
Comments
I had the same error. I found that the installation downloads the docker packages into folder /usr/lib/docker. My SD-card provided enough space on the partition which is mounted on /data. So I first I moved all contents of /usr/lib/docker to the /data partition and created a symbolic link to /usr/lib/docker:
This solved the problem on my system. |
Thanks !Sent from my iPhoneOn Oct 25, 2024, at 9:15 AM, Thom61 ***@***.***> wrote:
I had the same error. I found that the installation downloads the docker packages into folder /usr/lib/docker. My SD-card provided enough space on the partition which is mounted on /data. So I first I moved all contents of /usr/lib/docker to the /data partition and created a symbolic link to /usr/lib/docker:
mkdir -p /data/lib
mv /var/lib/docker /data/lib
ln -s /data/lib/docker /var/lib/docker
This solved the problem on my system.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I had the same issue. Regards |
That fixed it, thank you!Sent from my iPhoneOn Nov 17, 2024, at 3:05 PM, Klaasemann ***@***.***> wrote:
I had the same issue.
You may use HifiberryOS 64Bit.
Regards
Klaas
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hi, I get an out of space error /usr/device when installing tidal-connect on my hifi. As a noob trying to figure our how to resize my partition or understand if its something different.
Thanks! - Bill
![Screen Shot 2024-09-29 at 11 14 21 AM](https://private-user-images.githubusercontent.com/183301136/371870682-3b7b9bba-252b-46b3-aa23-3e7fb83416d4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMTA1MjAsIm5iZiI6MTczOTMxMDIyMCwicGF0aCI6Ii8xODMzMDExMzYvMzcxODcwNjgyLTNiN2I5YmJhLTI1MmItNDZiMy1hYTIzLTNlN2ZiODM0MTZkNC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQyMTQzNDBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1mYjYzMzA0YWQ5ZmYwYTg5YmZmZmY2MjNkZGU1OWZjMjYzZTI2Y2QyMzU2Y2JiZjEzODk4NDFiOTVlY2U4NjFhJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.CZT-T95skzDtfpiejqbtZOt8JeK7G98zT42mdecJomY)
The text was updated successfully, but these errors were encountered: