Thomas Nau wrote: > Dear all. > I stumbled over an issue triggered by Samba while accessing ZFS snapshots. > As soon as a Windows client tries to open the .zfs/snapshot folder it > issues the Microsoft equivalent of "ls dir", "dir *". It get's translates > by Samba all the way down into stat64("/pool/.zfs/snapshot"*"). The stat() > call fails with error EILSEQ (Illegal byte sequence). It can easily > reproduced by > mybox# /bin/ls /pool/.zfs/snapshot/\* > *: Illegal byte sequence > > Doing the same on the original ZFS the snapshot was taken from everything > works fine. > > BTW, I'm running snv_93. > > Any hints on that? > Thomas > > ----------------------------------------------------------------- > GPG fingerprint: B1 EE D2 39 2C 82 26 DA A5 4D E0 50 35 75 9E ED > _______________________________________________ > zfs-discuss mailing list > zfs-discuss@opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Interesting. What are the normalization and utf8only property values for the ZFS file system? I.e., what's the output from 'zfs get normalization,utf8only pool/fs' -tim _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss