Umount: /home: device is busy solution

  
Unmounting /home appears umount: /home: device is busy, because some programs are using the /home directory, we can use fuser to view the progress of those programs, and then Kill it. [root@localhost home]# fuser -m /home /home: 10278c 10279c 10280c 10281c 10282c 10295 10365 18222c Command: kill -9 pid
Copyright © Windows knowledge All Rights Reserved