SOLVED can you mount 2 sources and have the same destination in jail?

Keven

Contributor
Joined
Aug 10, 2016
Messages
114
hi,

i just created my 2nd pool as my first one is full. i have a plex plugin which i mount the share as follow when having only 1 pool:

Code:
Source                                  Destination
/mnt/Vol1/Bibliotheque/Média            /mnt/Vol1/iocage/jails/plexmediaserver/root/media


now i want to add another mount point for the new pool which will have other movie and tv shows

can i have the same destination folder as the other one:

Code:
Source                                  Destination
/mnt/Vol1/Bibliotheque/Média            /mnt/Vol1/iocage/jails/plexmediaserver/root/media
/mnt/tank/Bibliotheque/Média            /mnt/Vol1/iocage/jails/plexmediaserver/root/media


or this will cause problem and i must use another destination for the mount point?
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,702
You can't do it exactly as you propose, but you could do it like this:

Code:
Source                                  Destination
/mnt/Vol1/Bibliotheque/Média            /mnt/Vol1/iocage/jails/plexmediaserver/root/media/1
/mnt/tank/Bibliotheque/Média            /mnt/Vol1/iocage/jails/plexmediaserver/root/media/2


You can then just tell Plex to look in both of those locations for that library.
 

Keven

Contributor
Joined
Aug 10, 2016
Messages
114
You can't do it exactly as you propose, but you could do it like this:

Code:
Source                                  Destination
/mnt/Vol1/Bibliotheque/Média            /mnt/Vol1/iocage/jails/plexmediaserver/root/media/1
/mnt/tank/Bibliotheque/Média            /mnt/Vol1/iocage/jails/plexmediaserver/root/media/2


You can then just tell Plex to look in both of those locations for that library.
thanks good idea
 
Top