If wanting to check partitions /dev/sdb1
and /dev/sdb5
every 30 boot, it can do using the next commands
sudo tune2fs -c 30 /dev/sdb1
sudo tune2fs -c 30 /dev/sdb5
If wanting to check partitions /dev/sdb1
and /dev/sdb5
every 30 boot, it can do using the next commands
sudo tune2fs -c 30 /dev/sdb1
sudo tune2fs -c 30 /dev/sdb5