Where exactly is the journal on the EXT3/EXT4 file system, ive searched around and cant find a good answer.
Where exactly is the journal on the EXT3/EXT4 file system, ive searched around and
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To the best of my knowledge, it is a regular file controlled by an inode, but the inode does not have a directory entry. If you do
tune2fs -l /dev/$ext3partitionit will mention the “Journal inode” — usually it seems to be number 8. You should be able to usedebugfsto get more details.