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



Manuel Bouyer wrote:

> On Thu, Dec 18, 2014 at 06:40:48PM -0500, MLH wrote:
>> 
>> I recently installed amd64 current  NetBSD 7.99.3 (GENERIC) #0 Mon
>> Dec 15 on a new disk running FFSv2:

...
 
>> $ disklabel wd1
>> wd1: Device not configured
> 
> that's certainly not an ffsv1 vs ffsv2 issue; disklabel doesn't care.
> 
> What does
> ls -l /dev/rwd1d
> show ?

The same as for /dev/rwd0d:

$ ls -l /dev/rwd1d
crw-r-----  1 root  operator  3, 11 Dec  9 15:25 /dev/rwd1d
$ ls -l /dev/rwd0d
crw-r-----  1 root  operator  3, 3 Dec  9 15:25 /dev/rwd0d
 
the block devices are the same also.

$ ls -l /dev/wd1d
brw-r-----  1 root  operator  3, 11 Dec  9 15:25 /dev/wd1d
$ ls -l /dev/wd0d
brw-r-----  1 root  operator  3, 3 Dec  9 15:25 /dev/wd0d
 
Anything I've tried to access the drive results in
 wd1: Device not configured
not just disklabel



Home | Main Index | Thread Index | Old Index