From 49b60b2ebe504ba8584d684a66b1351307a962cf Mon Sep 17 00:00:00 2001 From: jmallett Date: Sun, 19 Jan 2003 10:25:11 +0000 Subject: Add support to marshal a filesystem to a newfs(8) command that could be used to create it. A small number of options are not marshalled as they are things it would be dumb to spit out, as they are used by internal computations, and newfs may change them, or they may not be directly apparent. --- sbin/dumpfs/dumpfs.8 | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'sbin/dumpfs/dumpfs.8') diff --git a/sbin/dumpfs/dumpfs.8 b/sbin/dumpfs/dumpfs.8 index 8c26724..6032acd 100644 --- a/sbin/dumpfs/dumpfs.8 +++ b/sbin/dumpfs/dumpfs.8 @@ -32,7 +32,7 @@ .\" @(#)dumpfs.8 8.1 (Berkeley) 6/5/93 .\" $FreeBSD$ .\" -.Dd June 5, 1993 +.Dd January 19, 2003 .Dt DUMPFS 8 .Os .Sh NAME @@ -40,16 +40,25 @@ .Nd dump file system information .Sh SYNOPSIS .Nm +.Op Fl m .Op Ar filesys No \&| Ar device .Sh DESCRIPTION The .Nm utility prints out the super block and cylinder group information -for the file system or special device specified. +for the file system or special device specified, unless +.Fl m +is specified. The listing is very long and detailed. This command is useful mostly for finding out certain file system information such as the file system block size and minimum free space percentage. +.Pp +If +.Fl m +is specified, the filesystem is marshalled in terms of a +.Xr newfs 8 +command to generate the filesystem. .Sh SEE ALSO .Xr disktab 5 , .Xr fs 5 , -- cgit v1.1