随笔 - 24
文章 - 0
评论 - 4
阅读 -
12万
随笔分类 - PVE
虚拟机
openwrt扩容
摘要:方法二、三记得先使用Linux系统打开 GParted -- Download 方法三偏移地址获取: 1. 运行的openwrt安装losetup 2. 安装完毕后执行:losetup 获取偏移地址。47710208 3. 重复方案二内容。 4. 执行方案三命令(注意替换偏移量和loop值‘不冲突即
阅读全文
PVE设置硬盘休眠并解决经常唤醒问题
摘要:查询硬盘编号: ls -l /dev/disk/by-id/ 查询硬盘状态: smartctl -i -n standby /dev/sda |grep "mode"|awk '{print $4}' 停止pvestatd硬盘守护进程(停止会导致web仪表盘失去实时统计信息,同时无法新建虚拟机) p
阅读全文
PVE设置屏幕休眠和笔记本合盖不休眠
摘要:注意源文件中的命令前的#号要删除。 二、屏幕休眠
阅读全文
PVE设置定时关闭、启动虚拟机
摘要:shell中输入命令: crontab -e 进入对应cron 添加命令: 例如: 00 2 * * * pvesh create /nodes/pve/qemu/102/status/stop 00 6 * * * pvesh create /nodes/pve/qemu/102/status/s
阅读全文