From owner-freebsd-current@FreeBSD.ORG Mon Apr 26 16:11:59 2004 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 06EDA16A4CF; Mon, 26 Apr 2004 16:11:59 -0700 (PDT) Received: from mail-gw1.york.ac.uk (mail-gw1.york.ac.uk [144.32.128.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 546F043D1F; Mon, 26 Apr 2004 16:11:58 -0700 (PDT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by mail-gw1.york.ac.uk (8.12.10/8.12.10) with ESMTP id i3QNBk01020864; Tue, 27 Apr 2004 00:11:46 +0100 (BST) Received: from ury.york.ac.uk (localhost.york.ac.uk [127.0.0.1]) by ury.york.ac.uk (8.12.9p2/8.12.9) with ESMTP id i3QNBkX2044768; Tue, 27 Apr 2004 00:11:46 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from localhost (gavin@localhost)i3QNBjR6044765; Tue, 27 Apr 2004 00:11:46 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Tue, 27 Apr 2004 00:11:45 +0100 (BST) From: Gavin Atkinson X-X-Sender: gavin@ury.york.ac.uk To: Ronald Klop In-Reply-To: Message-ID: <20040427000857.K44658@ury.york.ac.uk> References: <20040426221513.GE926@zaphod.nitro.dk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-York-MailScanner: Found to be clean cc: FreeBSD Current cc: "Simon L. Nielsen" Subject: Re: updating ask for mount_ufs2 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, 26 Apr 2004 23:11:59 -0000 On Tue, 27 Apr 2004, Ronald Klop wrote: > On Tue, 27 Apr 2004 00:15:13, Simon L. Nielsen wrote: > > On 2004.04.27 00:07:12 +0200, Ronald Klop wrote: > >> I get the error 'cannot find mount_ufs2 in /sbin:/usr/sbin'. > >> Is there something missing in UPDATING? > >> I'm reading -current and cvs-all, but can't remember anything about > >> this. Should I first do make install for this new tool? > > Sounds like you have ufs2 as filesystem type in your /etc/fstab instead > > of ufs ? > No, just ufs. But when I typed 'mount' it showed that '/' was of type > ufs22, read-only, etc. > So there is a 2 to much somewhere. And I'm updating to CURRENT quite often > and never had this before. I wonder if ths is connected with the following commit: http://docs.FreeBSD.org/cgi/mid.cgi?200404261513.i3QFDkb5026044 Gavin