Reference:
http://stackoverflow.com/questions/624154/linux-which-process-is-causing-device-busy-when-doing-umount
Error message at umount: device is busy
Command to find out which process is using the mount point:
lsof | grep <my mount point>
lsof is list open files.
沒有留言:
張貼留言