Everything posted by Raikeen
-
Unable to ZFS utf8only=false/off
Ok, I will mark that solved
-
Unable to ZFS utf8only=false/off
Sorry what its AFAIK? Is there no way for the dataset to have special characters in the name to take snapshots? I was seeing that in the next version 6.13 it will have snapshot natively, but I couldn't find a beta to test, do you know if snapshots with special characters will be allowed in this version? Thx Best Regards
-
Unable to ZFS utf8only=false/off
NAME PROPERTY VALUE SOURCE disk3/test type filesystem - disk3/test creation Mon Jun 3 23:13 2024 - disk3/test used 96K - disk3/test available 4.04T - disk3/test referenced 96K - disk3/test compressratio 1.00x - disk3/test mounted yes - disk3/test quota none default disk3/test reservation none default disk3/test recordsize 128K default disk3/test mountpoint /mnt/disk3/test inherited from disk3 disk3/test sharenfs off default disk3/test checksum on default disk3/test compression off inherited from disk3 disk3/test atime off inherited from disk3 disk3/test devices on default disk3/test exec on default disk3/test setuid on default disk3/test readonly off default disk3/test zoned off default disk3/test snapdir hidden default disk3/test aclmode discard default disk3/test aclinherit restricted default disk3/test createtxg 192375 - disk3/test canmount on default disk3/test xattr sa inherited from disk3 disk3/test copies 1 default disk3/test version 5 - disk3/test utf8only off - disk3/test normalization none - disk3/test casesensitivity sensitive - disk3/test vscan off default disk3/test nbmand off default disk3/test sharesmb off default disk3/test refquota none default disk3/test refreservation none default disk3/test guid 7652998764921562179 - disk3/test primarycache all default disk3/test secondarycache all default disk3/test usedbysnapshots 0B - disk3/test usedbydataset 96K - disk3/test usedbychildren 0B - disk3/test usedbyrefreservation 0B - disk3/test logbias latency default disk3/test objsetid 208 - disk3/test dedup off default disk3/test mlslabel none default disk3/test sync standard default disk3/test dnodesize auto inherited from disk3 disk3/test refcompressratio 1.00x - disk3/test written 96K - disk3/test logicalused 42K - disk3/test logicalreferenced 42K - disk3/test volmode default default disk3/test filesystem_limit none default disk3/test snapshot_limit none default disk3/test filesystem_count none default disk3/test snapshot_count none default disk3/test snapdev hidden default disk3/test acltype posix inherited from disk3 disk3/test context none default disk3/test fscontext none default disk3/test defcontext none default disk3/test rootcontext none default disk3/test relatime off default disk3/test redundant_metadata all default disk3/test overlay on default disk3/test encryption off default disk3/test keylocation none default disk3/test keyformat none default disk3/test pbkdf2iters 0 default disk3/test special_small_blocks 0 default The Output, thx for repply
-
Unable to ZFS utf8only=false/off
the dataset converter continues to fail with normalization to none and utf8 off Creating and populating new dataset disk3/test/a/tést... cannot create 'disk3/test/a/tést: invalid character '�' in name cannot create 'disk3/test/a/[Ñ] ': invalid character '[' in name Any solution to this?
-
Unable to ZFS utf8only=false/off
-
Unable to ZFS utf8only=false/off
No, How I do? with this? "zfs create -o normalization=formD pool_name/new_dataset"
-
Unable to ZFS utf8only=false/off
-
Unable to ZFS utf8only=false/off
Hi to all. I'm having problems with ZFS Snapshot 6.12.10 because have directory with non utf8 character, and when I doing the Snapshot create a temporaly files with error that finished in _temp. I see for other publications that the problem its the UTF8 codification in ZFS, that have a property utf8only=on, that need to create another dataset with uft8only=false, but when I created with "zfs create -o utf8only=off pool_name/new_dataset" or similar "zpool create -o utf8only=off pool_name /path/to/disks" "zfs create -o normalization=formD pool_name/new_dataset" and later use "zfs get utf8only pool_name/new_dataset" to see the property it's created with otf8only=on, and the error in snapshot continue. How I can change to utf8only=false/off to avoid problem in Snapshot?