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 Queries for Goldengate Replications

  set linesize 200 set pagesize 100 set trimspool on column table_owner format a25 heading 'TABLE_OWNER' column tabl...