mirror of
https://github.com/sahinakkaya/til.git
synced 2025-04-19 17:22:07 +02: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
|
|
```
|