Messages in this thread |  | | Date | Thu, 21 Sep 2000 17:18:16 +0100 (BST) | From | Matthew Kirkwood <> | Subject | Datapoint re: "umount: device busy" |
| |
Hi,
It seems that it's fairly easy to get a ramfs stuck:
# mkdir bar # mount -t ramfs bar bar # umount bar # mount -t ramfs bar bar # chown nobody bar # umount bar umount: /root/bar: device is busy #
This doesn't appear to affect ext2 filesystems, though.
Matthew
-- $ grep -c ramfs /proc/mounts 12
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |