In fstab, there is the option errors=remount-ro
which I have seen here frequently.
Apparently there are 3 error options which seem clear to me:
errors=remount-ro
(attempts to mount the drive read only in error case)errors=continue
(continues boot without mounting the faulty drive)errors=panic
(boot into recovery mode if drive error)
Are my assumptions (in the brackets) correct?
What I want to know is what the default action is. My assumption would be that errors=panic
is the default and the system goes in recovery mode if there are errors with a drive.