Apps are wrong mounted

Copied all my data from one pool to another. Tried to Install the apps on the new pool but I always get the same error:

Application(s) have failed to start: [EFAULT] ‘pool2/ix-apps’ dataset is not mounted on ‘/mnt/.ix-apps’

After some help of the AI I found out, that it is mounted in /mnt/mnt/.ix-apps.

zfs get -H -o value mountpoint pool2/ix-apps —> /mnt/mnt/.ix-apps

Any ideas how can mount it to the right place?

zfs set mountpoint=/mnt/.ix-apps pool2/ix-appsshould work although in TN 25.10 you should be able to move the apps dataset from the UI

1 Like

Just tried it but no change.

Error message:

"Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/middlewared/job.py”, line 515, in run
await self.future
File “/usr/lib/python3/dist-packages/middlewared/job.py”, line 560, in __run_body
rv = await self.method(*args)
^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/api/base/decorator.py”, line 93, in wrapped
result = await func(*args)
^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/plugins/docker/update.py”, line 138, in do_update
await self.middleware.call(‘docker.setup.status_change’)
File “/usr/lib/python3/dist-packages/middlewared/main.py”, line 1005, in call
return await self._call(
^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/main.py”, line 720, in _call
return await methodobj(*prepared_call.args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/plugins/docker/state_setup.py”, line 77, in status_change
await self.middleware.call(‘docker.state.start_service’)
File “/usr/lib/python3/dist-packages/middlewared/main.py”, line 1005, in call
return await self._call(
^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/main.py”, line 720, in _call
return await methodobj(*prepared_call.args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/plugins/docker/state_management.py”, line 54, in start_service
raise CallError(f’{config[“dataset”]!r} dataset is not mounted on {IX_APPS_MOUNT_PATH!r}')
middlewared.service_exception.CallError: [EFAULT] ‘pool2/ix-apps’ dataset is not mounted on ‘/mnt/.ix-apps’

Any ideas? And where should I find the option in the UI?

Edit: Im still at version 25.04

Did you “yolo” it or did you follow a guide like e.g. this

I did just yolo it. Hoped it just works or that I only have to reinstall the apps.

Give us an output of zfs list please.