Subject: Files system bug?
To: None <netbsd-bugs@NetBSD.ORG>
From: April Gu Gruhn <gudongfe@pilot.msu.edu>
List: netbsd-bugs
Date: 02/21/1997 15:10:01
Ran across a neat bug while running X. I restarted X and it persisted, I assume
its in the file system (the i-node table?).

$cd /usr/guest/gu/games
$ mkdir xgalaga-1.6c
$ (attempted a make)
$ cd /usr/guest/gu/games
$su
# rm -rf *
# exit
$ pwd
  /usr/guest/gu/games/xgalaga-1.6c
$ cd /
$ cd /usr/guest/gu/games
  (prob went away... what was it?)
--