Solve the "Deviceisbusy"-Linux general technology-Linux technology and application information that appears when you attach a USB flash drive or a mobile hard drive in Linux. The following is a detailed description. When you mount a USB flash drive or a mobile hard drive in Linux, the message "Device is busy" is often displayed ~ This is really annoying. The problem that the mobile device cannot be uninstalled in Windows has even been thrown into Linux ......
In fact, the error is not in WIndows or Linux, and the reason why the mobile device cannot be uninstalled is that there are programs in the system occupying files on the mobile device. If you force uninstall the system, it may cause data loss and Device damage. "Device is busy" is a protection measure.
Now that you know that there is a program occupation, find this program and try again. Fuser can be used. Basically, each release contains the fuser tool.
Fuser can display which program is using a file, mount point, or network port on the disk, and provide detailed information about the program process.
If the device cannot be detached is/media/USB, run the following command:
CODE: $ fuser-m-v/media/USB/ User Process Code permission command /Media/BAK/: galeki 335 .. c .. gqview |