Disclaimer

Saturday, 24 October 2020

How to mount Share folder from Windows OS to Linux OS on VMWare?

 

How to mount Share folder from Windows to Linux on VMWare?


1)   1) Oracle_Soft_All Windows OS folder will be mounted in Linux OS machine (VMware)




1) 2) Go to VMware machine and Click on “Edit virtual machine settings”


1)   3) Click on “Options”


4) Select “Always enabled” tab and give your windows machine path folder and click on “OK”





1)   5)Start your Linux machine and login as “root” user

.


6)   Run the below commands  

[root@rac6 ~]# mkdir -p /mnt/hgfs/Oracle_Soft_All

[root@rac6 ~]# cd /mnt/hgfs/Oracle_Soft_All

[root@rac6 ~]# vmhgfs-fuse .host:Oracle_Soft_All /mnt/hgfs/Oracle_Soft_All





All the files like *.zip can be seen in Linux OS.





No comments:

Post a Comment

SQL Explain Plan in Oracle

  The SQL Explain Plan has been confusing for many Oracle DBAs. I would like to explain it in a simple way as follows. Whenever we write an ...