From owner-freebsd-scsi@freebsd.org Mon Nov 16 19:36:22 2015 Return-Path: Delivered-To: freebsd-scsi@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CCF8A3023A; Mon, 16 Nov 2015 19:36:22 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-ob0-x232.google.com (mail-ob0-x232.google.com [IPv6:2607:f8b0:4003:c01::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2FA87132A; Mon, 16 Nov 2015 19:36:22 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by obdgf3 with SMTP id gf3so130932275obd.3; Mon, 16 Nov 2015 11:36:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=NCqONzSCvI/Il6YjpEVTiDVTeyfq96vcXjBL6GdnQmc=; b=dIDYvnbT8HSTBfiA7HrnqBVXlupkND9CQYjlQaduPnQ8UOHYP5/VhkIIAxYMRnHTPl uEy7no/gIDK4MTT6UlvlmLOuXzSUnITc6TUUDzg9rQiqpv5nrcmQc9IcC6tEFGsmXsxa C0a0Jo2C57NparL4V/kdAl/3YwuoToCl8atlGlosrxTxI0+pXZNiPjmGu1JI4L5Gq5fk 2Y0vyV4n3Q4c/0giCpxbnKIDEKutHVpqCa/mvGCPJ7+qkZCKosUM5PBroBlnmmO94e7g weGkzUsAVWQREPJkaOHsh9/x9U44rIjshk8TBtw+xFSAtscbNTxxll1qiOKUtRRSJ2o5 DGiA== MIME-Version: 1.0 X-Received: by 10.182.111.196 with SMTP id ik4mr24217131obb.60.1447702581324; Mon, 16 Nov 2015 11:36:21 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.202.98.131 with HTTP; Mon, 16 Nov 2015 11:36:21 -0800 (PST) In-Reply-To: <7710CBCC-E68F-4454-9E29-E50ED1C6B511@sarenet.es> References: <5644FF09.9090200@free.de> <56472686.5030301@free.de> <20151114143104.GA41119@in-addr.com> <7710CBCC-E68F-4454-9E29-E50ED1C6B511@sarenet.es> Date: Mon, 16 Nov 2015 11:36:21 -0800 X-Google-Sender-Auth: DnSvn7GLpkMPhfkWQsJBPxzeGgs Message-ID: Subject: Re: LSI SAS2008 mps driver preferred firmware version From: Kevin Oberman To: Borja Marcos Cc: Gary Palmer , freebsd-scsi@freebsd.org, Royce Williams , freebsd-stable , Kai Gallasch Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2015 19:36:22 -0000 On Mon, Nov 16, 2015 at 1:00 AM, Borja Marcos wrote: > > On Nov 14, 2015, at 3:31 PM, Gary Palmer wrote: > > > You can do thinks in /boot/loader.conf to hard code bus and drive > > assignments. > > > > e.g. > > > > hint.da.0.at="scbus0" > > hint.da.0.target="19" > > hint.da.0.unit="0" > > hint.da.1.at="scbus0" > > hint.da.1.target="18" > > hint.da.1.unit="0" > > Beware, the target number assignment is not predictable. There's no > guarantee especially if you replace > a disk. > > > > > > Borja. > As already mentioned, unless you are using zfs, use gpart to label you file systems/disks. Then use the /dev/gpt/LABEL as the mount device in fstab. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683