NFS mount on CT

ESOFTMB

Active Member
Dec 7, 2018
16
0
41
57
Proxmox Virtual Environnement 5.3-5

I have a problem to mount nfs on my CT i dont understand how it work

I have à NAS with Backups directory and IP 192.168.0.1

If i want to make this (normal commande Linux) for my CT:
mount -t nfs 192.168.0.1:/nfs/Backups /Backups/

I use configuration file of the CT (100.conf for me) ?

add lines :

lxc.aa_profile = unconfined
mp3: /192.168.0.1:/nfs/Backups, mp=/Backups

On my CT i have /Backups directory and nfs-common installed
 
i make mount in Proxmox server and i see file of the NAS but now i try to make link of this in CT
i add mp3: /192.168.0.1:/nfs/Backups, mp=/Backups but it don't work
i delete lxc.aa_profile = unconfined because it make crash my CT