From owner-freebsd-fs@FreeBSD.ORG Tue Feb 26 09:14:45 2013 Return-Path: <owner-freebsd-fs@FreeBSD.ORG> Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D223B366 for <freebsd-fs@freebsd.org>; Tue, 26 Feb 2013 09:14:45 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.78]) by mx1.freebsd.org (Postfix) with ESMTP id 958F57C8 for <freebsd-fs@freebsd.org>; Tue, 26 Feb 2013 09:14:45 +0000 (UTC) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from <ronald-freebsd8@klop.yi.org>) id 1UAGcU-00033k-5Y; Tue, 26 Feb 2013 10:14:43 +0100 Received: from [81.21.138.17] (helo=ronaldradial.versatec.local) by smtp.greenhost.nl with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from <ronald-freebsd8@klop.yi.org>) id 1UAGcU-0004ok-6f; Tue, 26 Feb 2013 10:14:42 +0100 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-fs@freebsd.org, "Ronald F. Guilmette" <rfg@tristatelogic.com> Subject: Re: Hard drive device names... Serial Numbers? References: <10096.1361835497@server1.tristatelogic.com> Date: Tue, 26 Feb 2013 10:14:42 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Ronald Klop" <ronald-freebsd8@klop.yi.org> Message-ID: <op.ws3vyst08527sy@ronaldradial.versatec.local> In-Reply-To: <10096.1361835497@server1.tristatelogic.com> User-Agent: Opera Mail/12.14 (Win32) X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: 0.8 X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.1 X-Scan-Signature: e462de357cb394d64966911c06262bc8 Cc: Jeremy Chadwick <jdc@koitsu.org> X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems <freebsd-fs.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-fs>, <mailto:freebsd-fs-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-fs> List-Post: <mailto:freebsd-fs@freebsd.org> List-Help: <mailto:freebsd-fs-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-fs>, <mailto:freebsd-fs-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 26 Feb 2013 09:14:45 -0000 On Tue, 26 Feb 2013 00:38:17 +0100, Ronald F. Guilmette <rfg@tristatelogic.com> wrote: > [snip some talk about spam from comcast.net] > > I've tried to plow through the references Jeremy gave regading the "wired > down" capability of CAM(4). I think that I may sort-of understand it. > It does appear to be _a_ solution. I'm not yet 100% persuaded that it > is the _best_ solution, and the idea of using serial numbers (or WWN > numbers) is still appealing, at least to me. But I'm not going to > advocate for that, mostly because I don't feel that I fully understand > this "wired down" stuff yet. I need to look into that more before I > say anything else. > > At least I come away with the the satisfaction of knowing that (a) I am > indeed not the first person to have either thought of or suggested using > drive serial numbers and also (b) that this idea _has_ already been well > and truly discussed, apparently by and among better minds than mine. > > > Regards, > rfg > > > P.S. I confess that I've only skimmed the material on the "wired down" > capability of CAM(4). Perhaps the answer to this question is burried in > there someplace, but I'd just like to ask: What are the rules, if any > regarding what I can rename a given controller channel to within the > /boot/loader.conf file? Could I rename one to, for example > /dev/foobar707 > if I wanted to? If not, then what are the rules? This cam wiring can be very good for complex setups with dedicated sysadmins, but for a lot of FreeBSD users mounting on serial number makes administrating their servers really easy. I would think both ways can exist together. Ronald,