Plex mount points, getting "not distinct paths" error

Phil Demand

Dabbler
Joined
Sep 13, 2013
Messages
29
Hi all-
Working with a plugin for the first time. I'll try to give all the details I can.

After setting the source and destination mount points in the Plex jail, when I start the plugin I receive an error saying the points are not distinct paths. Any help?

11.2-U6
SuperMicro X10SLL-F
i3 4170 @ 3.7 GHz
166gb ECC
 

Attachments

  • error.png
    error.png
    989 KB · Views: 313
  • mountpoints.png
    mountpoints.png
    656.9 KB · Views: 321
  • pools.png
    pools.png
    834.8 KB · Views: 310

Fredda

Guru
Joined
Jul 9, 2019
Messages
608
You're trying you create a recursion. You can't mount a folder into its subfolder.
 

Phil Demand

Dabbler
Joined
Sep 13, 2013
Messages
29
Ok. I'm a novice at all this. Can you point to a resource that may help me solve this?
 

Fredda

Guru
Joined
Jul 9, 2019
Messages
608
There is no way, what you try is not possible.
You can not mount /mnt/pool/foo into /mnt/pool/foo/bar/jail/mnt as it will cause a loop.
Your destination folder has to be outside your source folder.
Mounting /mnt/pool/foo/baz into /mnt/pool/foo/bar/jail/mnt will work.
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
More precisely: don't use /mnt/NASdrive as the source but /mnt/NASdrive/where/your/media/files/reside/and/it/better/be/outside/that/iocage/dataset

HTH,
Patrick
 

Jeff Groh

Cadet
Joined
Jan 25, 2017
Messages
2
Is it possible to have mount points from different sources(two different pools) pointed to the same destination(/mnt/Media/Movies/Movies & /mnt/Media2/Movies/Movies source with destination /mnt/Media2/iocage/jails/PlexServer/root/mnt/Movies)? I add the mount points, but it only sees the last mount point added.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
You could, however mount each of them into a subdirectory at the same level, so you would have /mnt/Media2/iocage/jails/PlexServer/root/mnt/Movies1 and /mnt/Media2/iocage/jails/PlexServer/root/mnt/Movies2, which you could then use your plex library manager to add as 2 paths in the one library... same end result (and I think the one you wanted).
 
Top