简体   繁体   English

禁用只读ext4 fs的日记功能

[英]Disabling journaling for read-only ext4 fs

If journaling is disabled for a read-only ext4 fs can there be any possible side effects? 如果对于只读ext4 fs禁用日记功能,是否会出现任何可能的副作用?

I see an opportunity of saving precious storage quota by doing so. 通过这样做,我看到了节省宝贵存储配额的机会。

The answer is Yes as per https://wiki.debian.org/ReadonlyRoot#Preconditions 根据https://wiki.debian.org/ReadonlyRoot#Preconditions ,答案是肯定的

You can use a filesystem without a journal for /, because you don't write there and you don't need the journal. 您可以使用没有日志的文件系统/,因为您不在那里写,而您不需要日志。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM