Eu tenho um servidor de redhat 5.8 com ext3 em cima de lvm, eu notei ext3 tem a configuração "Comportamento de erros: Continue" no super bloco fs, a partir da página man do comando mount eu li isso
errors=continue / errors=remount-ro / errors=panic
Define the behaviour when an error is encountered. (Either ignore errors and just mark the file system erroneous and continue, or remount the file system read-only, or panic and halt the system.) The default is set in the filesystem superblock, and can be changed using tune2fs(8).
meu sistema de arquivos é montado dessa maneira
/dev/vg00/rootvol / ext3 defaults 1 1
A minha pergunta é: por que meu sistema de arquivos é remontado somente quando ocorre um problema?
Tags linux linux-kernel