차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판이전 판 | |||
| tech:lvm [2022/12/03 12:00] – [HDD추가] 141.101.86.128 | tech:lvm [2022/12/03 12:22] (현재) – 172.70.233.27 | ||
|---|---|---|---|
| 줄 27: | 줄 27: | ||
| [[tech:Lvm Mount|Mounting a Linux LVM volume]] | [[tech:Lvm Mount|Mounting a Linux LVM volume]] | ||
| You do not mount a partition of type "Linux LVM" the same way you mount a partition using a standard Linux file system (e.g. ext2, ext3). | You do not mount a partition of type "Linux LVM" the same way you mount a partition using a standard Linux file system (e.g. ext2, ext3). | ||
| + | =====볼륨그룹===== | ||
| ====vgconvert==== | ====vgconvert==== | ||
| vgconvert 명령어로 LVM1 포멧에서 LVM2 포멧으로 변환이 가능하다. | vgconvert 명령어로 LVM1 포멧에서 LVM2 포멧으로 변환이 가능하다. | ||
| 줄 44: | 줄 44: | ||
| vgmove 후 vgreduce 를 하면 볼륨그룹을 파괴하지 않고, 자료를 보존하면서 안전하게 HDD를 제거할 수 있다. | vgmove 후 vgreduce 를 하면 볼륨그룹을 파괴하지 않고, 자료를 보존하면서 안전하게 HDD를 제거할 수 있다. | ||
| + | |||
| + | =====논리===== | ||
| + | |||
| + | lvcreate -L LV용량 -n LV명 VG명 (ex - lvcreate -L 1T -n MyLV MyVG) | ||
| + | lvcreate -l 100%FREE -n Joined-lvm JoinedVG | ||
| + | JoinedVG의 모든 공간을 사용하여 | ||
| < | < | ||