Subject: is this critical?
To: None <current-users@netbsd.org>
From: Brian Hechinger <wonko@entropy.tmok.com>
List: current-users
Date: 04/09/2001 23:21:54
Build started at: Mon Apr  9 22:20:17 EDT 2001
(cd /usr/src/etc && make -m /usr/src/share/mk DESTDIR=/ distrib-dirs)
install  -d -o root -g wheel -m 755 /
mtree -def mtree/NetBSD.dist -p // -u
mtree: var/log: Input/output error
missing: ./var/log (not created: Input/output error)
missing: ./var/log/rdist (not created: Input/output error)

that is just where i saw it first:

$ cd /var
$ cd log
ksh: cd: /var/log - Input/output error
$ ls log
ls: log: Input/output error
$ ls -l
ls: log: Input/output error
total 42
drwxr-xr-x   2 root    wheel      512 Nov 23 02:02 account
drwxr-xr-x   4 root    wheel      512 Feb  2 18:11 at
[snip]

anyone?

-brian