teach manpages about largefile's demise
[unleashed.git] / share / man / man8 / fsdb.8
blob1f2b3de68eed3f6e9b5b97176f9b9c1a2b4f7d15
1 '\" te
2 .\"  Copyright 1989 AT&T  Copyright (c) 1996, Sun Microsystems, Inc.  All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH FSDB 8 "Sep 16, 1996"
7 .SH NAME
8 fsdb \- file system debugger
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fBfsdb\fR [\fB-F\fR \fIFSType\fR] [\fB-V\fR] [\fB-o\fR \fIFSType-specific_options\fR] \fIspecial\fR
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 \fBfsdb\fR is a file system debugger that allows for the manual repair of a
19 file system after a crash.   \fIspecial\fR is a special device  used to
20 indicate the file system to be debugged. \fBfsdb\fR is intended for experienced
21 users only. \fIFSType\fR is the file system type to be debugged. Since
22 different \fIFSTypes\fR have different structures and hence different debugging
23 capabilities, the manual pages for the \fIFSType-\fRspecific \fBfsdb\fR should
24 be consulted for a more detailed description of the debugging capabilities.
25 .SH OPTIONS
26 .sp
27 .ne 2
28 .na
29 \fB\fB-F\fR\fR
30 .ad
31 .RS 6n
32 Specify the  \fIFSType\fR on which to operate.  The  \fIFSType\fR should either
33 be specified here or be determinable from  \fB/etc/vfstab\fR by matching the
34 \fIspecial\fR with an entry in the table, or by consulting
35 \fB/etc/default/fs\fR.
36 .RE
38 .sp
39 .ne 2
40 .na
41 \fB\fB-V\fR\fR
42 .ad
43 .RS 6n
44 Echo the complete command line, but do not execute the command. The command
45 line is generated by using the options and arguments provided by the user and
46 adding to them information derived from  \fB/etc/vfstab\fR. This option may be
47 used to verify and validate the command line.
48 .RE
50 .sp
51 .ne 2
52 .na
53 \fB\fB-o\fR\fR
54 .ad
55 .RS 6n
56 Specify  \fIFSType-\fRspecific options.
57 .RE
59 .SH FILES
60 .sp
61 .ne 2
62 .na
63 \fB\fB/etc/default/fs\fR\fR
64 .ad
65 .RS 19n
66 default local file system type. Default values can be set for the following
67 flags in \fB/etc/default/fs\fR. For example: \fBLOCAL=ufs\fR
68 .sp
69 .ne 2
70 .na
71 \fB\fBLOCAL:\fR\fR
72 .ad
73 .RS 10n
74 The default partition for a command if no FSType is specified.
75 .RE
77 .RE
79 .sp
80 .ne 2
81 .na
82 \fB\fB/etc/vfstab\fR\fR
83 .ad
84 .RS 19n
85 list of default parameters for each file system
86 .RE
88 .SH SEE ALSO
89 .sp
90 .LP
91 \fBvfstab\fR(4), \fBattributes\fR(5), Manual pages for the
92 \fIFSType\fR-specific modules of \fBfsdb\fR.
93 .SH NOTES
94 .sp
95 .LP
96 This command may not be supported for all \fIFSTypes\fR.