Whamcloud - gitweb
debian: drop libattr1-dev from the build dependencies list
[tools/e2fsprogs.git] / misc / mklost+found.8.in
1 .\" -*- nroff -*-
2 .\" Copyright 1993, 1994, 1995 by Theodore Ts'o.  All Rights Reserved.
3 .\" This file may be copied under the terms of the GNU Public License.
4 .\" 
5 .TH MKLOST+FOUND 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
6 .SH NAME
7 mklost+found \- create a lost+found directory on a mounted Linux
8 second extended file system
9 .SH SYNOPSIS
10 .B mklost+found
11 .SH DESCRIPTION
12 .B mklost+found
13 is used to create a
14 .I lost+found
15 directory in the current working directory on a Linux second extended
16 file system.  There is normally a
17 .I lost+found
18 directory in the root directory of each filesystem.
19 .PP
20 .B mklost+found
21 pre-allocates disk blocks to the
22 .I lost+found
23 directory so that when
24 .BR e2fsck (8)
25 is being run to recover a filesystem, it does not need to allocate blocks in
26 the filesystem to store a large number of unlinked files.  This ensures that
27 .B e2fsck
28 will not have to allocate data blocks in the filesystem during recovery.
29 .SH OPTIONS
30 There are none.
31 .SH AUTHOR
32 .B mklost+found
33 has been written by Remy Card <Remy.Card@linux.org>.  It is currently being
34 maintained by Theodore Ts'o <tytso@alum.mit.edu>.
35 .SH BUGS
36 There are none :-)
37 .SH AVAILABILITY
38 .B mklost+found
39 is part of the e2fsprogs package and is available from
40 http://e2fsprogs.sourceforge.net.
41 .SH SEE ALSO
42 .BR e2fsck (8),
43 .BR mke2fs (8)