我正在尝试为我的虚拟机 kali linux 增加更大的硬盘空间。
VM 正在 vmware 上运行,我增加了磁盘大小并尝试遵循以下说明:
我进行到第 8 步,当我尝试运行 pvcreate 时,我得到:
~# pvcreate /dev/sda3
Device /dev/sda3 not found (or ignored by filtering).
分区列表如下所示:
~# fdisk -l
Disk /dev/sda: 200 GiB, 214748364800 bytes, 419430400 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xc9671107
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 121636863 121634816 58G 83 Linux
/dev/sda2 121638910 125827071 4188162 2G 5 Extended
/dev/sda3 121636864 121638909 2046 1023K 8e Linux LVM
/dev/sda5 121638912 125827071 4188160 2G 82 Linux swap / Solaris
所以我很确定它在那里。我看到其他帖子说它被我的 lvm conf 文件过滤了,我检查了一下,发现 global_filter 行被注释掉了。
我搜索过,似乎我找到的所有解决方案都不在列表中或被过滤掉了,我似乎没有遇到这些问题。
谢谢!