in /etc/fstab:
//ip.add.re.ss/c$ /mnt/windows_c_share smbfs username=username@ADdomain.com 0 0
When you mount -a
it will ask for password. You could put the password in fstab, but that’s not too secure. (neither is using a c$ share :)
in /etc/fstab:
//ip.add.re.ss/c$ /mnt/windows_c_share smbfs username=username@ADdomain.com 0 0
When you mount -a
it will ask for password. You could put the password in fstab, but that’s not too secure. (neither is using a c$ share :)