Originally posted by: kappa
Hi, Apple08!
purpose of log lv
It is a log space for Journal based FS, jfs and jfs2 are
journal FS. Its only purpose is for faster fsck (FS checking) after accidents. It does not recover file data.
1/8 of size of FS
Never heard or read such nonsense. It's a journalling log, not a snapshot volume.
Some hints for usage:
You need at least one log lv per FS Type per VG. (jfslog vs. jfs2log)
You can have several FS pointing at the same log (=default) or give each FS its own log.
The default should be sufficient, give highly modified FS a separate log.
jfs2 allows inline logging without having a log lv, the journal log is "inside" the FS.
--jk