The mklv command
The mklv command creates a logical volume. The name of the logical volume can be
specified or alternatively a system-generated name is used. The volume group the
logical volume belongs to and the size (in logical partitions) must be specified. Other
characteristics that can be set are the allocation policy, copies (mirroring), scheduling
policy and striping. Using mklv from the command line, you can now specify blocks
(b,B), KB (k,K), MB (m,M) and GB (g,G) rather than number of partitions. Examples are:
# mklv -y newlv1 datavg 1
# mklv -y newlv2 datavg 1b
# mklv -y newlv3 datavg 1k
# mklv -y newlv4 datavg 1m
# mklv -y newlv5 datavg 1g
The system rounds to the physical partition size of the volume group.
การ mklv สั่ง
mklv คำสั่งสร้างปริมาณตรรกะ ชื่อของปริมาณตรรกะสามารถ
ที่ระบุหรืออีกวิธีหนึ่งคือ ระบบสร้างชื่อที่ใช้คือ เสียงกลุ่ม
ปริมาณตรรกะเป็นของและขนาด ( ในพาร์ทิชันตรรกะ ) จะต้องมีการระบุ ลักษณะอื่น ๆ
ที่สามารถตั้งค่าเป็นจัดสรรนโยบายชุด ( สะท้อน ) , การจัดตาราง
นโยบายและแถบ .การใช้ mklv จากบรรทัดคำสั่ง คุณสามารถระบุบล็อก
( A , B ) และบางครั้ง ( K ( , k ) , MB ( M , M ) และ GB ( G , g ) มากกว่าจำนวนของพาร์ทิชัน ตัวอย่าง :
# mklv - Y newlv1 datavg 1
# mklv - Y newlv2 datavg 1B
# mklv - Y newlv3 datavg 1K
# mklv - Y newlv4 datavg 1m
# mklv - Y newlv5 datavg 1G
รอบระบบพาร์ทิชันขนาดทางกายภาพของกลุ่มเสียง
การแปล กรุณารอสักครู่..
