2024年1月7日星期日

pve虚拟机加console

 add `serial0: socket` to the {VM_ID}.conf and then use qm terminal {VM_ID} to connect to the console

This will let you see the bootstrap, see potential issues, login via tty and also see installation/migration progress steps







没有评论:

发表评论

扩容/dev/mapper/pve-root

.执行 parted /dev/sdq 输入 print 找到要扩容的盘,应该是/dev/sdq3,检查大小 resizepart 3 100% quit 再检查大小 退出parted 更新物理卷的大小,当然这里前提是使用了LVM pvresize /dev/sda3 lvdis...