ฉันพยายามเพิ่มฟิสิคัลวอลุ่มสำหรับใช้เพื่อเพิ่มกลุ่มวอลุ่มและทำให้ LV อยู่ภายใน น่าเศร้าที่ฉันได้รับข้อผิดพลาดดังต่อไปนี้
[root@server ~]# pvcreate /dev/sdb1
Device /dev/sdb1 not found (or ignored by filtering).
[root@server ~]# fdisk -l /dev/sdb
WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sdb: 19966.2 GB, 19966213488640 bytes
255 heads, 63 sectors/track, 2427420 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb1 1 267350 2147483647+ ee GPT
ฉันขอขอบคุณความช่วยเหลือใด ๆ ที่คุณสามารถให้ นี่จะเป็นครั้งแรกที่ฉันต้องเพิ่ม pv และเมื่อทำการค้นคว้าปัญหาฉันไม่ได้เจออะไรที่มีประโยชน์มาก
ระบบปฏิบัติการเป็น centos 6 - 64 บิต
ฟิลเตอร์
# By default we accept every block device:
filter = [ "a/.*/" ]
# Exclude the cdrom drive
# filter = [ "r|/dev/cdrom|" ]
# When testing I like to work with just loopback devices:
# filter = [ "a/loop/", "r/.*/" ]
# Or maybe all loops and ide drives except hdc:
# filter =[ "a|loop|", "r|/dev/hdc|", "a|/dev/ide|", "r|.*|" ]
# Use anchors if you want to be really specific
# filter = [ "a|^/dev/hda8$|", "r/.*/" ]
แยก:
parted /dev/sdb "unit s" "print"
Model: Adaptec AdaptecRAID5 (scsi)
Disk /dev/sdb: 38996510720s
Sector size (logical/physical): 512B/512B
Partition Table: gpt
grep filter /etc/lvm.conf
และparted /dev/sdb "unit s" "print"
/etc/lvm.conf
บ้าง? และในขณะที่คุณกำลังแสดงตารางพาร์ทิชันของคุณ