VirtualBox IFS - Sharing Folders

From OS2World.Com Wiki
Revision as of 14:11, 5 July 2019 by Martini (talk | contribs)
Jump to navigation Jump to search

This are some notes about sharing a folder from a host computer to a ArcaOS virtual machine guest using Valeriu's Virtual Box modified guest addons.

You can get the latest Valerui's Guest Addons at:

Config.SYS Modifications
rem The main VBox additions driver
device=d:\os2\boot\VBoxGuest.sys
rem The shared folders IFS
ifs=d:\os2\boot\VBoxFS.ifs
run=d:\os2\VBoxService.exe
rem VBox Mouse driver
rem device=d:\os2\boot\mouse.sys
device=d:\os2\boot\VBoxMouse.sys
Video Driver

If you have SNAP:

set gradd_chains=c1
set c1=sddgradd
set greext=sddgrext
set c1=vbxgradd

If you have Panorama:

set gradd_chains=c1
set c1=vbe2grad
set greext=panogrex

If you use VBox video driver:

set gradd_chains=c1
set c1=vbxgradd


Source