Sí, en debian cada 30 montajes, creo que era. ¿Alguien sabe cómo se cambia ese número?
K7LINUX linux # tune2fs --help tune2fs 1.38 (30-Jun-2005) tune2fs: invalid option -- - Usage: tune2fs [-c max_mounts_count] [-e errors_behavior] [-g group] [-i interval[d|m|w]] [-j] [-J journal_options] [-l] [-s sparse_flag] [-m reserved_blocks_percent] [-o [^]mount_options[,...]] [-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label] [-M last_mounted_dir] [-O [^]feature[,...]] [-T last_check_time] [-U UUID] device
Creo q es:
tune2fs -c #nº ---> Para nº de mounts antes del check
tune2fs -T #fecha --> Para cambiar la fecha del último escaneo.
Tb existía una opción para desactivarlo; para mas info, 'man tune2fs'.