Proxmox下的容器不能直接連線網路磁碟機, 在網上找到以下教學:
跟隨教學記錄以下步驟:
1.在PVE主機(不是容器內)的/etc/fstab檔案加上連線指令
//FileServer/share /mnt/share cifs username=username,password=password,iocharset=utf8,noperm 0 0
2. 在PVE主機/mnt/下建立相對資料夾
mkdir /mnt/share
3. 執行mount -a 確定指令可行
4. 修改PVE主機/etc/pve/lxc/(容器ID).conf
mp0: /mnt/share,mp=/mnt/
5. Reboot 容器