Subject: Re: Unable to install on ld0 drive with sysinst
To: Daniel Eggert <danieleggert@mac.com>
From: Jeremy C. Reed <reed@reedmedia.net>
List: netbsd-help
Date: 08/26/2002 08:28:55
On Mon, 26 Aug 2002, Daniel Eggert wrote:

> But I'm still stuck. I have no device node for my lo0. That is, I have
> no /dev/lo0. To complicate things further: The install disk image
> doesn't have a /dev/MAKEDEV either, so I don't know how to access lo0.
> How do I create the lo0 device node?

It seems the earlier messages were about ld(4) and ld0. So try:
mknod ld0a b 19 0
mknod ld0b b 19 1
...
mknod rld0a c 69 0
mknod rld0a c 69 1
...

chgrp operator ld0* rld0*
chmod 640 ld0* rld0*

But if you really meant lo0, then please ignore.


   Jeremy C. Reed
   http://www.reedmedia.net/