Comment 0 for bug 1626112

Revision history for this message
Nico (nicom66) wrote : Permission denied in CIFS with kernel 4.4.038

Hello,

I'm experiencing problem accessing a remote CIFS mounted with kernel 4.4.0.38.

The mount succeed but I can't list the content.

ll /home/nico/mnt/carpetes
ls: cannot open directory '/home/nico/mnt/carpetes': Permission denied

The mount command is:
sudo mount -t cifs //windowsdomain.ad/carpetes/documents /home/nico/mnt/carpetes -o user=nico,password=mypassword,domain=windowsdomain.ad,sec=ntlm,file_mode=0777,dir_mode=0777

I can change directory to the mounted CIFS but can't list the content. Even with root user the error message is:

ll /home/nico/mnt/carpetes
ls: reading directory '/home/nico/mnt/carpetes': Object is remote
total 0

Thank you very much for helping.

Best regards,
Nico