mount windows c$ share from Linux

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 :)

Leave a Reply

Your email address will not be published. Required fields are marked *