EXT3 and EXT4 file systems

​EXT3 and EXT4 are common types of file systems used in Linux operating systems. EXT4 file system adds journaling to the EXT3 file system. Journaling is a way to record activities that were performed.

Comments