Инструменты пользователя

Инструменты сайта


linux:autofsck

autofsck

I have a huge external usb drive set to be auto-mounted during backup processes and did not want to run fsck on every mount. With the below setting it would completely turn off the auto fsck check.

tune2fs -c 0 -i 0 </dev/partition>

However, I would highly suggest atleast doing a regular 6 months check if not doing manual fscks.

tune2fs -c 0 -i 6m </dev/partition>
linux/autofsck.txt · Последнее изменение: 2011/10/12 16:41 — linko22@gmail.com