Hi ,all :<br><br><br><br>Today I run the following command to mount the Linux Server Samba share folder<br>on my computer which installed CentOS 5.5 x86_64 .<br><br>root@test ~:  mount.cifs  //IP/share   /mnt<br>root@test ~: mount -o loop /mnt/xxx.iso   /media<br>
<br>xxx.iso: Permission denied <br><br><br>But I see the permission of that file is 755, that means  others can do read and excute.<br><br><br>Then I run "tailf /var/log/message"  command and find the following error message :<br>
<span href="http://linux.chinaunix.net/bbs/tag.php?name=kernel" class="t_tag">kernel</span> :CIFS VFS: server   IP of type Samba 3.0.25a-04.E6 returned unexpected <span href="http://linux.chinaunix.net/bbs/tag.php?name=error" class="t_tag">error</span> on SMB posix open, disabling posix open support. Check if server update available.<br>
<br><br>By the way, the Linux Server which installed CentOS 4.6 64 bit and the samba version is 3.0.25a-04.E6.<br><br><br>So is it the samba version bug? Or Should I update the new samba version ?<br><br><br>Thanks in advance ....<br>