Add a virtual disk to the UNetlab VM 1. Add a big virtual disk to the UNetLab VM, I suggest at least 40GB. 2. Power on the VM:fdisk -l | grep "contain a valid partition table" 3. Disk /dev/sdb doesn’t contain a valid partition table. The new added disk is /dev/sdb. Let’s configure it for LVM and expand the volume group:4. Change partition type to 8eecho -e "n\np\n1\n\n\n\t\n8e\nw\n" | fdisk /dev/sdb > /dev/null 5. Create physical v.. 더보기 이전 1 ··· 227 228 229 230 231 232 233 ··· 595 다음