~ubuntu-branches/debian/sid/manpages-fr-extra/sid

« back to all changes in this revision

Viewing changes to e2fsprogs/C/man8/e2fsck.8

  • Committer: Package Import Robot
  • Author(s): Simon Paillard, Simon Paillard, David Prévot, Thomas Blein, Cédric Boutillier, Denis Mugnier, Bastien Scher
  • Date: 2011-11-18 21:09:01 UTC
  • Revision ID: package-import@ubuntu.com-20111118210901-ctsh5hx2fni3i62m
Tags: 20111118
[ Simon Paillard ]
* utils-linux: translate blkid 'device' when not a parameter. See #635737
* nfs-utils: add nfsidmap.5, blkmapd.8

[ David Prévot ]
* e2fsprog:
   + remove check-links
   + add new e4defrag.8 man page
* util-linux:
   + add indmnt.8, findmnt.8, fsfreeze.8, fstrim.8, lsblk.8, swaplabel.8
     mkfs.bfs.8, raw.8, rtcwake.8, tunelp.8
   + update translation 
* lilo:
   + global review (mainly lilo.conf.5)
   + update translation
* Update translation of at.
* Update translation of cron.
* Update translation of diffutils.
* Update translation of util-linux.
* Synchronize manpages against testing (instead of sid), to avoid situation
  where English manpages didn't migrate to testing.

[ Thomas Blein ]
* Update translation of eglibc.

[ Cédric Boutillier ]
* Update translation of e2fsprogs.

[ Denis Mugnier ]
* Update translation of nfs-utils.

[ Bastien Scher ]
* Update translation of coreutils.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.\" Copyright 1993, 1994, 1995 by Theodore Ts'o.  All Rights Reserved.
3
3
.\" This file may be copied under the terms of the GNU Public License.
4
4
.\" 
5
 
.TH E2FSCK 8 "May 2010" "E2fsprogs version 1.41.12"
 
5
.TH E2FSCK 8 "October 2011" "E2fsprogs version 1.42-WIP"
6
6
.SH NAME
7
7
e2fsck \- check a Linux ext2/ext3/ext4 file system
8
8
.SH SYNOPSIS
186
186
will require while checking the filesystem.  The version number may 
187
187
be 1 or 2.  The default extended attribute version format is 2.
188
188
.TP
 
189
.BI journal_only
 
190
Only replay the journal if required, but do not perform any further checks
 
191
or repairs.
 
192
.TP
189
193
.BI fragcheck
190
194
During pass 1, print a detailed report of any discontiguous blocks for
191
195
files in the filesystem.
 
196
.TP
 
197
.BI discard
 
198
Attempt to discard free blocks and unused inode blocks after the full
 
199
filesystem check (discarding blocks is useful on solid state devices and sparse
 
200
/ thin-provisioned storage). Note that discard is done in pass 5 AFTER the
 
201
filesystem has been fully checked and only if it does not contain recognizable
 
202
errors. However there might be cases where
 
203
.B e2fsck
 
204
does not fully recognise a problem and hence in this case this
 
205
option may prevent you from further manual data recovery.
 
206
.TP
 
207
.BI nodiscard
 
208
Do not attempt to discard free blocks and unused inode blocks. This option is
 
209
exactly the opposite of discard option. This is set as default.
192
210
.RE
193
211
.TP
194
212
.B \-f