Force Unmount drive in Linux/Kubuntu
- Chris Speed
- May 14, 2017
- 1 min read
Using umount I was able to force the drive to unmount, I passed the -l and that keep me from getting the "device is busy" error.
sudo umount -l /media/_plex_data
I referenced the following link: http://oletange.blogspot.com/2012/04/umount-device-is-busy-why.html
Comments