Max Kipness <max <at> assuredata.com> writes: > However, if from another Fedora 5 server, I mount the share using: > > mount -rw -t cifs -o user=domain\\administrator,pass=password > //FEDORASERVER/SHARENAME /share/FEDORASERVER/SHARENAME/ > > I can list files, but when trying to do a cat on any file, I get: > cat: /share/FEDORASERVER/SHARENAME/test.txt: Permission denied
You might want to try adding "noperm" as a mount option. Read the man page for mount.cifs to see if this is suitable in your situation. Akemi -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
