1
0
mirror of https://github.com/sahinakkaya/til.git synced 2025-07-17 14:01:49 +03:00

TIL: Unmounting a busy device

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

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