search for: samba_cred

Displaying 2 results from an estimated 2 matches for "samba_cred".

2007 Apr 24
1
Issue with mounted drive
...handle the network shares. I will include the script below. #!/bin/sh # Unmount the Windows network shares umount -l /mnt/users/SHARE_CDR/ umount -l /mnt/users/SHARE_MAD/ umount -l /mnt/users/SHARE_MIN/ umount -l /mnt/users/ # Mount the Windows network shares mount -t smbfs -o credentials=/root/.samba_cred,uid=apache,gid=apache,fmask=777,dmask=777 //wimail/usersweb /mnt/users mount -t smbfs -o credentials=/root/.samba_cred,uid=apache,gid=apache,fmask=777,dmask=777 //auxcr1/group\ files /mnt/users/SHARE_CDR mount -t smbfs -o credentials=/root/.samba_cred,uid=apache,gid=apache,fmask=777,dmask=777 //wim...
2003 Oct 21
0
Access denied when copy file via batch script to samba shre
Hello, I want to replicate some files from one linux samba share (share=install) to another one (share=install). When I copy these files manually over the Windows Explorer (drag/drop), I have no problem I can create,overwrite a existing file. When I do it via a dos batch (robocopy) I have the error message "Access denied". I'm authenticated as the same user in both steps. OS:Linus