대충 저널링 파일이스템을 보니 ext3, XFS, JFS ,ReiserFS
이정도가 있는 것 같은데요... 각각의 파일시스템의 장단점을
간단하게 알 수가 없을까요?
젠투 설치설명서를 조금 읽어보니 그곳에 약간의 설명이 있었는데...
영어로 되어 있어서 저는 읽기가 조금 힘들더군요. 대충 ReiserFS 이
좋다는 것 같고 XFS는 특별한 경우에만 사용해야하고... 그런 것 같더라구요..
(확실한지는 저도 잘 모르겠어요...)
아래가 원문입니다.
ext3 is the journaled version of the ext2 filesystem, providing metadata journaling for fast recovery in addition to other enhanced journaling modes like full data and ordered data journaling. ext3 is a very good and reliable filesystem. It offers generally decent performance under most conditions. Because it does not extensively employ the use of "trees" in its internal design, it doesn't scale very well, meaning that it is not an ideal choice for very large filesystems, or situations where you will be handling very large files or large quantities of files in a single directory. But when used within its design parameters, ext3 is an excellent filesystem.