Linux/LVM
VG에 PV 추가 및 제거
### 파티션 생성 # fdisk /dev/sdc => n => p => 1 => 1 => default => t => 8e => wq ### PV 추가 # pvcreate /dev/sdd1 Physical volume "/dev/sdd1" successfully created ### VG 확장 # vgextend vg_isbyeon /dev/sdd1 Volume group "vg_isbyeon" successfully extended ### VG에 PV 제거하기 # vgreduce vg_isbyeon /dev/sdd1 Removed "/dev/sdd1" from volume group "vg_isbyeon"
2012. 4. 2. 18:38
최근댓글