1. # Example just increasing the number of mounts to 100
  2. sudo tune2fs -c 100 /dev/hda1
  3. #Example increasing the number of mounts to 50, and setting an interval of one month
  4. sudo tune2fs -c 50 -i 1m /dev/hda