Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Sep 1998 08:44:18 +0200
From:      Ollivier Robert <roberto@keltia.freenix.fr>
To:        freebsd-scsi@FreeBSD.ORG
Subject:   Re: CAM device naming..
Message-ID:  <19980907084418.A3351@keltia.freenix.fr>
In-Reply-To: <199809070340.WAA12543@friley-185-114.res.iastate.edu>; from Chris Csanady on Sun, Sep 06, 1998 at 10:40:06PM -0500
References:  <199809070340.WAA12543@friley-185-114.res.iastate.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
According to Chris Csanady:
> is no way in hell this will happen. :P  It sucks when a disk goes
> away, and then every last entry in your fstab is incorrect though.

Why not wired down the devices by target ? That way, everything is
predictable and doesn't change.

I use the following, borrowed from an idea from Joe Greco, a few years ago:

controller	scbus0 at ncr0
controller	scbus1 at ncr1

# NCR0: ASUS SC-875
#
# IBM DCAS 34330W       ID #0
# IBM DCAS 34330W       ID #1
# IBM DORS 32160        ID #2
# Tandberg TDC-3600     ID #4
#
disk		sd0 at scbus0 target 0
disk		sd1 at scbus0 target 1
disk		sd2 at scbus0 target 2
disk		sd3 at scbus0 target 3
tape		st1 at scbus0 target 4
#
# NCR1: ASUS SC-200
#
# CONNER CFP-1080S      ID #2
# HP 35480A             ID #5
# SONY CDU-415          ID #6
#
disk		sd10 at scbus1 target 0
disk		sd11 at scbus1 target 1
disk		sd12 at scbus1 target 2
disk		sd13 at scbus1 target 3
tape		st0 at scbus1 target 5
device      cd0 at scbus1 target 6

-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr
FreeBSD keltia.freenix.fr 3.0-CURRENT #63: Tue Sep  1 00:50:29 CEST 1998


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



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