How to Share Folder Between Windows to Ubuntu – Step by Step Guide
Hello Everyone,
Welcome back to Learnetix. Today we will see how to share folder between Windows and Ubuntu step by step.
In Window Host:-
1. Create a folder “nandan” — Window
2. Right Click on “nandan” — Properties — sharing — Advance Sharing
3. Check option “share this folder” – permission -remove Group or Username “Everyone”.
4. Add User – select your user account from List
5. Check Full Control,Read,Change
6. Applu- Ok – Exit
7. open cmd – ipconfig – copy ipv4 for Wireless lan Adapter incase if you are using WIFI
—————-
In Ubuntu VM :-
1. Open terminal..
2. become root
$sudo su-
3. apt-cache search cifs
4. if cifs utils not present then install
$ sudo apt-get install cifs-utils
5. df -h
6. $sudo mkdir /media/test
7. $sudo mount.cifs-o username= window_username //window_ip_address/window_share_folder_name /media/test
If you are getting any issue , please comment down.
NOTE:- PLEASE DON’T FORGET TO SUBSCRIBE MY CHANNEL. COMMENT DOWN AND SHARE WITH OTHERS.
-~-~~-~~~-~~-~-
Please watch: “Apache Pig Tutorial | 1. Introduction to Apache Pig | Hadoop Pig Tutorial For Beginners”
-~-~~-~~~-~~-~-
ubuntu