mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-12 20:19:38 +01:00
6 lines
91 B
Markdown
6 lines
91 B
Markdown
Make sure that you are not inside the mounted path.
|
|
|
|
```bash
|
|
sudo umount /path/to/dev
|
|
```
|