
Chapter 4. SVA Path Installation 45
multiple of the physical extent size that is 4 MB by default. In the
example below, a volume group of 4092 MB is created:
In the example,
lvcreate is followed on the command line by
the -L option and the size of the logical volume in megabytes,
then by the pathname of the volume group directory.
Both character and block device files for the new logical volume
are created in the volume group directory:
Use these names to access the logical volumes. For example, to
create an hfs filesystem on logical volume
lvol1 in volume group
vg02, you would use the following command:
# /etc/newfs -F hfs /dev/vg02/rlvol1
# lvcreate -L 4092 /dev/vg02
Logical volume "/dev/vg02/lvol1" has been
successfully created with character device
"/dev/vg02/rlvol1".
Logical volume "/dev/vg02/lvol1" has been
successfully extended.
Volume Group configuration for /dev/vg02 has
been saved in /etc/lvmconf/vg02.conf
# ls /dev/vg02
group lvol1 rlvol1
Kommentare zu diesen Handbüchern