A filesystem can remain busy because a process has an open file, maps a file into memory, or uses a directory as its current working directory. lsof and fuser help identify those relationships. Inspect first; stopping processes is a separate decision with operational consequences.
Process Utilization · Lesson 2
lsof and fuser
Learn how to identify processes using files, directories, mount points, and network sockets.