NFS Storage Mounts
Overview
The Podman hosts use NFS storage provided by the Synology NAS (poseidon.skynet.lan) for persistent application data.
The NAS exports are mounted automatically using /etc/fstab.
Storage Provider
| Component | Details |
|---|---|
| NAS | poseidon.skynet.lan |
| IP Address | 10.0.0.46 |
| Protocol | NFS |
| Client | orion.skynet.lan & luffy.skynet.lan |
| Mount Configuration | /etc/fstab |
Mount Points
| NFS Export | Local Mount Point | Purpose |
|---|---|---|
10.0.0.46:/volume1/atlantis |
/mnt/poseidon |
Application persistent storage |
10.0.0.46:/volume1/downloads |
/mnt/downloads |
Download storage |
Configuration
Edit /etc/fstab:
10.0.0.46:/volume1/atlantis /mnt/poseidon nfs defaults
10.0.0.46:/volume1/downloads /mnt/downloads nfs defaults
Create Mount Points
Before mounting, create the required directories:
Mount Storage
Apply the configuration:
Verify mounts:
Example output:
Verify NFS Connectivity
Check available exports:
Expected:
Usage with Podman Quadlets
Containers can use these directories as persistent storage:
Example: