Thanks a lot, It worked for me.
You should add `extraargs=fsck.mode=force fsck.repair=yes` to `/boot/armbianEnv.txt` to force scan and automatically fix file system problems. otherwise It just scan and break boot sequence into intfs console and you should manually enter the command.
Finial instruction :
1) Set fsck to scan on every boot:
tune2fs -c 1 /dev/mmcblk0p1
2) Add bellow line to `/boot/armbianEnv.txt`
extraargs=fsck.mode=force fsck.repair=yes