Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NapoleonWils0n/4056005 to your computer and use it in GitHub Desktop.
Save NapoleonWils0n/4056005 to your computer and use it in GitHub Desktop.
macosx: VirtualBox shared folders on windows xp
Virtual box shared folders on Windows XP
Alternatively, on the Windows command line, use the following:
net use x: \\vboxsvr\sharename
While vboxsvr is a fixed name (note that vboxsrv would also work), replace “x:“ with the drive letter that you want to use for the share, and sharename with the share name specified with VBoxManage.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment