Is there a way to mount windows shares in Linux using a domain username and password? I know you can do it by using a passowrd on a machine such as smbmount //mycomputer/share /home/Moonark/myshare -o username=Moonark that is how I would connect to my local machine. Can it be done if my machine is on a domain, and use the domain username and password instead of one on the local machine? There has got to be a way because I hear about people using it in businesses but I have no idea how to set it up.