On Ubuntu or most Linux distributions, this is a command to connect to a Windows share
Make sure samba, smbclient, and smbfs are installed
sudo mount -t cifs //share /mounts/localshare -o username=jsmickey,domain=domainName
This will prompt for a local password and then the domain password
No comments:
Post a Comment