The Ubuntu Linux insists on checking the partition every 30 boots (30 Mounts) ,It is for safty. You can change this by using
$sudo tune2fs -c 60 /dev/sda1 (/dev/sda1 is in the case of my system)
to only do this every 60 boots.
Identify your partition list by using
$sudo fdisk -l
No comments:
Post a Comment