![]() |
|
TrueNAS and Proxmox Storage Integration Guide - Printable Version +- DevOps Discussion Forum (https://forums.geekssolutions.io) +-- Forum: Cloud Computing (https://forums.geekssolutions.io/forumdisplay.php?fid=10) +--- Forum: DevOps (https://forums.geekssolutions.io/forumdisplay.php?fid=14) +--- Thread: TrueNAS and Proxmox Storage Integration Guide (/showthread.php?tid=5) |
TrueNAS and Proxmox Storage Integration Guide - santosh - 04-07-2026 TrueNAS and Proxmox Storage Integration Guide Overview This guide explains how to set up TrueNAS as an NFS storage backend and integrate it with Proxmox for VM and container storage. Environment
Step 1 - Access TrueNAS
Step 2 - Create Storage Pool in TrueNAS Run on: TrueNAS Server Navigate to Storage > Pools > Add Pool and follow these steps: 2.1 Set RAID Configuration
2.2 Create Dataset (Optional)
2.3 Add NFS Share
Step 3 - Add TrueNAS NFS Share to Proxmox Run on: Proxmox Server 3.1 Login to Proxmox
3.2 Add NFS Storage
Step 4 - Test the Setup Run on: Proxmox Server Verify NFS exports from Proxmox: Code: showmount -e TRUENAS_IPPing TrueNAS from Proxmox to verify connectivity: Code: ping TRUENAS_IPCreate a test VM and select TrueNAS-NFS as storage for disks or backups then deploy and start the VM to verify functionality. Step 5 - Troubleshooting Run on: TrueNAS Server If connectivity issues occur restart NFS services on TrueNAS: Code: service nfs-server restartCommon checks:
Summary
|