Displaying 1 result from an estimated 1 matches for "share_cdr".
Did you mean:
share_add
2007 Apr 24
1
Issue with mounted drive
...ere and eventually times out.
We have a startup script /etc/rc.d/rc.local that unmounts and then
remounts the Windows network shares so when the server starts up it
can 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=apach...