Shared Storage

Shared storage allows multiple Proxmox nodes to access the same storage pool, enabling live migration of VMs and centralized backup storage. Also, if you have multiple devices clustered together, this can enable High Availability.

Storage Types in Proxmox

Managing Storage

 

Adding NFS Storage

  1. On your NAS, create an NFS share and note its IP and export path
  2. In Proxmox web console, go to Datacenter > Storage > Add > NFS
  3. Configure:
        • ID: give it a name (e.g., nas-storage)
        • Server: IP address of your NAS
        • Export: the NFS export path (e.g., /mnt/pool/proxmox)
        • Content: select what to store here (Disk image, ISO image, VZDump backup file, Container template)
  4. Click Add, the NFS share appears in the left panel under all nodes

 

Adding CIFS/SMB Storage

  1. Go to Datacenter > Storage > Add > SMB/CIFS
  2. Enter Server IP, Share name, Username, and Password
  3. Select Content types and click Add

Revision #1
Created 2026-03-13 01:05:00 UTC by lumxux
Updated 2026-03-13 01:10:09 UTC by lumxux