

I'm attempting to setup a shared folder between the guest and the host and I seem to be running into a "protocol error". I know there's a meme in there somewhere (Yo Dawg.).

For example, to share /tmpĪuto-mounted folders will be available at /media/sf_, where where is the name you used in the Shared Folder dialog immediately above (in this example, would be tmp).Arch Linux Host running VirtualBox with an Arch Linux Guest. We recommend ticking “Auto-mount” to have it mounted automatically when your VM boots. Select a folder from the host machine to add. (optional) Set up a shared folderįrom the VirtualBox home screen, click Settings or type Ctrl-S, select “Shared Folders” in the column on the left, then click the “Add” button in the top-right corner. When your VM is running, you should be able to connect as follows: ssh -p 2222 Windows users needing an SSH client, we recommend Putty. The VM image is set up so that VirtualBox will forward TCP connections to localhost:2222 on the Host machine to port 22 (ssh) on the VM. To start a GUI now: sudo systemctl start lightdm Connect to your VM However, if you’d prefer your VM to boot directly to a graphical interface in the future, after logging in run the following command: sudo apt-get install -reinstall lightdm We recommend that you interact with your VM primarily using ssh and shared folders. However, you will be forced to change the password on first login. Your username is cs144, and the default password is also cs144.

Success! Back at the home screen, select your newly imported VM and hit the Start icon.
