I intend to transfer iso and image storage to my Synology NAS which I can perfectly mount via commandline:
However, the pveproxy webUI keeps loading the sambashare with parameters in /etc/pve/storage.cfg:
Anyone knows what have I done wrong? Please point it out.
Thanks in advance.
Code:
# mount -t cifs -o credentials=~/.smbCre //NAS IP/pveStorage /mnt/pve/pveStorageOnDSM/ -v
mount.cifs kernel mount options: ip=NAS IP,unc=\\NAS IP\pveStorage,user=********,pass=********
However, the pveproxy webUI keeps loading the sambashare with parameters in /etc/pve/storage.cfg:
Code:
cifs: dsm
server NAS IP
share pveStorage
path /mnt/pve/pveStorageOnDSM
content iso,vztmpl,backup,images
username ********
password ********
smbversion 3
Anyone knows what have I done wrong? Please point it out.
Thanks in advance.