In this post I will show you how to access Windows Shared folders from Ubuntu Linux.
1. Install Samba
sudo apt install samba
2. In Nautilus file browser, Click Other Locations from the left panel and then enter the url of the windows share or IP address.
3. Enter user credential if required. In common windows share settings putting WORKGROUP in the domain field will be enough.
4. Once you’ve successfully connected to the Windows Shared folder. It will mount into the Linux filesystem and display a shortcut on both the Nautilus left panel and on your Ubuntu desktop.
Shortcut on Nautilus File Browser
5. Accessing Windows shared folder contents
Conclusion
In Ubuntu Linux, You can access Windows network share easily with almost no configuration necessary. I hope this guide can helps you in using Linux operating system on a daily basis for work.