tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Proposal: validate FFS root inode during the mount.
mouse%Rodents-Montreal.ORG@localhost (Mouse) writes:
>But for the machine's own filesystems? Corruption should panic:
> mount -o onerror=panic /dev/wd2a /builds
There are 3 popular behaviours and all can be useful.
- return errors
- return errors + reject further writes
- panic
The second is Linux default behaviour and some people hate it,
maybe because the read-only mode is rather silent. If you do
react to it, it can be more graceful than a panic.
--
--
Michael van Elst
Internet: mlelstv%serpens.de@localhost
"A potential Snark may lurk in every tree."
Home |
Main Index |
Thread Index |
Old Index