Ben Torrey
07-27-2001, 10:50 AM
One question I've tried to figure out but can't. I get the 'run ext2fs-maximal mount count' reached. I have an hourly cron job that mounts /dev/hdd6 and copies everything on my /home directory to another hard drive. It still does the job, but comes up with this 'maiximal mount count error message'.
In researching the problem, found that I can use tune2fs to set how many mounts can be done before running ext2fs, and I could set it but, I can't find any answer to this question:
How many times do I want to set using tune2fs? 100 300? how may are set now? I can't seem to see the settings.
Should I just add 'ext2fsck /dev/hdd6' to my mirror.sh script?
ext2fsk always runs without problem when I launch it from the command line, but do I want it as part of a cron job?
In researching the problem, found that I can use tune2fs to set how many mounts can be done before running ext2fs, and I could set it but, I can't find any answer to this question:
How many times do I want to set using tune2fs? 100 300? how may are set now? I can't seem to see the settings.
Should I just add 'ext2fsck /dev/hdd6' to my mirror.sh script?
ext2fsk always runs without problem when I launch it from the command line, but do I want it as part of a cron job?