From owner-freebsd-current@FreeBSD.ORG Sun Sep 21 13:33:44 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 3123316A4B3 for ; Sun, 21 Sep 2003 13:33:44 -0700 (PDT) Received: from ganymede.hub.org (u173n10.eastlink.ca [24.224.173.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4766743FF3 for ; Sun, 21 Sep 2003 13:33:41 -0700 (PDT) (envelope-from scrappy@hub.org) Received: by ganymede.hub.org (Postfix, from userid 1000) id 0E3C634328; Sun, 21 Sep 2003 17:34:01 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id EC425342F7; Sun, 21 Sep 2003 17:34:00 -0300 (ADT) Date: Sun, 21 Sep 2003 17:34:00 -0300 (ADT) From: "Marc G. Fournier" To: Doug White In-Reply-To: <20030921132145.W68357@carver.gumbysoft.com> Message-ID: <20030921173331.S6867@ganymede.hub.org> References: <3F6D92EB.1020102@ciam.ru> <20030921132145.W68357@carver.gumbysoft.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Sergey Matveychuk cc: current@freebsd.org Subject: Re: -current brake ufs for -stable 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: Sun, 21 Sep 2003 20:33:44 -0000 On Sun, 21 Sep 2003, Doug White wrote: > On Sun, 21 Sep 2003, Sergey Matveychuk wrote: > > > I've installed both -current and -stable on my box. One of partition I > > plan to share betwen them (place ports/distfiles there). > > I newfs'ed it from -stable and wrote on it from -current. When I booted > > with -stable I've found the partition FS was broken. > > I think it's because of extended atributes -current wrote on it. I don't > > like to turn off extended attributes on -current at all. I'd like to > > have some option for mount to disable it (I've not found it on manpage). > > If you newfs'd the partition with -current, you made it UFS2. -stable > can't mount UFS2 partitions. Newfs it with -stable (or the appropirate > option on -current, I don't recall it) so its mountable on both systems. Actually, he did state that "I newfs'ed it from -stable and wrote on it from -current" ...