Virtual Machine Linux shared host Windows Folder
The following uses the "1" folder on the desktop as the shared folder to share with the Linux System in the virtual machine.
Add a folder in Windows host to the Virtual Machine in WMWare
In this case, the corresponding folder 1 exists in the Linux system.
Now you can operate Windows folders in Linux.
The following figure shows the operation result.
Sometimes a soft connection is established to facilitate Linux use or install software. The purpose of the soft connection is like a shortcut in Windows (but the details are different ).
Method:
Create a soft link: the soft link file has a shortcut similar to Windows ln-s source new_source_name # create a soft connection
Delete a soft connection: rm-rf symbolic_name. Note that it is not rm-rf symbolic_name/
Example: ln-s/mnt/hgfs/1/root
In the future, you can ~ Folder 1 on the Windows desktop is used in the directory.
This article permanently updates the link address: