Post

Mount Windows / Samba share in Debian or Ubuntu

apt-get install cifs-utils

sudo mount -t cifs /// / -o username=,domain=,password=

It’s fine to omit the password on the command line for security purposes. It will then prompt for it to be entered and it will remain hidden.

This post is licensed under CC BY 4.0 by the author.