Experimenting with 'mount' and
stumbled across the following oddity:

mount -t procfs proc /mnt
umount -t /mnt

results in procfs still mounted on /mnt
but no longer mounted on /proc.  It
appears that a umount of procfs is
unmounting the most recently mounted
instance rather than the instance
mounted at the specified location.

I haven't checked to see if other
filesystem types have this problem.

Tim Kientzle


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to