Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Feb 2003 11:10:21 +0100 (CET)
From:      Michael Reifenberger <root@nihil.reifenberger.com>
To:        FreeBSD-Current <current@freebsd.org>
Subject:   vinum start & -current doesn't work as expected
Message-ID:  <20030207105857.T2514@nihil.reifenberger.com>

next in thread | raw e-mail | index | archive | help
Hi,
me using -current as of today.

I have two firewire disks as:
...
da0 at sbp0 bus 0 target 0 lun 0
da0: <Oxford S OXFORD IDE Devic 4133> Fixed Simplified Direct Access SCSI-4
device
da0: 50.000MB/s transfers
da0: 194481MB (398297088 512 byte sectors: 255H 63S/T 24792C)
da1 at sbp0 bus 0 target 1 lun 0
da1: <Oxford S OXFORD IDE Devic 4133> Fixed Simplified Direct Access SCSI-4
device
da1: 50.000MB/s transfers
da1: 194481MB (398297088 512 byte sectors: 255H 63S/T 24792C)
...



They are partitioned as follows:
# /dev/da0s1c:
type: unknown
disk: amnesiac
label:
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 24792
sectors/unit: 398297025
rpm: 3600
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]
  a: 398296962       63     vinum                       # (Cyl.    0*- 24792*)
  c: 398297025        0    unused        0     0        # (Cyl.    0 - 24792*)



I used the following config-file for `vinum create`:
drive d0 device /dev/da0s1a
drive d1 device /dev/da1s1a

volume ablage setupstate
 plex name ablage.p0 org concat
  sd name ablage.p0.s0 drive d0 size 0b
 plex name ablage.p1 org concat
  sd name ablage.p1.s0 drive d1 size 0b



After reboot, a `vinum start` gives me:
** no drives found: No such file or directory



A `vinum read /dev/da0s1 /dev/da1s1` does work.

Any problems known that da0 and da1 are not seen during `vinum start`?


Bye!
----
Michael Reifenberger
^.*Plaut.*$, IT, R/3 Basis, GPS

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




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