1) - Let's First Exam Volume Group:: To Create File System in AIX, Follow Procedure Below
1) - Let's First Exam Volume Group:: To Create File System in AIX, Follow Procedure Below
2). Create file system from volume group testvg using jfs format. The file system size is 500M and will be mounted to /fs1 (Note: for demo purposes, I will allocate only 500M)
# crfs -v jfs -g test_vg01 -a size=500M -m /fs1 Based on the parameters chosen, the new /fs1 JFS file system is limited to a maximum size of 134217728 (512 byte blocks)
The following command will create, within volume group test_vg01, a jfs2 file system of 1024MB with mounting point /fs2 and having read only permissions:
# crfs -v jfs2 -g test_vg01 -a size=1024M -p ro -m /fs2 File system created successfully. 1048340 kilobytes total disk space. New File System size is 2097152