[14776] in Athena Bugs
sun4 8.0I: detach
daemon@ATHENA.MIT.EDU (Jeremy Brown)
Mon Oct 21 14:46:07 1996
To: bugs@MIT.EDU
Date: Mon, 21 Oct 1996 14:45:59 EDT
From: Jeremy Brown <jhbrown@MIT.EDU>
System name: pedagogue
Type and version: SPARC
Display type:
What were you trying to do?
I had used attach to explicitly NFS mount a filesystem under the /mit
directory as /mit/catastrophe. When I was done, I typed
detach /mit/catastrophe
What's wrong:
When I ran detach, I had forgotten to cd out of the remote filesystem,
so I was informed that the filesystem was busy. HOWEVER, when I did
cd out of it, and tried detach again, I was informed that it wasn't
attached. However, I could still cd into it and it was still mounted.
I eventually su'ed to root and umounted the FS. I didn't check at the
time, but I imagine detach took it out of the attachtab before
discovering it couldn't unmount it.
What should have happened:
After I cd'ed out of the remote FS, detach should have detached it.