This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Instructions for setting up IONIC on Ubuntu non-numbered step are needed for use of Virtual Box only! | |
// Revised: 08/22/2014 | |
// Revisor: Brad Newman | |
// To create your mounted folder: | |
sharename="whatever.you.want.to.call.it"; | |
sudo mkdir /mnt/$sharename | |
sudo chmod 777 /mnt/$sharename | |
sudo mount -t vboxsf -o uid=1000,gid=1000 $sharename /mnt/$sharename |