Subject: Re: initialization order & permanently mounting USB drives?
To: Andy Ruhl <acruhl@gmail.com>
From: James Hartley <jjhartley@gmail.com>
List: netbsd-users
Date: 09/10/2007 11:10:24
On 9/10/07, Andy Ruhl <acruhl@gmail.com> wrote:
> On 9/10/07, James Hartley <jjhartley@gmail.com> wrote:
> > ...
> > Yet at boot, I see the following at the end of the displayed dmesg:
> >
> > Starting file system checks:
> > /dev/rsd0a: file system is clean;  not checking
> > Can't open /dev/sd1k:  Device not configured
> > CAN'T CHECK FILESYSTEM.
> > /dev/rsd1k:  UNEXPECTED INCONSISTENCY;  RUN fsck_ffs MANUALLY.
> > /dev/rsd0e:  file system is clean;  not checking
> > /dev/rsd0f:  file system is clean;  not checking
> > /dev/rsd0g:  file system is clean;  not checking
> > THE FOLLOWING FILE SYSTEM HAD AN UNEXPECTED INCONSISTENCY:  ffs:
> > /dev/rsd1k (/mnt)
> > Automatic file system check failed;  help!
> > Sep  9 23:12:01 init: '/bin/sh' on '/etc/rc' terminated abnormally,
> > going to single user mode
> > Enter pathname of shell or RETURN for /bin/sh:  umass0 at uhub4 port 3
> > configuration 1 interface 0
> > umass0: Genesys Logic USB TO IDE, rev 2.00/0.33, addr 3
> > umass0: using SCSI over Bulk-Only
> > scsibus1 at umass0: 2 targets, 1 lun per target
> > sd1 at scsibus1 target 0 lun 0: <ST980821, 0A, 0811> disk fixed
> > sd1: fabricating a geometry
> > sd1: 76319 MB, 76219 cyl, 64 head, 32 sec, 512 bytes/sect x 156301488 sectors
> > #
> ...
> Does "device not configured" mean it wasn't detected or there isn't a
> /dev/{r}sd0k device file for it, or something?

Both nodes are present:

$ cd /dev
$ ls -al sd1k rsd1k
crw-r-----  1 root  operator   13, 524298 Sep  6 16:27 rsd1k
brw-r-----  1 root  operator    4, 524298 Sep  6 16:27 sd1k
$

> Is there some other USB device which is also "in the process" of being
> detected or whatever this problem is?

This is the only USB device attached.

Jim