e2fsprogs install

Joshua Lokken joshua at twobirds.us
Wed Mar 31 09:40:07 PST 2004


* Ron Joordens <ron.joordens at indec.com.au> [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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"

-- 
Joshua

"What terrible way to die."
"There are no good ways."
		-- Sulu and Kirk, "That Which Survives", stardate unknown


More information about the freebsd-questions mailing list