From owner-freebsd-questions@FreeBSD.ORG Wed Mar 31 09:40:07 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BE7816A4CE for ; Wed, 31 Mar 2004 09:40:07 -0800 (PST) Received: from voyager.twobirds.us (c-24-18-214-102.client.comcast.net [24.18.214.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 032CD43D49 for ; Wed, 31 Mar 2004 09:40:07 -0800 (PST) (envelope-from joshua@twobirds.us) Received: from [12.18.154.2] (helo=localhost) by voyager.twobirds.us with esmtp (Exim 4.30; FreeBSD) id 1B8jgZ-0008ti-8H; Wed, 31 Mar 2004 09:39:31 -0800 Date: Wed, 31 Mar 2004 09:40:03 -0800 From: Joshua Lokken To: Ron Joordens Message-ID: <20040331174003.GC1680@cs025_2k> Mail-Followup-To: Ron Joordens , "'Freebsd-Questions (E-mail)" References: <11F383396235D511994B00A0C9E1753772123B@INDEC-NTSERVER> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <11F383396235D511994B00A0C9E1753772123B@INDEC-NTSERVER> User-Agent: Mutt/1.4.1i X-Organization: Little to none... cc: "'Freebsd-Questions \(E-mail\)" Subject: Re: e2fsprogs install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Mar 2004 17:40:07 -0000 * Ron Joordens [2004-03-30 14:56]: > Hello FreeBSDers, > > -------------------------------------------------- > To have your ext2 and ext3 filesystems fsck'ed correctly without explicitly > invoking the fsck_ext2fs utility installed by this port you will need to > create links for the fsck utilities installed by this port in /sbin, e.g. > > ln -f /usr/local/sbin/fsck_ext2fs /sbin/ 2>/dev/null \ > || install -m755 /usr/local/sbin/fsck_ext2fs /sbin/ > ln -f /usr/local/sbin/e2fsck /sbin/e2fsck 2>/dev/null \ > || install -m755 /usr/local/sbin/e2fsck /sbin/e2fsck > > > also assume that there is a symbol denoting that the command is continued on > the next line. But which one? The "\" and the end of the first line, or the > "|" at the beginning of the second line, or both? The trailing "\" at the end of the line indicates that the command continues on the next line. I'm not sure what the double pipe is for... > > Can some one set me straight? > > Ron > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- Joshua "What terrible way to die." "There are no good ways." -- Sulu and Kirk, "That Which Survives", stardate unknown