# Linux Umount busy disk

<https://www.positioniseverything.net/umount-target-is-busy>

```bash
    sudo umount -l /dev/sdc1
```
