Hello,
I was trying to add a samba share (file sharing via macOS, guest in my Proxmox cluster).
I tried to add the SMB share via storage menu on datacenter, but I got error 500:
If I try to mount it manually using pvesm:
I have this error on my 3 nodes, I tried to use the FQDN, IP, smbversion 2/3/3.11, declaring the domain WORKGROUP but still same error.
Lastly, as workaround, I manually mounted the share via mount command successfully:
In this way I'm able to mount the share to LXC directly.
Any hint on why I'm unable to mount the share via pvesm? I don't think there are issues with the share or its configuration since I'm able to mount it via mount.
Thanks!
I was trying to add a samba share (file sharing via macOS, guest in my Proxmox cluster).
I tried to add the SMB share via storage menu on datacenter, but I got error 500:
Code:
create storage failed: storage 'icloud' is not online
If I try to mount it manually using pvesm:
Code:
root@NUC1:/mnt# pvesm add cifs -server 192.168.1.28 -username XXX -password XXXX -share XXXX smb-test
create storage failed: storage 'smb-test' is not online
Lastly, as workaround, I manually mounted the share via mount command successfully:
Code:
root@NUC1:/mnt# mount -t cifs -o rw,credentials=/root/.smbicloud //mac/iCloudShare /mnt/icloud-smb/
root@NUC1:/mnt# ls
hd_usb icloud-smb vzsnap0
root@NUC1:/mnt# cd icloud-smb/
root@NUC1:/mnt/icloud-smb# ls
linux 'Nuovo documento di testo.txt'
In this way I'm able to mount the share to LXC directly.
Any hint on why I'm unable to mount the share via pvesm? I don't think there are issues with the share or its configuration since I'm able to mount it via mount.
Thanks!