Disk checking can slow down the reboot of an instance. To avoid this, you can deactivate it using the following command in a terminal of your instance:
tune2fs -c0 -i0 /dev/sdg
This command contains the following attributes that you need to specify:
-
-c : max-count-mounts (must be set to 0)
-
-i : intervall-between-checks (must be set to 0)
Comments
0 comments
Please sign in to leave a comment.