Port-i386 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Not more than 2 disks accessible under -current and -netbsd-5 !?



>>>>> "Jonathan" == Jonathan A Kollasch <jakllsch%kollasch.net@localhost> 
>>>>> writes:

    >> >     Steven> What does /dev look like? Are the wd2 device
    >> >     Steven> files listed?
    >> > 
    >> > Yes. (One of the first things I've checked. ;-))

, but not closely enough! Thanks for the hint!

    >> >   $ ls -l /dev/*wd2* 
    >> >   crw------- 1 root operator 3, 32 Jan 1 21:52 /dev/rwd2a
    >> >   [...]
    >> >   brw------- 1 root operator 0, 47 Jan 1 21:52 /dev/wd2p

Running '/usr/sbin/postinstall' on my amd64 build machine for updating
my i386 usb memory stick's NetBSD system w/o explicitly setting
MACHINE{,_ARCH} (e. g. via '-m', '-a' options) seems to be bad idea.
So I had unintendedly amd64's MAKEDEV in my i386's /dev.

    >> You might want to try remaking those device nodes, as your wd2
    >> is my wd4:

    >> $ ls -l rwd2a rwd2p wd2p rwd4a
    >> crw-r----- 1 root operator 3,     16 Jan 10 20:44 rwd2a
    >> crw-r----- 1 root operator 3, 524311 Jan 10 20:44 rwd2p
    >> crw-r----- 1 root operator 3,     32 Jan 10 20:44 rwd4a
    >> brw-r----- 1 root operator 0, 524311 Jan 10 20:44 wd2p

    Jonathan> That could just be a difference between amd64 and i386
    Jonathan> ... At least that's what I see here.

I hope / am quite sure, that 'cd /dev && sh MAKEDEV all' w/ the
correct / _i386_'s MAKEDEV will cure my problem. (Will do/try that
tonight; otherwise I will speak up again).

Thanks you guys again, and sorry for the noise.

Markus.


Home | Main Index | Thread Index | Old Index