On Tue, Apr 29, 2008 at 03:06:38AM +0100, Al Viro wrote:
... or something much simpler:
; cat /proc/mounts |grep proc
proc /proc proc rw,nosuid,nodev,noexec 0 0
usbfs /proc/bus/usb usbfs rw 0 0
;
and unmounting the stuff mounted under /proc before doing umount /proc
works as expected. Amazing how well the first cup of coffee helps...
--