Journaling File System에 관한 질문인데 여기에 올려도 될지 모르겠네요

chscc의 이미지

저널링 파일 시스템에서 시스템에 변화가 일어났을 경우 로그파일에 변화가 일어나기전 내용을 저장
하는 것으로 알고 있는데요......
문제는 이 로그파일에 저장된 정보가 어느 시점에 원본디스크에 적용(커밋)이 되는지 알고 싶습니다.
하루종일 구글링을 해보아도 못 찾아 질문드립니다.
제가 찾은 내용은
The journal is a special file that logs the changes destined for the file system in a circular buffer. At periodic intervals, the journal is committed to the file system. If a crash occurs, the journal can be used as a checkpoint to recover unsaved information and avoid corrupting file system metadata.
이런 두리뭉실한 내용 뿐이 없어서요...
가능하면 저널링 파일 시스템을 적용하는 시스템 종류별 로그파일의 적용(커밋) 주기를 알고 싶습니다.

sunyzero의 이미지

mount 매뉴얼 페이지에 보면 저널링 커밋 주기 설정(commit)이 있습니다.
참고로 기본값이 5초입니다.

========================================
* The truth will set you free.