# SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-06-01 06:03+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "MKE2FS" msgstr "" #. type: TH #: archlinux debian-bookworm debian-unstable #, no-wrap msgid "May 2024" msgstr "" #. type: TH #: archlinux debian-unstable #, no-wrap msgid "E2fsprogs version 1.47.1" msgstr "" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "mke2fs - create an ext2/ext3/ext4 file system" msgstr "" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable msgid "" "B [ B<-c> | B<-l> I ] [ B<-b> I ] [ B<-C> " "I ] [ B<-d> I ] [ B<-D> ] [ B<-g> " "I ] [ B<-G> I ] [ B<-i> I ] [ B<-I> I ] [ B<-j> ] [ B<-J> I ] [ B<-" "N> I ] [ B<-n> ] [ B<-m> I ] " "[ B<-o> I ] [ B<-O> [^]I[,...] ] [ B<-q> ] [ B<-r> I ] [ B<-E> I ] [ B<-v> ] [ B<-F> ] [ B<-L> " "I ] [ B<-M> I ] [ B<-S> ] [ B<-t> I ] [ B<-T> I ] [ B<-U> I ] [ B<-V> ] [ B<-e> I ] [ B<-z> I ] I [ I ]" msgstr "" #. No external-journal specific journal options yet (size is ignored) #. [ #. .B \-J #. .I journal-options #. ] #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B [ B<-b> I ] [ B<-L> I ] " "[ B<-n> ] [ B<-q> ] [ B<-v> ] I [ I ]" msgstr "" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B is used to create an ext2, ext3, or ext4 file system, usually in a " "disk partition (or file) named by I." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The file system size is specified by I. If I does not " "have a suffix, it is interpreted as power-of-two kilobytes, unless the B<-b> " "I option is specified, in which case I is interpreted as " "the number of I blocks. If the fs-size is suffixed by 'k', 'm', " "'g', 't' (either upper-case or lower-case), then it is interpreted in power-" "of-two kilobytes, megabytes, gigabytes, terabytes, etc. If I is " "omitted, B will create the file system based on the device size." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "If B is run as B (i.e., B, B, or " "B) the option B<-t> I is implied; so B will " "create a file system for use with ext3, B will create a file " "system for use with ext4, and so on." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The defaults of the parameters for the newly created file system, if not " "overridden by the options listed below, are controlled by the B configuration file. See the B(5) manual page for more " "details." msgstr "" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "OPTIONS" msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B<-b>I< block-size>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Specify the size of blocks in bytes. Valid block-size values are powers of " "two from 1024 up to 65536 (however note that the kernel is able to mount " "only file systems with block-size smaller or equal to the system page size - " "4k on x86 systems, up to 64k on ppc64 or aarch64 depending on kernel " "configuration). If omitted, block-size is heuristically determined by the " "file system size and the expected usage of the file system (see the B<-T> " "option). In most common cases, the default block size is 4k. If I is preceded by a negative sign ('-'), then B will use " "heuristics to determine the appropriate block size, with the constraint that " "the block size will be at least I bytes. This is useful for " "certain hardware devices which require that the blocksize be a multiple of " "2k." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B<-c>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Check the device for bad blocks before creating the file system. If this " "option is specified twice, then a slower read-write test is used instead of " "a fast read-only test." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B<-C cluster-size>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable msgid "" "Specify the size of cluster in bytes for file systems using the bigalloc " "feature. Valid cluster-size values range from 2 to 32768 times the " "filesystem blocksize and must be a power of 2. The cluster-size can only be " "specified if the bigalloc feature is enabled. (See the B man page " "for more details about bigalloc.) The default cluster size if bigalloc is " "enabled is 16 times the block size." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable #, no-wrap msgid "B<-d>I< root-directory|tarball>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable msgid "" "Copy the contents of the given directory or tarball into the root directory " "of the file system. Tarball input is only available if mke2fs was compiled " "with libarchive support enabled and if the libarchive shared library is " "available at run-time. The special value \"-\" will read a tarball from " "standard input." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B<-D>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Use direct I/O when writing to the disk. This avoids mke2fs dirtying a lot " "of buffer cache memory, which may impact other applications running on a " "busy server. This option will cause mke2fs to run much more slowly, " "however, so there is a tradeoff to using direct I/O." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B<-e>I< error-behavior>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Change the behavior of the kernel code when errors are detected. In all " "cases, a file system error will cause B(8) to check the file system " "on the next boot. I can be one of the following:" msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Continue normal execution." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Remount file system read-only." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Cause a kernel panic." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B<-E>I< extended-options>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Set extended options for the file system. Extended options are comma " "separated, and may take an argument using the equals ('=') sign. The B<-E> " "option used to be B<-R> in earlier versions of B. The B<-R> option " "is still accepted for backwards compatibility, but is deprecated. The " "following extended options are supported:" msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "BI" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Enable the I feature in the super block and set I " "as the encoding to be used. If I is not specified, the " "encoding defined in B(5) is used." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "BI" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Define parameters for file name character encoding operations. If a flag is " "not changed using this parameter, its default value is used. I should be a comma-separated lists of flags to be enabled. To disable " "a flag, add it to the list with the prefix \"no\"." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The only flag that can be set right now is I which means that " "invalid strings should be rejected by the file system. In the default " "configuration, the I flag is disabled." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "BI" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Adjust the initial MMP update interval to I seconds. Specifying " "an I of 0 means to use the default interval. The specified " "interval must be less than 300 seconds. Requires that the B feature be " "enabled." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "BI" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Configure the file system for a RAID array with I file system " "blocks. This is the number of blocks read or written to disk before moving " "to the next disk, which is sometimes referred to as the I This " "mostly affects placement of file system metadata like bitmaps at B " "time to avoid placing them on a single disk, which can hurt performance. It " "may also be used by the block allocator." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "BI" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Configure the file system for a RAID array with I file system " "blocks per stripe. This is typically stride-size * N, where N is the number " "of data-bearing disks in the RAID (e.g. for RAID 5 there is one parity disk, " "so N will be the number of disks in the array minus 1). This allows the " "block allocator to prevent read-modify-write of the parity in a RAID stripe " "if possible when the data is written." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "BI" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Create the file system at an offset from the beginning of the device or " "file. This can be useful when creating disk images for virtual machines." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "BI" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Reserve enough space so that the block group descriptor table can grow to " "support a file system that has I blocks." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B[B<= >I0 to disable, 1 to enableE>]" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "If enabled and the uninit_bg feature is enabled, the inode table will not be " "fully initialized by B. This speeds up file system initialization " "noticeably, but it requires the kernel to finish initializing the file " "system in the background when the file system is first mounted. If the " "option value is omitted, it defaults to 1 to enable lazy inode table zeroing." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B[B<= >I0 to disable, 1 to enableE>]" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "If enabled, the journal inode will not be fully zeroed out by B. " "This speeds up file system initialization noticeably, but carries some small " "risk if the system crashes before the journal has been overwritten entirely " "one time. If the option value is omitted, it defaults to 1 to enable lazy " "journal inode zeroing." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B[B<= >I0 to disable, 1 to enableE>]" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "If enabled, B assumes that the storage device has been prezeroed, " "skips zeroing the journal and inode tables, and annotates the block group " "flags to signal that the inode table has been zeroed." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Normally B will copy the extended attributes of the files in the " "directory hierarchy specified via the (optional) B<-d> option. This will " "disable the copy and leaves the files in the newly created file system " "without any extended attributes." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "BI0|1|2E>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "If the B file system feature is enabled this option controls " "whether there will be 0, 1, or 2 backup superblocks created in the file " "system." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B[B<= >I0 to disable, 1 to enableE>]" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Place the allocation bitmaps and the inode table at the beginning of the " "disk. This option requires that the flex_bg file system feature to be " "enabled in order for it to have effect, and will also create the journal at " "the beginning of the file system. This option is useful for flash devices " "that use SLC flash at the beginning of the disk. It also maximizes the " "range of contiguous data blocks, which can be useful for certain specialized " "use cases, such as supported Shingled Drives." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "BI<[=uid:gid]>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Specify the numeric user and group ID of the root directory. If no UID:GID " "is specified, use the user and group ID of the user running B. In " "B 1.42 and earlier the UID and GID of the root directory were set by " "default to the UID and GID of the user running the mke2fs command. The " "B option allows explicitly specifying these values, and avoid " "side-effects for users that do not expect the contents of the file system to " "change based on the user running B." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable #, no-wrap msgid "BI<[=permissions]>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable msgid "" "Specify the root directory permissions in octal format. If no permissions " "are specified then the root directory permissions would be set in accordance " "with the default filesystem umask." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Set a flag in the file system superblock indicating that it may be mounted " "using experimental kernel code, such as the ext4dev file system." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "BI" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Set size of the file for tracking unlinked but still open inodes and inodes " "with truncate in progress. Larger file allows for better scalability, " "reserving a few blocks per cpu is ideal." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Attempt to discard blocks at mkfs time (discarding blocks initially is " "useful on solid state devices and sparse / thin-provisioned storage). When " "the device advertises that discard also zeroes data (any subsequent read " "after the discard and before write returns zero), then mark all not-yet-" "zeroed inode tables as zeroed. This significantly speeds up file system " "initialization. This is set as default." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Do not attempt to discard blocks at mkfs time." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Specify the which quota types (usrquota, grpquota, prjquota) which should be " "enabled in the created file system. The argument of this extended option " "should be a colon separated list. This option has effect only if the " "B feature is set. The default quota types to be initialized if this " "option is not specified is both user and group quotas. If the project " "feature is enabled that project quotas will be initialized as well." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B<-F>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Force B to create a file system, even if the specified device is not " "a partition on a block special device, or if other parameters do not make " "sense. In order to force B to create a file system even if the file " "system appears to be in use or is mounted (a truly dangerous thing to do), " "this option must be specified twice." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B<-g>I< blocks-per-group>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Specify the number of blocks in a block group. There is generally no reason " "for the user to ever set this parameter, as the default is optimal for the " "file system. (For administrators who are creating file systems on RAID " "arrays, it is preferable to use the I RAID parameter as part of the " "B<-E> option rather than manipulating the number of blocks per group.) This " "option is generally used by developers who are developing test cases." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "If the bigalloc feature is enabled, the B<-g> option will specify the number " "of clusters in a block group." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B<-G>I< number-of-groups>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Specify the number of block groups that will be packed together to create a " "larger virtual block group (or \"flex_bg group\") in an ext4 file system. " "This improves meta-data locality and performance on meta-data heavy " "workloads. The number of groups must be a power of 2 and may only be " "specified if the B file system feature is enabled." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B<-i>I< bytes-per-inode>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Specify the bytes/inode ratio. B creates an inode for every I bytes of space on the disk. The larger the I " "ratio, the fewer inodes will be created. This value generally shouldn't be " "smaller than the blocksize of the file system, since in that case more " "inodes would be made than can ever be used. Be warned that it is not " "possible to change this ratio on a file system after it is created, so be " "careful deciding the correct value for this parameter. Note that resizing a " "file system changes the number of inodes to maintain this ratio." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B<-I>I< inode-size>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Specify the size of each inode in bytes. The I value must be a " "power of 2 larger or equal to 128. The larger the I the more " "space the inode table will consume, and this reduces the usable space in the " "file system and can also negatively impact performance. It is not possible " "to change this value after the file system is created." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "File systems with an inode size of 128 bytes do not support timestamps " "beyond January 19, 2038. Inodes which are 256 bytes or larger will support " "extended timestamps, project id's, and the ability to store some extended " "attributes in the inode table for improved performance." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable msgid "" "The default inode size is controlled by the B(5) file. In the " "B file shipped with e2fsprogs, the default inode size is 256 " "bytes for all file systems, except for the GNU Hurd since it only supports " "128-byte inodes." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B<-j>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Create the file system with an ext3 journal. If the B<-J> option is not " "specified, the default journal parameters will be used to create an " "appropriately sized journal (given the size of the file system) stored " "within the file system. Note that you must be using a kernel which has ext3 " "support in order to actually make use of the journal." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B<-J>I< journal-options>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Create the ext3 journal using options specified on the command-line. " "Journal options are comma separated, and may take an argument using the " "equals ('=') sign. The following journal options are supported:" msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "BI" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Create an internal journal (i.e., stored inside the file system) of size " "I megabytes. The size of the journal must be at least 1024 " "file system blocks (i.e., 1MB if using 1k blocks, 4MB if using 4k blocks, " "etc.) and may be no more than 10,240,000 file system blocks or half the " "total file system size (whichever is smaller)" msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "BI" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Create an additional fast commit journal area of size I " "kilobytes. This option is only valid if B feature is enabled " "on the file system. If this option is not specified and if B " "feature is turned on, fast commit area size defaults to I / 64 " "megabytes. The total size of the journal with B feature set is " "I + ( I * 1024) megabytes. The total journal " "size may be no more than 10,240,000 file system blocks or half the total " "file system size (whichever is smaller)." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "BI<=journal-location>" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Specify the location of the journal. The argument I can " "either be specified as a block number, or if the number has a units suffix " "(e.g., 'M', 'G', etc.) interpret it as the offset from the beginning of the " "file system." msgstr "" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "BI" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Attach the file system to the journal block device located on I. The external journal must already have been created using the " "command" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B I" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Note that I must have been created with the same block " "size as the new file system. In addition, while there is support for " "attaching multiple file systems to a single external journal, the Linux " "kernel and B(8) do not currently support shared external journals " "yet." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Instead of specifying a device name directly, I can also " "be specified by either BI