Creating Mount Points greys out folders. I tried changing ownership and it still did not work.

Shiroi Kage

Explorer
Joined
Dec 19, 2013
Messages
62
I am trying to set up Plex after moving tons of files and reinstalling FreeNAS. Previously, I would install the plugin, add some mount points to the jail, add library folders, and all was good. This time, the folder to which I added the mount is greyed out.

grey.png

points.png


I tested other folders and this was still the case.

I tried changing the ownership of the in-jail directories using chown to the same value as that shows up next to the Plex and the Plex Media Server directories in the jail (in my case it was 972) and it still did not work.

Below is what the ls -l loos like. The values next to "Plex" and "Plex Media Server" are default. The value next to "media" was changed due to my use of chown.

Code:
root@freenas[/mnt/Z2-0/iocage/jails/plex_server/root]# ls -l
total 295
-rw-r--r--   2 root  wheel   957 Jul  5  2019 .cshrc
-rw-r--r--   2 root  wheel   474 Jul  5  2019 .profile
drwxr-xr-x   2 root  wheel    47 May  4 11:32 bin
drwxr-xr-x  10 root  wheel    60 May  4 11:32 boot
-r--r--r--   1 root  wheel  6181 Jul  5  2019 COPYRIGHT
dr-xr-xr-x  14 root  wheel   512 May  4 12:23 dev
drwxr-xr-x  27 root  wheel   108 May  4 12:23 etc
drwxr-xr-x   4 root  wheel    59 Feb 29 15:39 lib
drwxr-xr-x   3 root  wheel     5 Jul  5  2019 libexec
drwxr-xr-x   3 root  972       3 May  4 11:51 media
drwxr-xr-x   2 root  wheel     2 Jul  5  2019 mnt
drwxr-xr-x   2 root  wheel     2 Jul  5  2019 net
drwxr-xr-x   2 972   972       2 May  4 11:50 Plex
drwxr-xr-x   8 972   972       9 May  4 12:23 Plex Media Server
dr-xr-xr-x   2 root  wheel     2 Jul  5  2019 proc
drwxr-xr-x   2 root  wheel   149 Feb 29 15:39 rescue
drwxr-xr-x   2 root  wheel     7 May  4 11:50 root
drwxr-xr-x   2 root  wheel   138 Feb 29 15:39 sbin
lrwxr-xr-x   1 root  wheel    11 Feb 29 15:36 sys -> usr/src/sys
drwxrwxrwt  11 root  wheel    14 May  4 12:23 tmp
drwxr-xr-x  14 root  wheel    14 May  4 11:40 usr
drwxr-xr-x  24 root  wheel    24 May  4 12:23 var


Below is the directory I was trying to add in the first image

Code:
root@freenas[...0/iocage/jails/plex_server/root/media]# ls -l
total 355
d---------+ 855 root  972  856 Apr 13 00:08 anime


The directory "anime" was created with root privileges through SSH.

I have been trying to fix this for a number of hours now. Not sure why it happened all of a sudden. Any help is appreciated.

I am running FreeNAS-11.3-U1
Not sure where to find what version of Plex server this is, but it is what installs directly from the "Plugins" tab on the GUI.
 

csearle

Contributor
Joined
Jan 18, 2019
Messages
189
I wish the video I found was still around but you may want to see who has ownership in the Plex Media Server from there go into the Directory where your Anime would be and also check ownership and check for chmods, in the Directory where Anime is Plex should be ownership
 
Top