Home
Posts Tagged "smbfs"
How To Quickly Mount Windows Share From Terminal In Linux Mint / Ubuntu
Jun 2nd, 2012 · 2 Comments
Here’s how to quickly mount Windows share from terminal in Linux Mint / Ubuntu:
1. Issue the following command at the terminal to install smbfs –
sudo apt-get install smbfs
2. After smbfs installation is complete, issue the following command at the terminal to create a local directory for mounting the Windows share to –
mkdir temp
(above command will create a directory called ‘temp’....