摘要:
总体来说,有2种思路: 1、可以通过proxmox中的qemu-system-arm命令来模拟,这种方式需要 使用github上经过修改的kernel以及dtb(设备树文件,dt表示device tree),需要3个文件:raspbian的img文件(需要从官网下载)、dtb文件、经过修改的kern 阅读全文
摘要:
unzip file.conf.zip -d /data/bak 其中-d为diretory的意思 unzip file.conf.zip 解压到当前文件夹 阅读全文
摘要:
目标: 给lv 扩展磁盘分区 背景:2块磁盘,之前在pc中的bios设置成了intel rapid raid1 ,安装了windows操作系统。后来在pc中在2块磁盘中的一块磁盘上安装了proxmox操作系统。为了给proxmox磁盘上的/dev/pve/data拓展磁盘空间,给第2块磁盘分区(目的 阅读全文