[16564] in Athena Bugs
attach feature/bug
daemon@ATHENA.MIT.EDU (Nickolai Zeldovich)
Mon Dec 14 22:11:16 1998
To: bugs@MIT.EDU
Date: Mon, 14 Dec 1998 22:11:14 EST
From: Nickolai Zeldovich <kolya@MIT.EDU>
hi,
interesting feature of 'attach' on athena.. not sure if there's an easy fix,
but anyway:
athena% attach -m /silly/one sipbzlog
attach: filesystem sipbzlog (A-KIND-OF-MAGIC.MIT.EDU:/export/zlog) mounted on /silly/one (read-only)
athena% attach -m /silly/two czlog
attach: filesystem czlog (MUFASA.MIT.EDU:/disk16/local/services/zephyr) mounted on /silly/two (read-only)
athena% detach sipbzlog
detach: sipbzlog detached
sipbzlog: Can't remove directory : File exists
athena% detach czlog
detach: czlog detached
athena% ls -ld /silly
drwxr-xr-x 2 root mit 512 Dec 14 22:08 /silly
and the directory stays there even after both lockers have been detached,
since the rmdir failed for "detach sipbzlog" since there was another
directory in there, and "detach czlog" didn't bother to remove it..
-thanks,
nickolai zeldovich.