Linux System Calls Question:
Download Questions PDF

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.

Download Linux System Calls Interview Questions And Answers PDF

Previous QuestionNext Question
How to remove a PV from lvm without any data loss?How to use resize2fs, what is the purpose?