[531] in testers
rt 6.4R: attach
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Tue Dec 19 11:02:20 1989
Date: Tue, 19 Dec 89 11:01:51 -0500
From: Jonathan I. Kamens <jik@PIT-MANAGER.MIT.EDU>
To: testers@ATHENA.MIT.EDU
System name: pit-manager
Type and version: RTPC-ROMPC 6.4R
Display type: apa16
megapel
pit-manager% attach sipb-rw
sipb-rw: AFS mounted /afs/.athena.mit.edu/contrib/sipb on /mit/sipb (read-write)
pit-manager% attach sipb-afs
sipb-afs: AFS mounted /afs/athena.mit.edu/contrib/sipb on /mit/sipb (read-only)
pit-manager% detach sipb-afs
sipb-afs: detached
pit-manager% ls /mit/sipb
/mit/sipb not found (No such file or directory)
pit-manager% attach sipb-rw
sipb-rw: Already attached...mapping
pit-manager% detach sipb-rw
sipb-rw: already detached, continuing....
sipb-rw: detached
Two bugs:
1. I should not have been able to attach "sipb-afs" with "sipb-rw"
already attached (i.e. with there already beeing a sym-link named
"/mit/sipb".
2. When I did the second "attach sipb-rw", attach should have realized
that in reality the filesystem was *not* attached, because the
sym-link that's supposed to make it attached isn't there.
jik