0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

[Linux][command] ファイルシステム管理_パラメータ管理_tune2fs

Last updated at Posted at 2025-03-31

ファイルシステムのパラメータ管理

tune2fsコマンド

  • tune2fs: tune (ext2) file system
# tune2fs [オプション] デバイス名 
オプション 英語の由来 説明
(default) tune (ext2) file system -c-1(無制限)、-i0(無効)、-j はなし(ext2 のまま)、-L は変更なし
-c 回数 check mount count 指定回数マウントされた後に fsck を実行するよう設定
-i 時間 [d|m|w] interval between checks 指定期間ごとに fsck を実行するよう設定(d=日, w=週, m=月
単位がない場合はd=日となる
-j journal ext2 ファイルシステムにジャーナルを追加し ext3/4 に変換
-L new-label label ファイルシステムのラベル(名前)を設定・変更

Ping-t

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?