Page 1 of 1
Media
Posted: Wed Jan 15, 2025 5:52 pm
by Faisbook
I am running the install and stuck as to the directory of my media. I have all my media on a NAS at 192.168.0.150. In Proxmox, I have set up NFS share to the folder where all my media is (192.168.0.150/Multimedia) and this all works fine. I have then created a VM for YAMS am not sure how to point it to the right directory?
Re: Media
Posted: Wed Jan 15, 2025 5:57 pm
by rogs
Hey @Faisbook!
First, you need to make sure your NFS share has the correct permissions in your host OS. Use your /etc/fstab
file for this.
Second, when installing YAMS set your install location to the mountpoint of your NFS share in your host os.
Let's say you mounted the OS in /mnt/media
, then your media directory should be /mnt/media
.
Cheers!
Roger.
Re: Media
Posted: Wed Jan 15, 2025 8:42 pm
by Faisbook
Thank you for your response. I don't know how to use the /etc/fstab! So sorry for this - novice at best!