NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: amd64 current can't configure a FFSv1 disk
On Sat, Dec 20, 2014 at 06:43:03AM -0500, MLH wrote:
> > Might this be using an i386 /dev on amd64, which has different minor
> > offsets for disks?
They look wrong for amd64 - however that happened.
> How would I determine that? /dev/ on this drive (wd0) was installed
> from an amd64 install and I've reinstalled the complete amd64
> distribution a couple of times since then.
Make sure you have an up to date /dev/MAKEDEV script (postinstall can
verify and fix that), then do (as root):
cd /dev
rm {r,}wd{0,1}?
sh MAKEDEV wd0 wd1
ls -l {r,}wd{0,1}d
I get:
crw-r----- 1 root operator 3, 3 Dec 20 12:46 rwd0d
crw-r----- 1 root operator 3, 19 Dec 20 12:46 rwd1d
brw-r----- 1 root operator 0, 3 Dec 20 12:46 wd0d
brw-r----- 1 root operator 0, 19 Dec 20 12:46 wd1d
Martin
Home |
Main Index |
Thread Index |
Old Index