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

HiFi Berry Install error (space on /usr) #51

Open
BigAirAdair opened this issue Sep 29, 2024 · 4 comments
Open

HiFi Berry Install error (space on /usr) #51

BigAirAdair opened this issue Sep 29, 2024 · 4 comments

Comments

@BigAirAdair
Copy link

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

@Thom61
Copy link

Thom61 commented Oct 25, 2024

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.

@BigAirAdair
Copy link
Author

BigAirAdair commented Oct 25, 2024 via email

@Klaasemann
Copy link

I had the same issue.
You may use HifiberryOS 64Bit.

Regards
Klaas

@BigAirAdair
Copy link
Author

BigAirAdair commented Nov 17, 2024 via email

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

3 participants