--- 2.3.99pre3aa1/fs/ext2/super.c.~1~ Mon Mar 27 22:44:49 2000 +++ 2.3.99pre3aa1/fs/ext2/super.c Wed Mar 29 16:30:35 2000 @@ -243,7 +243,8 @@ else if (!strcmp (this_char, "grpquota") || !strcmp (this_char, "noquota") || !strcmp (this_char, "quota") - || !strcmp (this_char, "usrquota")) + || !strcmp (this_char, "usrquota") + || !strcmp (this_char, "nocheck")) /* Don't do anything ;-) */ ; else { printk ("EXT2-fs: Unrecognized mount option %s\n", this_char);