Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   mke2fs.conf    ( 5 )

файл конфигурации для mke2fs (Configuration file for mke2fs)

  Name  |  Description  |  The [options] stanza  |    The [defaults] stanza    |  The [fs_types] stanza  |  The [devices] stanza  |  Files  |  See also  |

THE [defaults] STANZA

The following relations are defined in the [defaults] stanza.

creator_os This relation specifies the "creator operating system" for the file system unless it is overriden on the command line. The default value is the OS for which the mke2fs executable was compiled.

fs_type This relation specifies the default file system type if the user does not specify it via the -t option, or if mke2fs is not started using a program name of the form mkfs.fs-type. If both the user and the mke2fs.conf file do not specify a default file system type, mke2fs will use a default file system type of ext3 if a journal was requested via a command-line option, or ext2 if not.

undo_dir This relation specifies the directory where the undo file should be stored. It can be overridden via the E2FSPROGS_UNDO_DIR environment variable. If the directory location is set to the value none, mke2fs will not create an undo file.

In addition, any tags that can be specified in a per-file system tags subsection as defined below (e.g., blocksize, hash_alg, inode_ratio, inode_size, reserved_ratio, etc.) can also be specified in the defaults stanza to specify the default value to be used if the user does not specify one on the command line, and the file system-type specific section of the configuration file does not specify a default value.