Kristof Van Damme wrote:
> Hi All,
> We have set up a zpool on OpenSolaris 2008.11, but have difficulties copying 
> files with special chars in the name when the name is encoded in ISO8859-15. 
> When the name is in UTF8 we don't have this problem. We get "Operation not 
> supported".
> We want to copy the files with their name in ISO8859-15 encoding and do not 
> want to convert them to UTF8, because we think this will cause it problems 
> further down the road: The filesystem will be used as a network share (CIFS 
> and NFS) for windows and linux clients. The clients may not all properly 
> support UTF8 at the moment. So we'd like to avoid having to convert to UTF8 
> at this moment. 
> 
> How can we copy files with an ISO8859-encoded name?
> 
> To demonstrate the problem:
> # /usr/bin/cp ISO8859-K?ln.url /datapool/appl
> cp: cannot create /datapool/appl/ISO8859-K?ln.url: Operation not supported
> # /usr/bin/cp UTF8-Köln.txt /datapool/appl/
> #
> 
> Kristof/

What is the output from:

        zfs get utf8only datapool/appl

?

thanks,
-tim

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to