-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Is there a reason why the option is not given when using umount? (Target is busy) #671
Comments
Because using It would be better to understand why |
Thank you. |
Sorry, I don't quite get what you mean there.
Out of curiosity, what distro are you running?
I don't know, I don't use docker for my own builds. |
Thank you. I didn't just use the computer for build. I was doing other things when the Raspberry Pi build script was running. Another process meant this. I guessed that umount did not work because another operation was in progress. I build the Raspberry Pi arm64 version from the Linux mint distribution. |
If you look at the unmount() function in the "script > common" path, no option is applied.
Therefore, a lot of target is busy situations occur during the build.
You can solve this problem by attaching the "-lf" option when you do umount.
It worked in the local build. (I don't know if it's build from Docker.)
There was no problem when using the generated image.
Is there any other problem I don't know?
The text was updated successfully, but these errors were encountered: