Deleted Added
sdiff udiff text old ( 79754 ) new ( 87325 )
full compact
1.\"
2.\" Copyright (c) 1980, 1989, 1991, 1993
3.\" The Regents of the University of California. All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

26.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31.\" SUCH DAMAGE.
32.\"
33.\" @(#)fsck.8 8.4 (Berkeley) 5/9/95
34.\" $FreeBSD: head/sbin/fsck_ffs/fsck_ffs.8 79754 2001-07-15 07:53:42Z dd $
35.\"
36.Dd April 24, 2001
37.Dt FSCK_FFS 8
38.Os
39.Sh NAME
40.Nm fsck_ffs ,
41.Nm fsck_ufs
42.Nd filesystem consistency check and interactive repair

--- 248 unchanged lines hidden (view full) ---

291placing them in the
292.Pa lost+found
293directory.
294The name assigned is the inode number.
295If the
296.Pa lost+found
297directory does not exist, it is created.
298If there is insufficient space its size is increased.
299.Sh FILES
300.Bl -tag -width /etc/fstab -compact
301.It Pa /etc/fstab
302contains default list of filesystems to check.
303.El
304.Sh DIAGNOSTICS
305The diagnostics produced by
306.Nm
307are fully enumerated and explained in Appendix A of
308.Rs
309.%T "Fsck \- The UNIX File System Check Program"
310.Re
311.Sh SEE ALSO
312.Xr fs 5 ,
313.Xr fstab 5 ,
314.Xr fsck 8 ,
315.Xr fsdb 8 ,
316.Xr newfs 8 ,
317.Xr reboot 8