LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   "apply journal on ext3 filesystem" - how? (https://www.linuxquestions.org/questions/linux-general-1/apply-journal-on-ext3-filesystem-how-413778/)

kpachopoulos 02-10-2006 06:43 AM

"apply journal on ext3 filesystem" - how?
 
From "man e2fsck"
Quote:

e2fsck is used to check a Linux second extended file system (ext2fs).E2fsck also supports ext2 filesystems countaining a journal, which are also sometimes known as ext3 filesystems, by first applying the journal to the filesystem before continuing with normal e2fsck processing. After the journal has been applied, a filesystem will normally be marked as clean.
"by first applying the journal to the filesystem"... Any ideas about how this is done?
Thanks

bathory 02-10-2006 06:56 AM

Code:

man tune2fs
Check the -j option


All times are GMT -5. The time now is 02:32 AM.