Comment 8 for bug 406466

Revision history for this message
Chuck Short (zulcss) wrote : Re: cifs mount on NAS-share with empty directory

Hi,

For those who are having problems can you do the following:

 echo 1 > /proc/fs/cifs/cifsFYI
 dmesg -c
issue command like
 ls -l /<mount point>
and then send dmesg log.

And you can repeat above after unmounting the share with a slight change i.e.
issue a command like
 ls -l /<mount point>/<a_specific_file_name_that_you_know_exists>
and then send dmesg log.

You may also want to issue command
 echo 1 > /proc/fs/cifs/traceSMB
besides the above listed echo command

Regards
chuck