Tagged Questions
2
votes
1answer
71 views
To use -c0 -io in file-systems with journal
I've several partitions with EXT4.
Now, I would want if it makes sense to use tune2fs with flags -c0 (max-mount-counts) and -i0 (interval-between-checks) in the partitions with a journal file-system ...
0
votes
2answers
432 views
Keep ext4 journal on another system, how much space would be necessary?
I'm going to move journal to another partition, but I don't know how to correctly caculate the size needed for journal?
I'm running ext4 file system with 15GB capacity.
1
vote
1answer
3k views
disabling journal vs data=writeback in ext4 file system
What is the difference between disabling journal on ext4 file system using:
tune2fs -O ^has_journal /dev/sda1
and using data=writeback when mounting? I thought ext4 - journal = ext2. means when we ...