Linux System Calls Question:
What is the diff between ext3 and ext2 File system?
Answer:
ext3 is also same as the ext2, but journaling concept is introduced in ext3.
Compared to ext2, ext3 is slow. ext2 less secure compared to ext3. ext2 is less
Performance where as ext3 is very good performance.
Compared to ext2, ext3 is slow. ext2 less secure compared to ext3. ext2 is less
Performance where as ext3 is very good performance.
Previous Question | Next Question |
How to remove a PV from lvm without any data loss? | How to use resize2fs, what is the purpose? |