-m name specifies a file on a mounted file system or a block device that is mounted. All processes accessing files on that file system are listed. If a directory file is specified, it is automatically changed to name/. to use any file system that might be mounted on that directory.
TEST1=`mount | grep " $CHROOT "`
#TEST1=`mount | grep " $CHROOT "` TEST1=""