the term: 1. VM: Virtual Machine step: 1. Download and install VirtualBox 6.0.8 on Windows 10 (time: 2019/5/30), download address: https://download.virtualbox.org/virtualbox/6.0.8/VirtualBox-6.0.8-130520-Win.exe Or https://www.virtualbox.org/wiki/Downloads to select another version; 2. Start VirtualBox and create a Debian VM. 3. Download the system installation image from the Debian site, right-click the ISO image file, select "Mount", insert it into the virtual CD-ROM drive and prepare to "play". The drive letter of the virtual CD-ROM drive is assumed to be "H" (this is the H drive). Download address: https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-9.9.0-amd64-netinst.iso or https://www.debian.org/distrib/netinst for other versions; Note: If there is no "Mount" option, please install the floppy disk first. 4. Select the VM created in step 2 in the VM list on the left side of the VirtualBox window, click the Settings button (a large gear) on the upper toolbar to open the settings interface, click the "Storage" option on the left, and add a disk to the VM. The disk corresponds to drive H. 5. Click the Run button (a large arrow) on the toolbar above the VirtualBox window to start the VM. It will eventually start and run the Debian installer from the H drive. After the system installation is complete, restart the system to enter Debian; 6. Type root and press Enter, then type the password you set when installing the system and press Enter to log in to the system; Note: When you are typing your password, there will be no corresponding output on the screen. This is normal and the purpose is clear to everyone. 8. Type 9. Follow step 4, delete the disk corresponding to drive H, and add a new disk. The disk corresponds to the VBoxGuestAdditions.iso file in the VirtualBox installation directory (the path on a 64-bit operating system is: C:\Program Files\Oracle\VirtualBox; the path on a 32-bit operating system may be different) 10. Refer to steps 5 and 6 to log in to the system again, type mkdir /mnt/vboxadd and press Enter, type 11. Type 12. Type 13. Follow step 4, find the shared file option, select a folder (such as: c:\shareF) to set as fixed sharing, set the share name (such as: shareF), and leave other options blank. 14. Refer to steps 5 and 6 to restart the system and log in again. Type Done! Create a new text file in the Windows folder c:\shareF and it will be visible in the Debian folder /root/shareFromWin, and vice versa. Summarize The above is what I introduced to you about how to share files between a Debian virtual machine created by VirtualBox and a Windows host. I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: Optimize MySQL with 3 simple tweaks
>>: Detailed explanation of InnoDB storage files in MySQL
1. Install MySQL software Download and install My...
I started using Linux for development and enterta...
Starting from MySQL 8.0.16, you can set a passwor...
Summary This article will introduce the following...
This article example shares the specific code of ...
This article shares the specific code for JavaScr...
This article will introduce a very interesting at...
Table of contents Use of Vue mixin Data access in...
Table of contents forEach() (ES6) method map() (E...
This article mainly introduces how to use the Rea...
After the previous two chapters, do you have a ne...
When the front-end and back-end interact, sometim...
Table of contents Preface text 1. Install styleli...
Preface We often say that node is not a new progr...
Recently I wrote in my blog that in the project l...