VirtualBox IFS - Sharing Folders: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Created page with "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 Va..."
 
No edit summary
Line 20: Line 20:
If you have SNAP:
If you have SNAP:
  set gradd_chains=c1
  set gradd_chains=c1
  set c1=sddgradd
  <s>set c1=sddgradd</s>
  set greext=sddgrext
  <s>set greext=sddgrext</s>
set c1=vbxgradd
If you have Panorama:
If you have Panorama:
  set gradd_chains=c1
  set gradd_chains=c1
  set c1=vbe2grad
  <s>set c1=vbe2grad</s>
  set greext=panogrex
  <s>set greext=panogrex</s>
If you use VBox video driver:
If you use VBox video driver:
  set gradd_chains=c1
  set gradd_chains=c1

Revision as of 14:11, 5 July 2019

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