Which of the following is a journaling file system for Linux?
Ext3 is a Linux file system with journaling support, which records pending metadata changes to help preserve file-system consistency after an unexpected shutdown.
Community Discussion