pve下lxc模式挂载google drive硬盘
1、进入母鸡 1.1、以root身份运行 要在母鸡下中获取你的小鸡编号例如:100.conf,请按以下方式编辑100.conf 这里100.conf是你小鸡的编号 root@pve:/etc/pve/nodes/你的host名称/lxc# nano 100.conf 最下面加入 mp0: /root/gg-web-bak,mp=/webbak lxc.mount.entry = /dev/fuse dev/fuse none bind,create=file Bash 1.2、重启小鸡 编……