From bf27aeaaa065cba3ffd72d6c4c096fabdc58fa42 Mon Sep 17 00:00:00 2001 From: Asocia Date: Mon, 19 Jul 2021 07:33:57 +0300 Subject: [PATCH] TIL: Unmounting a busy device --- system/unmounting-a-busy-device.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 system/unmounting-a-busy-device.md diff --git a/system/unmounting-a-busy-device.md b/system/unmounting-a-busy-device.md new file mode 100644 index 0000000..f897dbd --- /dev/null +++ b/system/unmounting-a-busy-device.md @@ -0,0 +1,5 @@ +Make sure that you are not inside the mounted path. + +`````` +sudo umount /path/to/dev +``````