Skip to content

NFS Mount on PVE

Mount an NFS drive on a PVE that can later be sgared vwith VMs and LXCs

How To

  1. Create a mount point, e.g. /mnt/synology_data to a PVE.

    cd /mnt
    mkdir -f pve
    mkdir -f pve/synology_data
    chmod -R 777 pve
    

Info

Optional

  1. Add the share

    vi /etc/pve/storage.cfg
    

    Add:

    nfs: synology_data
        export /volume1/Proxmox
        path /mnt/pve/synology_data
        server 192.168.0.12
        content images
        nodes pve-1
        prune-backups keep-all=1