25.04.2.4 Wo liegen meine Daten, ins besondere ix-apps?

Guten Abend liebe Leser,

mir ist es gelungen meine “alten Daten” zu retten. Hierfür an alle Beteiligten nochmal vielen Dank!
Das System läuft soweit seit 12 Tagen durch und macht auch keine Probleme beim Booten.

Ich habe frigate aufgespielt und habe hierbei einen falschen Ort/pool gewählt. Es ist wohl im boot-pool gelandet?

Meine Frage geht dahin das Verzeichnis nach ZFSVolume (Raid) nach folgender Anleitung zu verschieben.

https://forums.truenas.com/t/howto-copy-the-hidden-ix-apps-dataset-from-one-pool-to-another/24434?page=2

Vielen Dank im Voraus!
Rolf

zfs list | grep ix
ZFSVolume/ix-apps 3.30G 3.27T 124K /mnt/.ix-apps
ZFSVolume/ix-apps/app_configs 1.27M 3.27T 1.27M /mnt/.ix-apps/app_configs
ZFSVolume/ix-apps/app_mounts 1.28M 3.27T 96K /mnt/.ix-apps/app_mounts
ZFSVolume/ix-apps/app_mounts/frigate 1.19M 3.27T 104K /mnt/.ix-apps/app_mounts/frigate
ZFSVolume/ix-apps/app_mounts/frigate/cache 244K 3.27T 180K /mnt/.ix-apps/app_mounts/frigate/cache
ZFSVolume/ix-apps/app_mounts/frigate/config 560K 3.27T 440K /mnt/.ix-apps/app_mounts/frigate/config
ZFSVolume/ix-apps/app_mounts/frigate/media 308K 3.27T 164K /mnt/.ix-apps/app_mounts/frigate/media
ZFSVolume/ix-apps/docker 2.95G 3.27T 2.95G /mnt/.ix-apps/docker
ZFSVolume/ix-apps/truenas_catalog 356M 3.27T 356M /mnt/.ix-apps/truenas_catalog

sudo zpool status
[sudo] password for truenas_admin:
pool: Backup
state: ONLINE
status: Some supported and requested features are not enabled on the pool.
The pool can still be used, but some features are unavailable.
action: Enable all features using ‘zpool upgrade’. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(7) for details.
scan: scrub repaired 0B in 01:29:41 with 0 errors on Sun Sep 14 01:29:41 2025
config:

    NAME                                    STATE     READ WRITE CKSUM
    Backup                                  ONLINE       0     0     0
      4f1be623-5dbc-11ec-b51d-38eaa7a49f64  ONLINE       0     0     0

errors: No known data errors

pool: ZFSVolume
state: ONLINE
status: Some supported and requested features are not enabled on the pool.
The pool can still be used, but some features are unavailable.
action: Enable all features using ‘zpool upgrade’. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(7) for details.
scan: scrub repaired 0B in 00:23:15 with 0 errors on Sun Sep 14 00:23:16 2025
config:

    NAME                                      STATE     READ WRITE CKSUM
    ZFSVolume                                 ONLINE       0     0     0
      mirror-0                                ONLINE       0     0     0
        ee46faa0-a4fd-11e6-b27e-38eaa7a49f64  ONLINE       0     0     0
        366256e6-98e4-11e3-8f3f-38eaa7a49f64  ONLINE       0     0     0
      mirror-1                                ONLINE       0     0     0
        372bae17-98e4-11e3-8f3f-38eaa7a49f64  ONLINE       0     0     0
        1597cd55-971f-11ed-80fc-38eaa7a49f64  ONLINE       0     0     0

errors: No known data errors

pool: boot-pool
state: ONLINE
scan: scrub repaired 0B in 00:55:17 with 0 errors on Thu Oct 2 04:40:22 2025
config:

    NAME        STATE     READ WRITE CKSUM
    boot-pool   ONLINE       0     0     0
      sdf3      ONLINE       0     0     0

errors: No known data errors

Als du das apps system von truenas aktiviert hast musstest du einen pool auswählen. Auf diesem pool wurde dann ein verstecktes verzeichnis namens .ix-apps angelegt. Dort werden alle app daten gespeichert, außer du hast beim erstellen der apps einen hostpath für die config angelegt und nicht das standardmäßige iXVolume verwendet.
Die Daten können nicht auf dem boot pool gelandet sein.