-a : will do noninteractive fsck. however it may encounter some errors that requires user intervention and exits with a value more then 2. The admin should run and correct the error
-y : will do interactive fsck but with "yes" for all questions. This is like a noninteractive fsck in this manner. however it will correct all errors.
man e2fsck
was more explanatory.
-a : will do noninteractive fsck. however it may encounter some errors that requires user intervention and exits with a value more then 2. The admin should run and correct the error
-y : will do interactive fsck but with "yes" for all questions. This is like a noninteractive fsck in this manner. however it will correct all errors.