TIL: Unmounting a busy device

This commit is contained in:
Asocia 2021-07-19 07:33:57 +03:00
parent 8e598b1c33
commit bf27aeaaa0

View File

@ -0,0 +1,5 @@
Make sure that you are not inside the mounted path.
``````
sudo umount /path/to/dev
``````