Hi!<div><br></div><div>If a xen-create-image processes has been aborted for some reason, it happens that I have /tmp/<ID> mounts where the LV is mounted, and the device seems busy and unmountable. A reboot seem to help, but I wish there are other ways solving this.</div>
<div><br></div><div>mount on dom0</div><div><div>/dev/mapper/myvg-test--disk on /tmp/ermebNGZVj type ext3 (rw)</div><div>/proc on /tmp/ermebNGZVj/proc type none (rw,bind)</div><div>devpts on /tmp/ermebNGZVj/dev/pts type devpts (rw)</div>
</div><div><br></div><div><div># umount /tmp/ermebNGZVj/</div><div>umount: /tmp/ermebNGZVj: device is busy.</div><div>(In some cases useful info about processes that use</div><div>the device is found by lsof(8) or fuser(1))</div>
</div><div><br></div><div><div># lsof /tmp/ermebNGZVj/</div><div>#</div></div><div><br></div><div><div># fuser -a -u -v /tmp/ermebNGZVj/proc/</div><div> USER PID ACCESS COMMAND</div><div>/tmp/ermebNGZVj/proc/:</div>
<div> root kernel mount (root)/proc</div></div><div><br></div><div><div># fuser -a -u -v /tmp/ermebNGZVj/dev/pts/</div><div> USER PID ACCESS COMMAND</div><div>/tmp/ermebNGZVj/dev/pts/:</div>
<div> root kernel mount (root)/dev/pts</div></div><div><br></div><div><div># fuser -a -u -v /tmp/ermebNGZVj</div><div> USER PID ACCESS COMMAND</div><div>/tmp/ermebNGZVj: root kernel mount (root)/tmp/ermebNGZVj</div>
</div><div><br></div><div>and the LV is of course not removable.</div><div><br></div><div>Any ideas on how to fix this? Thanks!</div>