카테고리 없음
[aix 5.3] disable journaling
MathNoob
2019. 12. 24. 22:05
recreating file system
cf. http://techadminblog.com/aix-create-new-filesystem-in-8-steps/
# rmfs /test # mklv -y test_lv -t jfs rootvg 350 # crfs -v jfs -d /dev/test_lv -m /test -A yes -a nbpi=16384
edit /etc/filesystems ("nointegrity" opt)
- cf. http://www.wmduszyk.com/wp-content/uploads/2010/05/AIX_IO_Tuning.pdf
/test: dev = /dev/test_lv vfs = jfs log = /dev/loglv01 mount = true account = false options = rw,nointegrity