I am running Proxmox 6.2 I have added a CIFS storage server to the Proxmox config.
The NAS is running FreeNAS, and exporting the ZFS datastore via SMB (CIFS).
The server is listed in /etc/pve/storage.cfg:
If I do a "mount", I do see the share listed there:
However, when I try to view the storage contents via the Web UI, I get the error:
And when I try to backup to that storage as well, I get:
Any ideas what's going on?
Thanks,
Victor
The NAS is running FreeNAS, and exporting the ZFS datastore via SMB (CIFS).
The server is listed in /etc/pve/storage.cfg:
Code:
cifs: proxmox_backups
path /mnt/pve/proxmox_backups
#server 10.7.17.95
server 10.7.78.35
share proxmox-backups
content images,backup
maxfiles 5
username example
Code:
//10.7.78.35/proxmox-backups on /mnt/pve/proxmox_backups type cifs (rw,relatime,vers=3.0,cache=strict,username=example,uid=0,noforceuid,gid=0,noforcegid,addr=10.7.78.35,file_mode=0755,dir_mode=0755,soft,nounix,serverino,mapposix,rsize=4194304,wsize=4194304,bsize=1048576,echo_interval=60,actimeo=1)
Code:
unable to activate storage 'proxmox_backups' - directory '/mnt/pve/proxmox_backups' does not exist or is unreachable (500)
And when I try to backup to that storage as well, I get:
Code:
TASK ERROR: could not get storage information for 'proxmox_backups': unable to activate storage 'proxmox_backups' - directory '/mnt/pve/proxmox_backups' does not exist or is unreachable
Thanks,
Victor