From owner-freebsd-hackers Mon Mar 24 18:35:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA02093 for hackers-outgoing; Mon, 24 Mar 1997 18:35:08 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA02075 for ; Mon, 24 Mar 1997 18:35:03 -0800 (PST) Received: from orchard.east-arlington.ma.us (sommerfeld.ne.highway1.com [24.128.53.76]) by who.cdrom.com (8.8.5/8.6.11) with ESMTP id RAA16211 for ; Mon, 24 Mar 1997 17:00:30 -0800 (PST) Received: from [[UNIX: localhost]] ([[UNIX: localhost]]) by orchard.east-arlington.ma.us (8.8.5/1.34) with SMTP id AAA04432; Tue, 25 Mar 1997 00:56:25 GMT Message-Id: <199703250056.AAA04432@orchard.east-arlington.ma.us> To: Darren Reed cc: christos@nyc.deshaw.com (Christos Zoulas), port-i386@netbsd.org, hackers@freebsd.org Subject: Re: dump for MS-DOS partitions. In-reply-to: Your message of "Tue, 25 Mar 1997 10:36:24 +1100 (EST) ." <199703242336.KAA01685@plum.cyber.com.au> Date: Mon, 24 Mar 1997 19:56:18 -0500 From: Bill Sommerfeld Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk [note that this message, like the other message in this thread, is CC'ed to both NetBSD and FreeBSD lists; I think some of the authors didn't quite notice this..] > dumplfs, newlfs, dump, newfs... This analogy is a little broken, as dumplfs is akin to dumpfs, not dump; both dumplfs and dumpfs dump out file system structures (superblocks & cylinder group headers in the case of ffs) in human-readable format to stdout. - Bill