Displaying 1 result from an estimated 1 matches for "share_min".
Did you mean:
share_dir
2007 Apr 24
1
Issue with mounted drive
...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=apache,gid=apache,fmask=777,dmask=777
//auxcr1/group\ files /mnt/user...