然后你可以输入 help 来查看所有的 lvm 命令,这是一个很好的方式来帮助保持所有这些命令的正确性。
[kbrandt@machine: ~] sudo lvm
lvm> help
Available lvm commands:
Use 'lvm help <command>' for more information
dumpconfig Dump active configuration
formats List available metadata formats
help Display help for commands
lvchange Change the attributes of logical volume(s)
lvconvert Change logical volume layout
lvcreate Create a logical volume
lvdisplay Display information about a logical volume
lvextend Add space to a logical volume
lvmchange With the device mapper, this is obsolete and does nothing.
lvmdiskscan List devices that may be used as physical volumes
lvmsadc Collect activity data
lvmsar Create activity report
lvreduce Reduce the size of a logical volume
lvremove Remove logical volume(s) from the system
lvrename Rename a logical volume
lvresize Resize a logical volume
...
运行 /usr/sbin/vgs 命令。它将列出所有 LVM 卷组、每个卷组的总大小和可用空间量。
除了 sagi 的正确答案之外,作为一种更通用的方法来帮助自己解决此问题,您只需
sudo lvm
以 root 身份键入或运行 lvm 即可将您带入 lvm 控制台。然后你可以输入 help 来查看所有的 lvm 命令,这是一个很好的方式来帮助保持所有这些命令的正确性。
pvs
例如