Absolutely.
It is not possible to disable the fsck "thing" under Alt-F, and it will never be.
Alt-F was motivated at the first place by the lack of a clean shutdown and missing fsck at boot in the vendor's firmware!
I believe this to be a marketing option, as I don't believe that any soft. engineer would do that voluntary.
At the time ext2 was the filesystem at use and as it took so long to do a fsck, it would be bad publicity for the product if the user had to wait hours to get its data back after a power outage.
But even MSW has a similar fsck at boot time once and then, and those old enough to use win98 certainly remember their attempts to do a clean shutdown displaying the "Don't power off you computer" message at power-down time.
With ext3/ext4, the fsck is much faster after a power outage, although a full fsck should be done at regular intervals.
That's why Alt-F displays the number of days/mounts time remaining until the next full fsck, and so the user can take the needed measures.
So, the recommended procedure for all those having ext2, is to convert it to ext3 or ext4, although a slight loss in throughput is expected. No free-lunch!
Under Disk->Filesystem->New FS Operations, select the desired filesystem under "New FS" and then select "Convert" under operations. A full fsck will be performed and then the filesystem will be converted without data loss. If the fsck step fails, it has to be fixed first (Disk->Filesystem->FS Operations)
It is not possible to convert to ext3/ext4 without running fsck first, not even from the command line!
Instead of converting the fs, you could instead reformat the drives using the Disk Wizard and recover the data from the backup. The time it takes will depends on the amount of data you have.