Displaying 1 result from an estimated 1 matches for "w3svc9".
Did you mean:
w3svc
2005 Dec 22
2
SMB problem
Hi,
i''ve a script on domU that''s :
cat < liste_logs_win.txt | while true
do
- mount a win folder via smbmount (//SERVER_NAME/C$)
- copy a file (cp /mntpoint/WINNT/SYSTEM32/LOGFILES/W3SVC9/file.txt
/tmp)
- umount the mount point (smbmount /mountpoint)
done
in liste_logs_win.txt, i''ve near 10 lines like this :
SERVER_NAME|c$|WINNT/SYSTEM32/LOGFILES/W3SVC9|domain.fr
This script block at the smbumount process :(
What''s the solution please ?
Dom0 = sarge 2.6.11....