Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Mar 2002 13:54:16 -0800
From:      Jon Rust <jpr@vcnet.com>
To:        questions@freebsd.org
Subject:   vinum: can't add device
Message-ID:  <20020319135416.D74985@mail.vcnet.com>

next in thread | raw e-mail | index | archive | help
My config file was initially longer, but given that it chokes on the
first two lines every time, I have snipped it down for clarity here. I
have checked that those devices are actually active-- changed type to
4.2BSD and ran newfs on them just fine. What am I missing? I can add a
new IDE drive without problems. Also, the 2 drives I'm trying to add
were previously part of a vinum install with no issues. Is there a need
to 'bless' them somehow?

Thanks,
jon

On FreeBSD 4.5R:

   host:/usr/local/etc{14} # cat vinum.cfg
   drive b device /dev/da1h
   drive c device /dev/da2h
   bus:/usr/local/etc{15} # vinum create vinum.cfg
      1: drive b device /dev/da1h
   ** 1 : Invalid argument
      2: drive c device /dev/da2h
   ** 2 : Invalid argument
   0 drives:
   0 volumes:
   0 plexes:
   0 subdisks:


   host:/usr/local/etc{17} # disklabel -r da1h
   # /dev/da1h:
   type: SCSI
   disk: da1
   label: 
   flags:
   bytes/sector: 512
   sectors/track: 17
   tracks/cylinder: 85
   sectors/cylinder: 1445
   cylinders: 49610
   sectors/unit: 71687339
   rpm: 7200
   interleave: 1
   trackskew: 0
   cylinderskew: 0
   headswitch: 0           # milliseconds
   track-to-track seek: 0  # milliseconds
   drivedata: 0 
   
   8 partitions:
   #        size   offset    fstype   [fsize bsize bps/cpg]
     c: 71687339        0    unused        0     0         # (Cyl.    0 - 49610*)
     h: 71687339        0     vinum                        # (Cyl.    0 - 49610*)


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020319135416.D74985>