It doesn't look like the issue is the filenames. I have created a directory
containing files with the same names and am able to see all files from
the XP client.

Looking at the network packet capture provided I can see the following:

TRANS2_FIND_FIRST2 returns 116 files. This includes . and .. which won't
be displayed and thus account for the 114 files that you see.

TRANS2_FIND_NEXT2 fails with a "non specific error code".
Thus you don't get any more files.

I suspect that it is a resume key problem.
I have raised CR 6888836 to track the prob;em.

Since I am not able to reproduce this, I may provide you with a dtrace
script if you would be willing to run it to capture some extra information.

Thanks
Joyce


Alan.M.Wright wrote:+
There's an error (File Not Found) at the end of your Windows listing.

Windows is more restrictive than UNIX when it comes to the characters
that are valid in file names. If there are no non-printing characters in your
file names, perhaps the comma in one of the following names is confusing
the code (comma is one of the characters that triggers name mangling).

Bonus Payout Final - 14th Mar, 08.xls
Data Sent to Kailasam 31st Mar, 08.xls

Try renaming those files to remove the comma. If that resolves the problem,
we'll open a CR.

Alan

----- Original Message ----- From: "Chidambaram" <[email protected]>
To: <[email protected]>
Sent: Monday, October 05, 2009 11:25 PM
Subject: Re: [cifs-discuss] Can not see all files in WinXP client


Hi,

I am facing a similar issue.

OS: OpenSolaris 200906 and upgraded to Build version snv122

CIFS setup : Domain Mode ( Followed the procedure http://wiki.genunix.org/wiki/index.php/Getting_Started_With_the_Solaris_CIFS_Service )

Issue : Not listing all files in a directory of a CIFS share in Windows XP


I have configured a File server using domain mode CIFS on opensolaris. In one of my CIFS share ( sharename = hr ), all files are not listing in a directory ( hr/hrServices ). In total this folder has 252 directories and files. But in Windows XP client machine, it only displays 114 directories and files rest all are not listing but accessible by providing the full path.

I have crea

ted a temporary folder and create 500 files and folders, to check whether the number of files is a limitation and it displays all. Only on a particular folder ( hr/hrServices ) i am facing this issue.

I have cross checked the ZFS permission for listing ( hr/hrServices/BER ) & non-listing folder ( hr/hrServices/HRIS Templates ) both are same. ( Attached screenshot : ZFS-Permission.JPG )

For your reference, i have attached the below files:

Directory listing in Opensolaris file server ( filerz01 ) : DirListInOpensolaris.txt

Directory listing in Windows XP client : DirListInWinXP.txt

Wireshark output on client server communication : filerz01-hr-repo-issue.pcap


Anybody have faced similar issue. Need your help resolve this issue.
--
This message posted from opensolaris.org



--------------------------------------------------------------------------------


_______________________________________________
cifs-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/cifs-discuss


_______________________________________________
cifs-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/cifs-discuss

_______________________________________________
cifs-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/cifs-discuss

Reply via email to