From owner-freebsd-current@FreeBSD.ORG Mon May 5 08:40:21 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77F3F37B401 for ; Mon, 5 May 2003 08:40:21 -0700 (PDT) Received: from delivery.infowest.com (delivery.infowest.com [204.17.177.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00F5F43FB1 for ; Mon, 5 May 2003 08:40:21 -0700 (PDT) (envelope-from agifford@infowest.com) Received: from infowest.com (brethren.jedis.com [208.186.107.202]) by delivery.infowest.com (Postfix) with ESMTP id 61EABE4357B for ; Mon, 5 May 2003 09:40:18 -0600 (MDT) Message-ID: <3EB685E1.4060804@infowest.com> Date: Mon, 05 May 2003 09:40:17 -0600 From: "Aaron D. Gifford" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Cannot mount root ufs:/dev/ar0s1a Error 22 after update X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2003 15:40:21 -0000 Martin Blapp wrote: > > Hi all, > > I updated today three boxes from 5.0R to CURRENT, > and all three boxes, with different disk-layout. > > After a reboot, I got on all boxes the same problem: > > Cannot mount root ufs:/dev/ar0s1a Error 22 (EINVAL) > > or > > Cannot mount root ufs:/dev/ad0s1a Error 22 (EINVAL) > > I tried to set the root manualy, but no chance. <> After a CVS update late last night (4 May 2003) and rebuild/install of world, we've got a box that exhibits the exact same problem. Our box's layout includes two UFS1 partitions (one is the root), and a Vinum RAID 1 UFS2 parition for /usr. (The other UFS1 partition is a mirror of the root partition on another drive.) Manual attempts to mount root also fail with error 22. Any ideas what's up? Wondering, Aaron out.