Displaying 1 result from an estimated 1 matches for "usersweb".
Did you mean:
usersec
2007 Apr 24
1
Issue with mounted drive
...!/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
//wimail/group\ information /mnt/users/SHARE_MAD
mount -t cifs -o...