Re: [zfs-discuss] casesensitivity mixed and CIFS

2010-04-15 Thread John
Just to clarify, there is only one file on the opensolaris cifs server called myfile.txt. myfile.TXT does not exist really, but the cifs server should be case insensitive and return myfile.txt. I did sniff the traffic and opensolaris return 'file not found' when accessing myfile.TXT. To answer

Re: [zfs-discuss] casesensitivity mixed and CIFS

2010-04-15 Thread Edward Ned Harvey
> From: zfs-discuss-boun...@opensolaris.org [mailto:zfs-discuss- > boun...@opensolaris.org] On Behalf Of John > > Just to add more details, the issue only occurred for the first direct > access to the file. > From a windows client that has never access the file, you can issue: > dir \\filer\arch\m

Re: [zfs-discuss] casesensitivity mixed and CIFS

2010-04-14 Thread Robert Milkowski
On 14/04/2010 16:04, John wrote: Hello, we set our ZFS filesystems to casesensitivity=mixed when we created them. However, CIFS access to these files is still case sensitive. Here is the configuration: # zfs get casesensitivity pool003/arch NAME PROPERTY VALUESOURCE

Re: [zfs-discuss] casesensitivity mixed and CIFS

2010-04-14 Thread John
No the filesystem was created with b103 or earlier. Just to add more details, the issue only occurred for the first direct access to the file. >From a windows client that has never access the file, you can issue: dir \\filer\arch\myfolder\myfile.TXT and you will get file not found, if the file i

Re: [zfs-discuss] casesensitivity mixed and CIFS

2010-04-14 Thread Tonmaus
was b130 also the version that created the data set? -Tonmaus -- This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

[zfs-discuss] casesensitivity mixed and CIFS

2010-04-14 Thread John
Hello, we set our ZFS filesystems to casesensitivity=mixed when we created them. However, CIFS access to these files is still case sensitive. Here is the configuration: # zfs get casesensitivity pool003/arch NAME PROPERTY VALUESOURCE pool003/arch casesensitivity mixe