Cannot run plexmediasever Jail with montpoints

georgeasho

Cadet
Joined
Apr 16, 2019
Messages
1
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 165, in call_method
result = await self.middleware.call_method(self, message)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1141, in call_method
return await self._call(message['method'], serviceobj, methodobj, params, app=app, io_thread=False)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1078, in _call
return await self._call_worker(serviceobj, name, *args)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1105, in _call_worker
job,
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1036, in run_in_proc
return await self.run_in_executor(self.__procpool, method, *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1021, in run_in_executor
return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))
RuntimeError: mount: /mnt/Ashton-NAS/plexmovies: Operation not supported by device
jail: /sbin/mount -t Media -o Server/PLEXASHTON /mnt/Ashton-NAS/plexmovies /mnt/Ashton-NAS/iocage/jails/plex/root/Plex: failed

How do i solve this problem?
 

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
Fix your mount point. The destination should be an empty directory in your jail.
 

CapitalDrift

Cadet
Joined
May 11, 2019
Messages
4
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 165, in call_method
result = await self.middleware.call_method(self, message)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1141, in call_method
return await self._call(message['method'], serviceobj, methodobj, params, app=app, io_thread=False)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1078, in _call
return await self._call_worker(serviceobj, name, *args)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1105, in _call_worker
job,
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1036, in run_in_proc
return await self.run_in_executor(self.__procpool, method, *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1021, in run_in_executor
return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))
RuntimeError: mount: /mnt/Ashton-NAS/plexmovies: Operation not supported by device
jail: /sbin/mount -t Media -o Server/PLEXASHTON /mnt/Ashton-NAS/plexmovies /mnt/Ashton-NAS/iocage/jails/plex/root/Plex: failed

How do i solve this problem?


Hey did you solve this, I have the same error
 
Top