Script para montar unidades de redes

# drive "Z"
mount -t cifs //192.168.60.201/dump /mnt/-o username=market,password=.market#,dir_mode=0777,file_mode=0777
 
# drive GERAL
mount -t cifs //192.168.60.201/GERAL /mnt/geral -o username=market,password=.market#,dir_mode=0777,file_mode=0777
 
# drive PROGRAMADORES
mount -t cifs //192.168.60.201/PROGRAMADORES /mnt/-o username=market,password=.market#,dir_mode=0777,file_mode=0777