Hello!
I think I accidentally messed up my ix-application folder when migrating it from a pool to another.
I get this error now:
Critical
Failed to configure docker for Applications: 'standard_pool/ix-apps' dataset is not mounted on '/mnt/.ix-apps'
This is what I see:
truenas_admin@truenas[~]$ sudo zfs get mountpoint,canmount,mounted standard_pool/ix-apps
[sudo] password for truenas_admin:
NAME PROPERTY VALUE SOURCE
standard_pool/ix-apps mountpoint /mnt/mnt/.ix-apps local
standard_pool/ix-apps canmount on local
standard_pool/ix-apps mounted no -
The issue seems to be that it got mounted to /mnt/mnt
truenas_admin@truenas[~]$ sudo zfs list
NAME USED AVAIL REFER MOUNTPOINT
boot-pool 3.12G 111G 96K none
boot-pool/ROOT 3.06G 111G 96K none
boot-pool/ROOT/25.04.0 3.06G 111G 174M legacy
boot-pool/ROOT/25.04.0/audit 5.88M 111G 5.88M /audit
boot-pool/ROOT/25.04.0/conf 6.96M 111G 6.96M /conf
boot-pool/ROOT/25.04.0/data 280K 111G 280K /data
boot-pool/ROOT/25.04.0/etc 7.23M 111G 6.19M /etc
boot-pool/ROOT/25.04.0/home 128K 111G 128K /home
boot-pool/ROOT/25.04.0/mnt 245M 111G 245M /mnt
boot-pool/ROOT/25.04.0/opt 96K 111G 96K /opt
boot-pool/ROOT/25.04.0/root 140K 111G 140K /root
boot-pool/ROOT/25.04.0/usr 2.51G 111G 2.51G /usr
boot-pool/ROOT/25.04.0/var 117M 111G 5.10M /var
boot-pool/ROOT/25.04.0/var/ca-certificates 96K 111G 96K /var/local/ca-certificates
boot-pool/ROOT/25.04.0/var/lib 35.1M 111G 31.4M /var/lib
boot-pool/ROOT/25.04.0/var/lib/incus 3.27M 111G 3.27M /var/lib/incus
boot-pool/ROOT/25.04.0/var/log 75.4M 111G 25.3M /var/log
boot-pool/ROOT/25.04.0/var/log/journal 50.1M 111G 50.1M /var/log/journal
boot-pool/grub 8.40M 111G 8.40M legacy
newmedia_2 139G 760G 96K /mnt/newmedia_2
newmedia_2/media 139G 760G 139G /mnt/newmedia_2/media
standard_pool 773G 1.00T 152K /mnt/standard_pool
standard_pool/.system 9.60G 1.00T 1.56G legacy
standard_pool/.system/configs-ae32c386e13840b2bf9c0083275e7941 16.4M 1.00T 15.5M legacy
standard_pool/.system/cores 400K 1024M 120K legacy
standard_pool/.system/netdata-ae32c386e13840b2bf9c0083275e7941 3.34G 1.00T 382M legacy
standard_pool/.system/nfs 612K 1.00T 136K legacy
standard_pool/.system/samba4 1.49M 1.00T 336K legacy
standard_pool/Angelo 197G 1.00T 112G /mnt/standard_pool/Angelo
standard_pool/Backup 351G 1.00T 350G /mnt/standard_pool/Backup
standard_pool/Marie 43.2G 1.00T 43.2G /mnt/standard_pool/Marie
standard_pool/configs 172G 1.00T 148G /mnt/standard_pool/configs
standard_pool/configs/jellyfin 1.29G 1.00T 96K /mnt/standard_pool/configs/jellyfin
standard_pool/configs/jellyfin/cache 190M 1.00T 61.3M /mnt/standard_pool/configs/jellyfin/cache
standard_pool/configs/jellyfin/config 1.10G 1.00T 830M /mnt/standard_pool/configs/jellyfin/config
standard_pool/configs/jellyfin/transcode 824K 1.00T 120K /mnt/standard_pool/configs/jellyfin/transcode
standard_pool/configs/prometheus 3.51M 1.00T 104K /mnt/standard_pool/configs/prometheus
standard_pool/configs/prometheus/config 116K 1.00T 100K /mnt/standard_pool/configs/prometheus/config
standard_pool/configs/prometheus/data 3.30M 1.00T 1.23M /mnt/standard_pool/configs/prometheus/data
standard_pool/ix-apps 488K 1.00T 104K /mnt/mnt/.ix-apps
standard_pool/ix-apps/app_configs 96K 1.00T 96K /mnt/mnt/.ix-apps/app_configs
standard_pool/ix-apps/app_mounts 96K 1.00T 96K /mnt/mnt/.ix-apps/app_mounts
standard_pool/ix-apps/docker 96K 1.00T 96K /mnt/mnt/.ix-apps/docker
standard_pool/ix-apps/truenas_catalog 96K 1.00T 96K /mnt/mnt/.ix-apps/truenas_catalog
standard_pool/services 196K 1.00T 96K /mnt/standard_pool/services
standard_pool/services/web-pages 100K 1.00T 100K /mnt/standard_pool/services/web-pages
truenas_admin@truenas[~]$
I tried to unmount with sudo zfs unmount -f standard_pool/ix-apps
I don’t get any error, but I don’t see any effects.
Would somebody help me fix my mistake, I don’t know what to do ![]()