I am trying to use a FritzBox router with an attached USB storage (exported per smb3) as simple backup storage solution for my VMs. But I cant get Proxmox (6.4-15) to recognize that CIFS export correctly.
If I add a CIFS storage, the proxmox UI tells me: "create storage failed: storage 'backups_fritz_usb' is not online(500)'.
But if I have a look at the CLI:
So it IS mounted, and I can even ls the files in it. The Dialog even finds the share automatically.
So I can't really understand the error message.
But, the bigger problem, and maybe a bug? is that Proxmox does not unmount this faulty mount point again, so it stays there for not-good.
If I add a CIFS storage, the proxmox UI tells me: "create storage failed: storage 'backups_fritz_usb' is not online(500)'.
But if I have a look at the CLI:
Code:
$ mount
//192.168.178.1/BACKUPS on /mnt/pve/backups_fritz_usb type cifs (rw,relatime,vers=3.0,cache=strict,username=xxxxxx,uid=0,noforceuid,gid=0,noforcegid,addr=xx.xx.xx.xx,file_mode=0755,dir_mode=0755,soft,nounix,serverino,mapposix,rsize=65536,wsize=65536,bsize=1048576,echo_interval=60,actimeo=1)
So it IS mounted, and I can even ls the files in it. The Dialog even finds the share automatically.
So I can't really understand the error message.
But, the bigger problem, and maybe a bug? is that Proxmox does not unmount this faulty mount point again, so it stays there for not-good.
Last edited: