Subject: Re: Embedded NetBSD? [was Re: CVS commit: basesrc]
To: John Nemeth <jnemeth@victoria.tc.ca>
From: None <collver@linuxfreemail.com>
List: current-users
Date: 10/27/2001 15:12:39
> The problem that devices can appear anywhere in the filesystem at random,
> is actually a vary serious flaw in NTFS which M$ really needs to correct.
"devices" (special files) can appear anywhere in FFS at random.
# mknod goober c 2 2
# ls -l goober
crw-rw-r-- 1 root users 2, 2 Oct 27 15:11 goober
# pwd
/home/ben
Pedantically,
Ben