Date: Mon, 5 Mar 2001 17:35:31 -0600 From: Doug Poland <dpoland@polands.org> To: Greg Lehey <grog@lemis.com>, richard childers <fscked@pacbell.net> Cc: freebsd-questions@freebsd.org Subject: Re: SCSI disks / disklabel / vinum Message-ID: <20010305173531.A13041@polands.org> In-Reply-To: <20010304091830.B12820@wantadilla.lemis.com> References: <20010303150356.B29412@polands.org> <20010304091830.B12820@wantadilla.lemis.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Mar 04, 2001 at 09:18:30AM +1030, Greg Lehey wrote: > > It tells you: No such file or directory. You apparently don't have > the device nodes in place. > But I have the disks mounted! Right now I have 6 SCSI disks mounted and accessable on 6 different mount points. > > You'll almost certainly need to create the device nodes. > I took Richard Childers advice and did... # cd /dev # .MAKEDEV pass4 # .MAKEDEV pass5 Now I have the pass devices 0-5. When I run disklabel -e on da4 or da5, I still don't see 4.2BSD. The truely weird thing is I can see the 4.2BSD partition with a disklabel -r but not in disklabel -e. See following... judeah# disklabel -r da4 # /dev/da4: type: SCSI disk: da4s1 label: flags: bytes/sector: 512 sectors/track: 63 tracks/cylinder: 255 sectors/cylinder: 16065 cylinders: 244 sectors/unit: 3933040 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] c: 3933040 0 unused 0 0 # (Cyl. 0 - 244*) e: 3933040 0 4.2BSD 1024 8192 16 # (Cyl. 0 - 244*) judeah# disklabel -e da4 # /dev/da4: type: SCSI disk: IBMRAID label: 0664M1H9337 flags: bytes/sector: 512 sectors/track: 13 tracks/cylinder: 210 sectors/cylinder: 2730 cylinders: 1440 sectors/unit: 3933040 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] c: 3933040 0 unused 0 0 # (Cyl. 0 - 1440*) ~ The same thing shows for da5. What am I missing? -- Regards, Doug 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?20010305173531.A13041>