1、 Transfer data using shared folders
Some files are stored in the shared folder of win7 system, and then accessed in Linux system. The access path in Linux is / MNT / HGFs / folder name established by ourselves
For example, if the name of the shared folder I created on win7 is sharefolder, my operation is as follows:
[[email protected] shareFolder]# cd /mnt/hgfs/shareFolder/
In this directory, you can see the files on win7, or copy files from Linux to this directory, and you can also see them on win7. /p>
In the above virtual machine, the location of files after file sharing is enabled by using Linux system. I hope to give you a reference and support developpaer more.