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 +``````