[3135] in Athena Bugs
attach -r
daemon@ATHENA.MIT.EDU (Ken Raeburn)
Fri Sep 8 15:20:07 1989
Date: Fri, 8 Sep 89 15:19:51 -0400
From: Ken Raeburn <raeburn@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
As documented, -r works only on the next file system. However, I
think this is a bad thing. It can lead to unexpected results in cases
like:
% attach -r paris:{source,u1,u2,u3,u4}
paris:source: NFS mounted PARIS.MIT.EDU:/source on /paris/source (read-only)
paris:u1: NFS mounted PARIS.MIT.EDU:/u1 on /paris/u1 (read-write)
paris:u2: NFS mounted PARIS.MIT.EDU:/u2 on /paris/u2 (read-write)
paris:u3: NFS mounted PARIS.MIT.EDU:/u3 on /paris/u3 (read-write)
paris:u4: NFS mounted PARIS.MIT.EDU:/u4 on /paris/u4 (read-write)
I wanted all of them read-only....
-- Ken