[855] in NetBSD-Development
More info on "ls" problem
daemon@ATHENA.MIT.EDU (Greg Hudson)
Thu Jul 6 03:45:04 1995
Date: Thu, 6 Jul 1995 03:46:33 -0400
From: Greg Hudson <ghudson@MIT.EDU>
To: netbsd-afs@MIT.EDU
Cc: marc@MIT.EDU
Incidentally, I remembered an idea that Marc suggested, and determined
that if I tried to write to /mit/gnu/bin/gls, it solved the problem
(although the write fails, of course, /mit/gnu/bin being in a
read-only volume):
glacier% ls
Bus error
glacier% cat > /mit/gnu/bin/gls
/mit/gnu/bin/gls: Read-only file system.
glacier% ls
[Proper listing of /var/tmp elided]