We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(filing it for myself so I won't forget)
Mount a mosaic a few times, and you won't be able to unmount it:
# ../../moctl/moctl ./plain.mos mount - plain.dir/ # ../../moctl/moctl ./plain.mos moun - plain.dir/ # ../../moctl/moctl ./plain.mos m - plain.dir/ # ../../moctl/moctl ./plain.mos umount - plain.dir/ Can't umount mosaic: Device or resource busy
A workaround is to use system umount utility.
umount
I guess the best way to fix it is to use refcounting against mount.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(filing it for myself so I won't forget)
Mount a mosaic a few times, and you won't be able to unmount it:
A workaround is to use system
umount
utility.I guess the best way to fix it is to use refcounting against mount.
The text was updated successfully, but these errors were encountered: