[1363] in Athena Bugs
6.0R: umount -h
daemon@ATHENA.MIT.EDU (probe@ATHENA.MIT.EDU)
Sat Nov 12 16:20:13 1988
From: <probe@ATHENA.MIT.EDU>
Date: Sat, 12 Nov 88 16:19:55 EST
To: bugs@ATHENA.MIT.EDU
I was incorrect about having to give it the canonical name... You must supply
the name that was used during the mount request. Thus if you do the following:
mount garp:/site /mnt
mount GARP.MIT.EDU:/ /mnt2
and then type:
umount -h garp
it will only unmount the first request... However, using GARP.MIT.EDU as the
last argument will only unmount the second one.
-Richard