~daniel-mehrmann/e2fsprogs/master

« back to all changes in this revision

Viewing changes to misc/tune2fs.8.in

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs
  • Date: 2012-08-14 11:43:29 UTC
  • mfrom: (8.4.19 sid)
  • Revision ID: package-import@ubuntu.com-20120814114329-nbp87t8d1hqqncqh
Tags: 1.42.5-1ubuntu1
* Merge from Debian unstable, remainging changes:
  - debian/control.in: 
      Build-depend on gettext:any instead of on gettext for (cross-building)
      Drop build dependency on dc, which hasn't been needed for some time.
      Update maintainer field.
  - debian/rules:
      Block pkg-create-dbgsym from operating on this package.
      Build without dietlibc-dev, which is in universe 
  - debian/control:
      Regenerate with ./debian/rules debian/control
  - debian/patches/fix-ftbfs-undefined-symbols.patch:
      Add a patch from Sourceforge Issue 3554345, to fix linking order.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
.PP
104
104
The
105
105
.I device
106
 
specifer can either be a filename (i.e., /dev/sda1), or a LABEL or UUID
107
 
specifer: "\fBLABEL=\fIvolume-name\fR" or "\fBUUID=\fIuuid\fR".  (i.e.,
 
106
specifier can either be a filename (i.e., /dev/sda1), or a LABEL or UUID
 
107
specifier: "\fBLABEL=\fIvolume-name\fR" or "\fBUUID=\fIuuid\fR".  (i.e.,
108
108
LABEL=home or UUID=e40486c6-84d5-4f2f-b99c-032281799c9d).
109
109
.SH OPTIONS
110
110
.TP
432
432
Enable debugging code for this filesystem.
433
433
.TP
434
434
.B bsdgroups
435
 
Emulate BSD behaviour when creating new files: they will take the group-id
436
 
of the directory in which they were created.  The standard System V behaviour
 
435
Emulate BSD behavior when creating new files: they will take the group-id
 
436
of the directory in which they were created.  The standard System V behavior
437
437
is the default, where newly created files take on the fsgid of the current
438
438
process, unless the directory has the setgid bit set, in which case it takes 
439
439
the gid from the parent directory, and also gets the setgid bit set if it is 
481
481
kernels.)
482
482
.TP
483
483
.B discard
484
 
The file system will be mouinted with the discard mount option.  This will
 
484
The file system will be mounted with the discard mount option.  This will
485
485
cause the file system driver to attempt to use the trim/discard feature
486
486
of some storage devices (such as SSD's and thin-provisioned drives
487
487
available in some enterprise storage arrays) to inform the storage
521
521
anywhere on the storage media.  \fBTune2fs\fR will not reorganize
522
522
the location of the inode tables and allocation bitmaps, as
523
523
.BR mke2fs (8)
524
 
will do when it creates a freshly formated file system with
 
524
will do when it creates a freshly formatted file system with
525
525
.B flex_bg
526
526
enabled.
527
527
.TP