On Tuesday 12 July 2005 16:13, Matt Lawrence wrote:
> I'm running on CentOS4 with a 2.6.11 kernel.  After using losetup to
> configure loop0 and mounting /dev/loop0, I am unable to unmount it.  I keep
> getting "device is busy" message, but lsof doesn't show anything.
> Everything is being built automatically by a script, so I know I'm not
> leaving a terminal session using it as a working directory.  Any ideas?

Use fuser -m to figure out what's still using the mount.
Make sure you don't have any other filesystems mounted inside it.

Paul


_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to