Displaying 1 result from an estimated 1 matches for "winntsev".
Did you mean:
winnts
2004 May 06
0
SMBCLIENT: error on mounting
...2.0-15
root@gprod:~ > ls -l /usr/bin/smbmount
-rwsr-sr-t 1 root root 497224 May 12 2001
/usr/bin/smbmount
root@gprod:~ >
..."
This script runs on crontab each 20 minutes.
It uses the follow line to mount the remoteWinNT shared folder:
"...
/usr/bin/smbmount "//WinNTSever/shared_folder" /mnt/xfer -o
username=user1,password=******,fmask=750,dmask=750,uid=507,gid=104
..."
After mounted, the script lists, copies and moves some files from there
to local folders.
Some times, this script fails to list, copy and move these files... :-(
I could check the r...