Replies: 1 comment 4 replies
-
|
What I noticed from the output: Although tomb is a |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
Every since I started using tomb, I have been having trouble removing the mount cleanly. After running
tomb closeI'm always left with aloop0which prevents the tomb from mounting again.This issue only occurs with the tomb I use on daily basis (and which many apps access to, and rely on) - not a throw-away tomb I may create for testing. What's odd is, that the tomb does unmount properly, but the
loop0is not removed.Here's what this looks like after closing the tomb:
Trying to remove it fails:
cryptsetup luksClose tomb..d-crate.b270c234643e0931cd63bca461cb7f3c759a8f85809f8ff3c7bb401a5f7c2b20.loop0 Device tomb..d-crate.b270c234643e0931cd63bca461cb7f3c759a8f85809f8ff3c7bb401a5f7c2b20.loop0 is still in use.It looks like someone's accessing it:
I've tried a lot of things; Only
rebootworks.Here's some more info:
Any idea how I can:
Cheers
Beta Was this translation helpful? Give feedback.
All reactions