On Sun, Jun 07, 2009 at 08:37:47PM -0500, Leslie Rhorer wrote: > It seems to me this is reproducible whenever the mount is used for an NFS > share. Even after unmounting the share on the remote system, the umount > command won't release the mount on the local system unless one issues the -l > switch, and then the array still won't stop. You must unexport the NFS share first. You can not stop the RAID device until the file system is unmounted, and you cannot unmount it until the NFS export is gone. umount said you the file system is still in use; by passing "-l" you said you do not care. But the kernel (including the RAID device) _does_ care. Gabor -- --------------------------------------------------------- MTA SZTAKI Computer and Automation Research Institute Hungarian Academy of Sciences --------------------------------------------------------- -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html