tune2fs

2019年3月9日 (土) 23:59時点におけるY (トーク | 投稿記録)による版 (ページの作成:「==オプション== ;-i :interval-between-checks ;-c :after setting number, check the filesystem at the next reboot # tune2fs -i 10d /dev/sda1 ← チェック間隔…」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)

オプション

-i
interval-between-checks
-c
after setting number, check the filesystem at the next reboot
# tune2fs -i 10d /dev/sda1    ← チェック間隔を10日に変更
# tune2fs -c 30 /dev/sda1    ← 30回マウントされたらチェック