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

Index rebuild online in Oracle - shell script

  [oracle@rac10p reorg]$ cat index_rebuild_EMP.sh #!/bin/ksh export ORACLE_HOME=/oracle/K12/19 export ORACLE_SID=K12 export PATH=$PATH:/$ORA...