ZFSonWindows - 11-64bit Pro - encrypted

Bohnenhans

Captain
Registriert
Okt. 2022
Beiträge
3.100
Vielleicht nutzt das ja wer auch - ich habe das Problem, dass ich zwar verschlüsselte SubVolumes erstellen kann und auch Programme davon ausführen kann - aber nur im Hauptverzeichnis - Unterverzeichnisse werden erstellt aber ich kann nicht reinwechseln - Auf dem Hauptvolume geht alles ganz "normal", das verschlüsselte Subvolume hat eigentlich alles von dem geerbt.

OpenZFS Version 2.2.2 Win 11 Pro 22631 (23H2)


Code:
C:\Windows\System32>zfs get all tank/encrypted
NAME            PROPERTY              VALUE                 SOURCE
tank/encrypted  type                  filesystem            -
tank/encrypted  creation              Mi Feb 28 11:24 2024  -
tank/encrypted  used                  19.1G                 -
tank/encrypted  available             1.67T                 -
tank/encrypted  referenced            19.1G                 -
tank/encrypted  compressratio         1.00x                 -
tank/encrypted  mounted               yes                   -
tank/encrypted  quota                 none                  default
tank/encrypted  reservation           none                  default
tank/encrypted  recordsize            128K                  default
tank/encrypted  mountpoint            /tank/encrypted       default
tank/encrypted  sharenfs              off                   default
tank/encrypted  checksum              on                    default
tank/encrypted  compression           off                   inherited from tank
tank/encrypted  atime                 on                    temporary
tank/encrypted  devices               on                    default
tank/encrypted  exec                  on                    default
tank/encrypted  setuid                on                    default
tank/encrypted  readonly              off                   default
tank/encrypted  zoned                 off                   default
tank/encrypted  snapdir               hidden                default
tank/encrypted  aclmode               discard               default
tank/encrypted  aclinherit            restricted            default
tank/encrypted  createtxg             1755                  -
tank/encrypted  canmount              on                    default
tank/encrypted  xattr                 on                    default
tank/encrypted  copies                1                     default
tank/encrypted  version               5                     -
tank/encrypted  utf8only              off                   -
tank/encrypted  normalization         none                  -
tank/encrypted  casesensitivity       sensitive             -
tank/encrypted  vscan                 off                   default
tank/encrypted  nbmand                off                   default
tank/encrypted  sharesmb              off                   default
tank/encrypted  refquota              none                  default
tank/encrypted  refreservation        none                  default
tank/encrypted  guid                  8175086717299268135   -
tank/encrypted  primarycache          all                   default
tank/encrypted  secondarycache        all                   default
tank/encrypted  usedbysnapshots       0B                    -
tank/encrypted  usedbydataset         19.1G                 -
tank/encrypted  usedbychildren        0B                    -
tank/encrypted  usedbyrefreservation  0B                    -
tank/encrypted  logbias               latency               default
tank/encrypted  objsetid              136                   -
tank/encrypted  dedup                 off                   default
tank/encrypted  mlslabel              none                  default
tank/encrypted  sync                  standard              default
tank/encrypted  dnodesize             legacy                default
tank/encrypted  refcompressratio      1.00x                 -
tank/encrypted  written               19.1G                 -
tank/encrypted  logicalused           19.1G                 -
tank/encrypted  logicalreferenced     19.1G                 -
tank/encrypted  volmode               default               default
tank/encrypted  filesystem_limit      none                  default
tank/encrypted  snapshot_limit        none                  default
tank/encrypted  filesystem_count      none                  default
tank/encrypted  snapshot_count        none                  default
tank/encrypted  snapdev               hidden                default
tank/encrypted  acltype               nfsv4                 default
tank/encrypted  context               none                  default
tank/encrypted  fscontext             none                  default
tank/encrypted  defcontext            none                  default
tank/encrypted  rootcontext           none                  default
tank/encrypted  relatime              on                    default
tank/encrypted  redundant_metadata    all                   default
tank/encrypted  overlay               on                    default
tank/encrypted  encryption            aes-256-gcm           -
tank/encrypted  keylocation           prompt                local
tank/encrypted  keyformat             passphrase            -
tank/encrypted  pbkdf2iters           350000                -
tank/encrypted  encryptionroot        tank/encrypted        -
tank/encrypted  keystatus             available             -
tank/encrypted  special_small_blocks  0                     default
tank/encrypted  prefetch              all                   default
tank/encrypted  com.apple.mimic       off                   default
tank/encrypted  driveletter           -                     default


Hat das evtl damit was zu tun? Dass das verschlüsselte Verzeichnis als "JUNCTION" gelistet wird?

Code:
C:\Windows\System32>dir G:
 Datenträger in Laufwerk G: ist tank
 Volumeseriennummer: 1983-1116

 Verzeichnis von G:\

28.02.2024  15:41    <DIR>          .
28.02.2024  15:41    <DIR>          ..
28.02.2024  09:09    <DIR>          Downloads
28.02.2024  15:41    <JUNCTION>     encrypted [tank/encrypted]
               0 Datei(en),              0 Bytes
               4 Verzeichnis(se), 1.839.243.606.528 Bytes frei
 
Zuletzt bearbeitet:
@Bohnenhans danke für die Inspiration - ich wollte für die Telefonbackups (Dumm vi das Samsung Smartswitch macht) schon immer ein FS mit Deduplizierung (hab da bisher das NAS genommen) - für ReFS konnte ich mich nicht ausreichend begeistern
 
Glaub BtrFS für Windows ist sogar schon etwas weiter im Moment als ZFS - das hat auch glaub Deduplication.

Denke aber wenn man ZFSonWindows in den allgemeinen OpenZFS Part integriert wird das sicher auch ganz schnell interessant.
 
Zurück
Oben