first I typed
tune2fs -c 1 /dev/mmcblk0p2
and this is /etc/fstab
Code: Select all
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
/dev/mmcblk0p1 /boot vfat defaults 0 2
/dev/mmcblk0p2 / ext4 ro 0 1
Code: Select all
tune2fs -l /dev/mmcblk0p2Also I tried
Code: Select all
touch /forcefsck
shutdown -Fr now