From owner-freebsd-questions@freebsd.org Fri Dec 4 14:26:54 2015 Return-Path: Delivered-To: freebsd-questions@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 90566A400E5 for ; Fri, 4 Dec 2015 14:26:54 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::235]) (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 2949511BD for ; Fri, 4 Dec 2015 14:26:54 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by wmww144 with SMTP id w144so64022849wmw.1 for ; Fri, 04 Dec 2015 06:26:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=TK9ciGLGuwSGlrt8OF82MnE/3pUbQCOFnG4d3mx6fDs=; b=I78WuVuWYdMy/v5zaEvb5bnpcVYQDLr0Ln5rqKn+V91t5MW4YrH3l1gUtxQhg4vkRI NOBu5xX2766WKG8sqQLsrijePXj0MaP/xpBc5NnRnr4QUhQkbfAVBsxwayp5IHkhP9G+ yh053K6aFftqVugzi3t3vgptm5x86UzBunqnDI40+1LDFNcwWf7cEXLcBGwa1KKgUIUI 6ykU6/BvGE4PidHlxPggTrDmpq5/b6WL+Wrpu7qr06RnJvSSUmaXWbGAh6r12xlOJvmy t9zL6nXhqrbiZ2KXbS9bNMhXUiHPLGlKDQRGA1Rla6YOPSKy4b+COaf+EM71YSzo5fbh hniw== MIME-Version: 1.0 X-Received: by 10.28.222.4 with SMTP id v4mr5711410wmg.67.1449239211480; Fri, 04 Dec 2015 06:26:51 -0800 (PST) Received: by 10.194.192.33 with HTTP; Fri, 4 Dec 2015 06:26:51 -0800 (PST) In-Reply-To: <201512041047.tB4AlLEq091375@mech-as222.men.bris.ac.uk> References: <201512041047.tB4AlLEq091375@mech-as222.men.bris.ac.uk> Date: Fri, 4 Dec 2015 08:26:51 -0600 Message-ID: Subject: Re: help number disks via /boot/device.hints From: Adam Vande More To: mexas@bris.ac.uk Cc: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Dec 2015 14:26:54 -0000 On Fri, Dec 4, 2015 at 4:47 AM, Anton Shterenlikht wrote: > I've a problem - when the fibre disks are connected > at boot, the boot disk is not given da0 and I cannot boot. > So what I do now is disconnect the fiber disk until boot > is completed, and connect is manually afterwards. > > Then I get: > > da0 at mpt0 bus 0 scbus3 target 2 lun 0 > da0: Fixed Direct Access SPC-3 SCSI device > da0: Serial Number B399P790FBEG > da0: 300.000MB/s transfers > da0: Command Queueing enabled > da0: 70006MB (143374000 512 byte sectors: 255H 63S/T 8924C) > > da1 at isp0 bus 0 scbus2 target 0 lun 5 > da1: Fixed Direct Access SPC-2 SCSI device > da1: Serial Number P56350GX3RX04Z > da1: 200.000MB/s transfers WWNN 0x500805f3000ec220 WWPN 0x500805f3000ec221 > PortID 0x10000 > da1: Command Queueing enabled > da1: 140011MB (286744185 512 byte sectors: 255H 63S/T 17849C) > > How can I set in /boot/device.hints that the MSA1000 > disk is da1 and IBM is the boot disk da0? > man 4 cam -- Adam