Subject: Re: Unable to install on ld0 drive with sysinst
To: None <netbsd-help@netbsd.org>
From: Daniel Eggert <danieleggert@mac.com>
List: netbsd-help
Date: 08/29/2002 14:12:26
On Wednesday, August 28, 2002, at 06:32 PM, Daniel Eggert wrote:
>
> On onsdag, aug 28, 2002, at 08:04 Europe/Copenhagen, Andrew Doran
> wrote:
>
>> Daniel Eggert wrote:
>>
>>> I'm trying to install onto a RAID card. problem is that the logical
>>> drives on the raid use the ld(4) driver, and sysinst doesn't 'see'
>>> those.
>>
>> What architecture and version of NetBSD are you using?
>
> I'm running 1.5.3 macppc.
>
> Jeremy C. Reed sugested that I should try major 13 (for block) and
> major 59 (for character), but I havn't had a chance to try that, yet.
mknod ld0a b 13 0
...
mknod rld0a c 59 0
...
Give the same result:
# disklabel -i -I ld0
disklabel: ld0c: Device not configured
How should I figure out the major numbers for ld(4)?
Daniel