I'm very new to proxmox and experimenting with various things to get acclimated with the tool and I've hit a wall with setting up NFS share to my VM. I setup an Ubuntu server (20.04) in a VM, installed docker and setup plex through docker compose. I'd like to setup an NFS share to folder /home/dataninja/plex/media so I can access the media that's currently on my Qnap NAS.
I keep getting the following error when running:
- Qnap NFS has been setup and the IP associated with the VM and Proxmox has been added (192.168.X.X)
- showmount -e 192.168.X.X (Qnap IP) in the host and the VM shows the media folder available on my Qnap NAS
- nfs-commons has been installed
Code:
192.168.X.X:/media /home/dataninja/plex/media nfs credentials=/home/dataninja/.smbcredentials,uid=1001,gid=100,defaults 0 0
I keep getting the following error when running:
Code:
sudo mount -a
mount.nfs: an incorrect mount option was specified
Last edited: