Linux – Access a remote Windows shared folder from Linux Mint

linuxlinux-mintshared-folders

I am a Windows intermediate user and I have recently installed Linux Mint 13 Maya 32-bit version on my laptop. Earlier my major activities in my Windows box were:

  • Connecting to internet, wifi, VPN etcetera
  • Doing RDC
  • Accessing shared folders.

I am able to achieve the first 2 things. The last one, I am puzzled as how to access a Windows shared folder from my Linux Mint laptop.

Note: There is no Virtual box here. My laptop has only Linux mint. I am just trying to access a remote windows shared folder.

In windows I used to do this.

Goto run and type the command

 \\<system name>

Here, how can I do that? Any simple way or tools?

Best Answer

Assuming your network is properly configured, you should be able to just click on the server name from your file manager:

enter image description here

In the best case scenario, roperly configured" just means you have run this command:

sudo apt-get install cifs-utils

For more information, see here.

Related Question