To install Oracle in a virtual machine Linux:
Step 1: copy the oracle Installation Software to the Linux environment. The specific steps are as follows: in/etc/samba/sam. configure the shared directory in conf. First, you need to create a new folder (you can also use it to give your public folder, so I won't talk about it here) ------ create a directory under which you want to share it. I will give you an example on the Internet.
Simple settings
#================== Global Settings ========================
[Global]
# Browsing/Identification ###
Workgroup = mshome
Server string = samba
Security = share
Wins support = no
; Encrypt passwords = yes
; Guest OK = no
; Guest account = nobody
#================ Share Definitions ========================
[Sda5]
Path =/win/sda5 (path of the shared directory)
; Browseable = yes
Guest OK = yes (you can log on directly without entering the user name and password)
Available = yes
Browsable = yes
Public = yes
Writable = yes
[Share]
Path =/share
; Browseable = yes
Guest OK = yes
Available = yes
Browsable = yes
Public = yes
Writable = yes
Save!
Set permissions for the sda5 folder ==== chmod 777 sda5
Then restart the service: Command (service smb restart)
The most important thing is to turn off the Linux Firewall (maybe this will be insecure)
In Windows cmd, enter: // Virtual Machine ip Address
You can use it!