linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.6.9 - unable to unmount tmpfs
@ 2004-10-22 15:49 Christopher S. Aker
  0 siblings, 0 replies; only message in thread
From: Christopher S. Aker @ 2004-10-22 15:49 UTC (permalink / raw)
  To: linux-kernel

Kernel: 2.6.9 + skas3-v6 + cfq2 (from 2.6.9-ck1)

This box runs a bunch of UMLs -- I mount a tmpfs volume to hold the UML's memory file
each time an UML runs, and with 2.6.9 I'm unable to to unmount the tmpfs volume even
though there are no referring processes...

[root@host19 root]# lsof | grep "/linodes/holden/tmp"
[root@host19 root]#

[root@host19 root]# mount | grep holden
tmpfs on /linodes/holden/tmp type tmpfs (rw,size=64M,mode=0770)
tmpfs on /linodes/holden/tmp type tmpfs (rw,size=64M,mode=0770)
tmpfs on /linodes/holden/tmp type tmpfs (rw,size=64M,mode=0770)

[root@host19 root]# umount /linodes/holden/tmp
umount: /linodes/holden/tmp: device is busy
umount: /linodes/holden/tmp: device is busy
umount: /linodes/holden/tmp: device is busy

I assume this is a bug in 2.6.9 and not UML, possibly relating to ptrace (?) since
UML requires a kill -CONT <pid> to exit properly under 2.6.9 with any version of UML.
I tried creating a tmpfs mount and a few files within, and it unmounted correctly.

Thanks,
-Chris


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-10-22 15:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-22 15:49 2.6.9 - unable to unmount tmpfs Christopher S. Aker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).