Virtualbox: Share files between Windows Host and Manjaro Guest

Virtualbox: Share files between Windows Host and Manjaro Guest

Knight D

55 лет назад

431 Просмотров

Share files between Windows Host and Manjaro Linux Guest. A similar procedure may be used for Arch and Ubuntu with some variations of commands.

Steps:
Set up Shared Folder on the Host.
- Create the folder.
- Mark it auto-mount.
- Leave the "Mount point" option blank.

Make sure your Manjaro system is up to date:
Update Manjaro system.

To install base-devel in Manjaro. This is equivalent to build-essential in Ubuntu.
Install base-devel
Install virtualbox-guest-utils.

To find out the current version of the kernel installed, run in terminal:
uname -r

To install kernel headers for the currently installed kernel, run in the terminal:
sudo pacman - S linux-headers
Select the correct Linux header from the given list.

On the guest OS windows:
- Insert Guest Addition CD Image.

- On the Guest, go to VBox_GAs_7.0.6 (or whatever Guest Addition CD Image is). Open terminal. Run the following command:
sudo ./VBoxLinuxAdditions.run

Add the User to the VBOXSF User group, run in the terminal:
sudo usermod --append --groups vboxsf knight

Reboot to take effect.

Enjoy the shared folder.

Тэги:

#manjaro #linux #virtualbox #file #sharing #ubuntu #arch #how #to #tutorial #learn #guide #easy #read #write #access #two #way
Ссылки и html тэги не поддерживаются


Комментарии: