[2287] in Athena Bugs
6.2A attach & argument handling
daemon@ATHENA.MIT.EDU (Ken Raeburn)
Thu May 25 17:39:45 1989
Date: Thu, 25 May 89 17:39:28 EDT
From: Ken Raeburn <raeburn@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
Using "-r" with several file systems only affected the first one
specified.
[prometheus!raeburn:/mit/raeburn]
<1022 5:07pm> % attach -r paris:u3 paris:u2
paris:u3: NFS mounted PARIS.MIT.EDU:/u3 on /paris/u3 (read-only)
paris:u2: NFS mounted PARIS.MIT.EDU:/u2 on /paris/u2 (read-write) [why?]
[prometheus!raeburn:/mit/raeburn]
<1023 5:14pm> %
Although this is in line with what the man page describes, a more
intuitive use might be to override for all following file systems (at
least until a "-w" is seen).
-- Ken