Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fsck_v7fs(8) [netbsd man page]

FSCK_V7FS(8)						    BSD System Manager's Manual 					      FSCK_V7FS(8)

NAME
fsck_v7fs -- 7th Edition(V7) filesystem consistency checker SYNOPSIS
fsck_v7fs [-FnPpy] [-B byteorder] [-o options] filesystem ... DESCRIPTION
The fsck_v7fs utility verifies and repairs Version 7 file systems. The following flags are interpreted by fsck_v7fs. -B byteorder Convert the file system metadata to byteorder byte order if needed. Valid byte orders are ``be'', ``le'', and ``pdp''. -F Check file system inside a regular file. -n Don't correct file system. -o Options are specified with a -o flag followed by a comma separated string of options. The following options are avail- able: data Check data block duplication. free Check free block duplication. -P Display a progress meter for the file system check. -p Preen mode. See fsck(8). -y Causes fsck_v7fs to assume yes as the answer to all operator questions. SEE ALSO
fsck(8), mount_v7fs(8), newfs_v7fs(8) BUGS
fsck_v7fs is still under construction. BSD
April 29, 2011 BSD

Check Out this Related Man Page

MOUNT_V7FS(8)						    BSD System Manager's Manual 					     MOUNT_V7FS(8)

NAME
mount_v7fs -- mount a 7th Edition(V7) File System SYNOPSIS
mount_v7fs [-B byte-order] [-o options] special node DESCRIPTION
The mount_v7fs command attaches the 7th Edition(V7) File System on the special device on to the file system tree at point node. Both special and node are converted to absolute paths before use. This command is normally executed by mount(8) at boot time. The options are as follows: -B byte-order Specify the metadata byte order of the file system. Valid byte orders are 'be', 'le', and 'pdp'. If no byte order is speci- fied, the file system is mounted in host byte order. -o Options are specified with a -o flag followed by a comma separated string of options. See the mount(8) man page for possible options and their meanings. SEE ALSO
mount(2), unmount(2), fstab(5), mount(8) BUGS
The v7fs support is still experimental. BSD
April 29, 2011 BSD
Man Page