Virtualbox: Share files between Windows Host and Manjaro Guest

Knight D
Knight D
340 بار بازدید - پارسال - Share files between Windows Host
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.
پارسال در تاریخ 1402/01/14 منتشر شده است.
340 بـار بازدید شده
... بیشتر