настроить настраиваемые параметры файловой системы в файловых системах ext2 / ext3 / ext4 (adjust tunable file system parameters on ext2/ext3/ext4 file systems)
Имя (Name)
tune2fs - adjust tunable file system parameters on ext2/ext3/ext4
file systems
Синопсис (Synopsis)
tune2fs
[ -l
] [ -c
max-mount-counts ] [ -e
errors-behavior ] [
-f
] [ -i
interval-between-checks ] [ -I
new_inode_size ] [ -j
]
[ -J
journal-options ] [ -m
reserved-blocks-percentage ] [ -o
[^]mount-options[,...] ] [ -r
reserved-blocks-count ] [ -u
user
] [ -g
group ] [ -C
mount-count ] [ -E
extended-options ] [ -L
volume-label ] [ -M
last-mounted-directory ] [ -O
[^]feature[,...] ] [ -Q
quota-options ] [ -T
time-last-checked ]
[ -U
UUID ] [ -z
undo_file ] device
Описание (Description)
tune2fs
allows the system administrator to adjust various tunable
file system parameters on Linux ext2, ext3, or ext4 file systems.
The current values of these options can be displayed by using the
-l
option to tune2fs(8) program, or by using the dumpe2fs(8)
program.
The device specifier can either be a filename (i.e., /dev/sda1),
or a LABEL or UUID specifier: "LABEL=
volume-label" or
"UUID=
uuid". (i.e., LABEL=home or UUID=e40486c6-84d5-4f2f-
b99c-032281799c9d).