Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

This is wat happens to me with two different Debian version using smbclient to mount a IBM iSeries shared folder.

First of all I tried to mount IBM AS400 shared folder in to Debian Lenny (kernel 2.6.26) /mnt/as400 folder in this way:

mount -t cifs //ipaddress/HOME/ /mnt/as400/ -o rw,username=user,password=pass

and it was OK. Day by day if tried to do a ls -l I was able tu use that folder. But if I tried to copy a file already present in the shared folder I got error:

"CIFS VFS : No Response for cmd 50"

Now with Debian Squeeze (kernel 3.2.0 backports) I'm able to mount folder with the same command that I used in Lenny and the copy file now is working fine, but if I do ls -l some times I see this strange thing: d????????? ? ? as400 and everything I can try to do with this folder I get Permission Denied.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.