Na% man_de% manpage,
-r, --read-only
Mount the filesystem read-only. A synonym is -o ro.
Note that, depending on the filesystem type, state and kernel
behavior, the system may still write to the device. For example,
Ext3 or ext4 will replay its journal if the filesystem is dirty.
To prevent this kind of write access, you may want to mount ext3
or ext4 filesystem with "ro,noload" mount options or set the
block device to read-only mode, see command blockdev(8).
Se mount
for insuficiente, não sei como configurar um dispositivo somente leitura com apenas uma entrada fstab; talvez seja necessário chamar ro,noload
ou criar um dispositivo de loop somente leitura ( blockdev --setro
) por algum outro meio antes que seu sistema de arquivos seja montado.
Se você o tornar verdadeiramente somente leitura, ele nem saberá que foi montado. Portanto, nenhuma atualização de contagem de montagem e nenhum fsck forçado e, principalmente, nenhuma corrupção possível, desde que nada nunca seja gravado no dispositivo ...