Creación Filesystem en Aix

mklv -y'auditlv' -t'jfs2' -L'audit' rootvg 8 hdisk0
crfs -v jfs2 -d'auditlv' -m'/audit' -A''`locale yesstr | awk -F: '{print $1}'`'' -p'rw' -a agblksize='4096' -a isnapshot=''`locale nostr | awk -F: '{print $1}'`''
mount /audit

Comentarios