User Tools

Site Tools


vitualbox:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
vitualbox:start [2016/12/16 00:40]
dwheele [To link a Windows folder with a Linux directory]
vitualbox:start [2016/12/16 00:58] (current)
dwheele
Line 38: Line 38:
 mount -t vboxsf NAME /mnt/folder mount -t vboxsf NAME /mnt/folder
 </code> </code>
 +
 +According to the Oracle instructions here:
 +
 +  https://forums.virtualbox.org/viewtopic.php?t=15868
 +  
 +I modified ''/etc/rc.local'' to add the mount steps:
 +
 +<code bash>
 +#!/bin/sh -e
 +#
 +# rc.local
 +#
 +# This script is executed at the end of each multiuser runlevel.
 +# Make sure that the script will "exit 0" on success or any other
 +# value on error.
 +#
 +# In order to enable or disable this script just change the execution
 +# bits.
 +#
 +# By default this script does nothing.
 +
 +mount -t vboxsf cantatamusic /var/www/html/cantatamusic
 +mount -t vboxsf Code /home/vagrant/Code
 +exit 0
 +</code>
 +
 +
  
  
vitualbox/start.1481848839.txt.gz · Last modified: 2016/12/16 00:40 by dwheele