Hello,
Love Proxmox, been using for years but first post
I am using ZeroFS as my NFS server and am running into odd issues trying to mount NFS as a storage entry.
from the command line on a proxmox node, I can mount the NFS server point
But when added to /etc/pve/storage.cfg it doesn't work, just shows offline
Any help is appreciated
Love Proxmox, been using for years but first post
I am using ZeroFS as my NFS server and am running into odd issues trying to mount NFS as a storage entry.
from the command line on a proxmox node, I can mount the NFS server point
Code:
root@prox-nfs:/etc/pve# mount -o port=2049,mountport=2049,tcp,nolock 192.168.100.50:/proxmox /mnt/zerofs
But when added to /etc/pve/storage.cfg it doesn't work, just shows offline
Code:
nfs: zerofs
export /proxmox
path /mnt/pve/zerofs
server 192.168.100.50
content backup,iso
options proto=tcp,port=2049,mountport=2049,nolock,vers=3
Any help is appreciated
Last edited: