August 18, 201213 yr Done a bunch of searching and trying. I see things "in use" on certain disks when I use LSOF command. When I use "/usr/bin/fuser -mv /mnt/disk* /mnt/user/*" command it shows "cache_dirs" and "sleep" on all but one disk, which shows "find" as well. What is this "find" thing and how to stop it so I can stop the array?
August 18, 201213 yr I think cache_dirs uses the find command to load files into RAM. The command find is a Linux command to search the Linux file system. http://unixhelp.ed.ac.uk/CGI/man-cgi?find As it is part of the Linux file system, you won't actually be stopping find. You can stop cache_dirs which is using find to search your disks.
Archived
This topic is now archived and is closed to further replies.