[11504] in Athena Bugs
decmips 7.6G: detach doesn't dtrt with MUL filesystems
daemon@ATHENA.MIT.EDU (salemme@MIT.EDU)
Wed Dec 8 10:23:14 1993
From: salemme@MIT.EDU
To: bugs@MIT.EDU
Date: Wed, 08 Dec 93 10:22:50 EST
System name: vege-a-matic
Type and version: KN02ca 7.6G
Display type: PMAG-DV
What were you trying to do?
After attaching 'answerbook' (which is a MUL filesystem type), I used
'detach answerbook' to detach it.
What's wrong:
'detach' only detaches the actual filsys named 'answerbook', but it leaves
the components attached. I think it 'attach' can attach the entire MUL thing,
then 'detach' should detach the entire thing.
See:
athena% date
Wed Dec 8 10:17:32 EST 1993
athena% hesinfo answerbook filsys
MUL answerbook.21 answerbook.22 answerbook.abhw
athena% attach answerbook
attach: /afs/athena.mit.edu/reference/solaris/Solaris_2.1_AB
linked to /opt/Solaris_2.1_AB for filesystem answerbook.21
attach: /afs/athena.mit.edu/reference/solaris/Solaris_2.2_AB
linked to /opt/Solaris_2.2_AB for filesystem answerbook.22
attach: /afs/athena.mit.edu/reference/solaris/SUNWabhw
linked to /opt/SUNWabhw for filesystem answerbook.abhw
attach: filesystem answerbook (answerbook.21,answerbook.22,
answerbook.abhw) mounted on localhost (read-write)
athena% detach answerbook
detach: answerbook detached
athena% attach
filesystem mountpoint user mode
---------- ---------- ---- ----
staff-sys /srvd root n
salemme /mit/salemme salemme w
afsuser /mit/afsuser salemme n
answerbook.21 /opt/Solaris_2.1_AB salemme r
answerbook.22 /opt/Solaris_2.2_AB salemme r
answerbook.abhw /opt/SUNWabhw salemme r
What should have happened:
The components of 'answerbook' should have been detached.
Please describe any relevant documentation references:
The 'detach' man page.