...
LVM volume group with JFS file system
Step | Command | |
---|---|---|
1 | Create a physical (non-bootable) volume. | # pvcreate -f /dev/rdsk/c0t0d0 |
2 | Create the volume group file structure. | Example to create structure for volume group 1:
0xNN0000 is the minor device number. |
3 | Create volume group. | Example to create volume group 1 with physical volume created above:
|
4 | Create logical volume. | Example to create a logical volume named myname of size-MB megabytes:
|
5 | Create filesystem on logical volume. | Example to create a JFS (vxfs) filesystem on logical volume myname:
|
6 | Mount filesystem to a mount point (create mount point first if it does not exist yet). | Example to mount the new filesystem on /mnt:
|
Div | ||
---|---|---|
| ||
Enable a Disk for Use by MPE/iX
...