Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Mar 2000 11:20:56 -0500
From:      "Waite, Michael" <Michael.Waite@compaq.com>
To:        'Peter Radcliffe' <pir@pir.net>, freebsd-stable@FreeBSD.ORG
Subject:   RE: disk cloning
Message-ID:  <212CC57E84B8D111AD780000F84AA049083C2D08@mroexc2.tay.dec.com>

next in thread | raw e-mail | index | archive | help
I have two disk on the system right now plus a cdrom.
I would assume that they would de da0 da1 and da3.
The disk that I just plegged into the chain is scsi address "4" ........I
just checked the jumper. Would that then not be added to the system ad da4?


When I looked in /dev there was no "da*" until I ran MAKEDEV

-----Mike

-----Original Message-----
From: Peter Radcliffe [mailto:pir@pir.net]
Sent: Friday, March 10, 2000 11:14 AM
To: freebsd-stable@FreeBSD.ORG
Subject: Re: disk cloning


"Waite, Michael" <Michael.Waite@compaq.com> probably said:
> I put a disk in my system and set the scsi address to "4"

> I did a /dev/MAKEDEV da4 and it seems to have made the devices.
> when I type dd if=/dev/da0 of=/dev/da4 bs=64k
> 
> It tells me "Device not configured"

Unless you've changed your kernel config to specificly do this, scsi
ID 4 isn't hardwired to da4. If it's the second scsi disk in your
system it's more likely to be da1.

dmesg | grep 'da[0-9]'

might give you more info, or;

camcontrol periphlist

will give you a list of devices.

P.

-- 
pir                  pir@pir.net                    pir@net.tufts.edu



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


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




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