If you want to share files and folders between Windows and Ubuntu operating system that are within the same network, and wondering how to do it?
Solution:
You can make use of SMB Protocol. The Server Message Block protocol is a network file sharing protocol which lets applications on a computer to read as well as write to files. The good thing is that the SMB protocol can be used on top of TCP/IP protocol or other network protocols as well.
Steps:
- Open your File Browser on your Windows System,
- Get your Local Private IP address,
- Now visit: smb://xxx.xxx.xxx.xxx, example smb://192.168.0.123
- The File Browser should now display Authorization prompt, where you should add your Windows credentials,
- Now you should be able to see the list of share Windows files and folders in Network.
More Posts related to Ubuntu,
- Install Oh My Zsh on Ubuntu Docker complete steps
- Installing Home-brew on Ubuntu
- Install Golang (Go) on Ubuntu
- Install specific JRE on Ubuntu using apt
- How to stop/start/restart apache server using command [Ubuntu]
- How to install zsh shell on Ubuntu
- Quick steps to install Nginx on Ubuntu Linux
- How to know current Ubuntu Linux version via terminal command
- Add new user in Ubuntu Linux using Terminal Command
- Fix Ubuntu /bin/sh: 1: zsh: not found error
- How to install Python on Ubuntu
- [Fix] Ubuntu E: Unable to locate package sudo error
- How to stop MongoDB Server running on Ubuntu
- Install postgres Client using apt-get command
- How to kill service running on a port on Ubuntu Linux
- [fix] openssl No such file or directory error C++
- Fix - sudo: systemctl: command not found
- Access Windows share folder in Ubuntu Device in Network
- Add or remove users from sudo group - Ubuntu
- Quickly install Apache Server on Ubuntu Linux
- Fix: Ubuntu (Linux) - bash: sudo: command not found error
More Posts:
- Must Know Homebrew Commands for Mac/Linux Users - MacOS
- [Fix] Steam Friends Network Unreachable Error - HowTos
- Mac - Chrome Open a new window in Incognito mode - Chrome
- How to Sync Microsoft Teams Calendar with Mac Calendar - Microsoft
- Deep Dive: Java Object Class from java.lang Package - Java
- cURL Option to show HTTP Response Status Code - cURL
- How to check zsh installed version using terminal - MacOS
- Tutorial Java SOAP WebServices JAS-WS with Eclipse J2EE IDE and Tomcat Server Part 1 - Java