Hi Tim, That's splendid! In case other people want to reproduce the issue themselves, here is how. In attach is a tar which contains the 2 files (UTF8 and ISO8859) like the ones I used in my first post to demonstrate the problem. Here are the instructions to reproduce the issue:
Create a zfs filesystem with casesensitivity set to mixed and create one without this setting. Unpack the tar outside the pool and try to copy both the files from the tar on to the zfs fileystem. One (UTF8) will work fine, the other will not. # zfs create -o casesensitivity=mixed mypool/mixed # zfs create mypool/normal # cp UTF8-Köln.txt /mypool/mixed/ # cp ISO8859-K?ln.txt /mypool/mixed/ cp: cannot stat `/mypool/mixed/ISO8859-K\366ln.txt': Operation not supported # cp UTF8-Köln.txt /mypool/normal/ # cp ISO8859-K?ln.txt /mypool/normal/ # Kristof/ -- This message posted from opensolaris.org
koeln.tar
Description: Binary data
_______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss