From owner-freebsd-questions@FreeBSD.ORG Tue Jun 30 16:41:34 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19816106568C for ; Tue, 30 Jun 2009 16:41:34 +0000 (UTC) (envelope-from pisymbol@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.249]) by mx1.freebsd.org (Postfix) with ESMTP id CBDD58FC1A for ; Tue, 30 Jun 2009 16:41:33 +0000 (UTC) (envelope-from pisymbol@gmail.com) Received: by an-out-0708.google.com with SMTP id d14so96721and.13 for ; Tue, 30 Jun 2009 09:41:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=Cs8VYMfc7Nnd/PmWma45p7o9tOCTnCFKahr1Itjqtq0=; b=rXgCYkrQQdu+aflwoCqliborzMyF2teUVw+9qoBMS1M5zleBYk9fUdg3WTRTCDhKqp YmhYOVBjh8MeV4dzNcnG4iRzf/yD0kB2SqUEwbOFn6Gyq3S8SCzCWbSdpfjc71JJpW+K do9a21UNdiLjXB0FUpBt7blj5aHjKgwsvQux4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=c5HZPP8C+mZSBoen3Xd4wkoVdEAyfk9zXM35X6L+6XFGdA7fQJ9fPRYglVi8KTgxin YOGZMq8BrUi5HzaYsWU1YLNhP4VPuEDjOic9Ijrd29dH+JJ7HDth6hdCtfvczjxEFJGs pBrTW7OaTeUJxebUPDMTGhdoNPCUtmIb1E0Pg= MIME-Version: 1.0 Received: by 10.100.227.18 with SMTP id z18mr11569371ang.49.1246378341191; Tue, 30 Jun 2009 09:12:21 -0700 (PDT) Date: Tue, 30 Jun 2009 12:12:19 -0400 Message-ID: <3c0b01820906300912m44612e4eg6c9210b0f4507603@mail.gmail.com> From: Alexander Sack To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Older FreeBSD reorders my disk nodes, can't mount root X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2009 16:41:34 -0000 Hello, Has anyone installed FreeBSD 4.2-i386 on a system connected to an external SAN via isp(4) (QLA2342)? My main issue is reordering of da nodes. I have both an Intel and IBM server which I do an install onto the internal Adaptec controller. After install, I then connect the SAN and soft reboot. The good news is that it sees the volumes but I get dumped into the mountroot prompt. Okay, no big deal. My da's in the fstab were reordered so I try to find it by mounting s1a from the other da nodes and no matter what I choose I can not mount root. I can't see the exact disk because dmesg scrolls by too fast but based on the number of da's, it seems to have found both the internal Adaptec and external SAN via the QLogic 23xx card. I tried every node but nothing mounts (I get either 6 or 22 I forgot off hand). Has anyone seen this before? If I disconnect the SAN, the box mounts root normally via the da0s1a node which is the first disk off the Adaptec SCSI controller (dual-channel U320). I believe there is no glabel here so I can't label anything (is there a way to use the packid off the old disklabel utility?). Thanks! -aps PS Please don't ask me why I have to use 4.2, I just do! :(