2024-09-03, 11:45 AM
(This post was last modified: 2024-09-03, 01:42 PM by TheDreadPirate. Edited 1 time in total.)
Good morning lads,
I have a similar issue and I hope some of you can help me
I installed Jelly LXC on proxmox
On proxmox Datacenter I configured the connection with the NAS folder
If I go into the proxmox shell I can easily see the contents of that folder, it means that until now everything is fine.
Then I created the Media folder in Jelly in the following directory
/mnt/Media/Movies
I made sure to mount the NAS disk in Jelly with the following code:
but the answer is always
I'm sure the folder exists
where am I wrong can you help me?
I have a similar issue and I hope some of you can help me
I installed Jelly LXC on proxmox
On proxmox Datacenter I configured the connection with the NAS folder
If I go into the proxmox shell I can easily see the contents of that folder, it means that until now everything is fine.
Then I created the Media folder in Jelly in the following directory
/mnt/Media/Movies
I made sure to mount the NAS disk in Jelly with the following code:
Code:
192.168.1.144:/Film /mnt/Media/Movies nfs defaults,timeo=900,retrans=5,auto,_netdev 0 0
but the answer is always
Code:
-bash: 192.168.1.144:/nfs/Film: No such file or directory
I'm sure the folder exists
where am I wrong can you help me?