Skip to content

Instantly share code, notes, and snippets.

@montogeek
Created March 6, 2014 22:45
Show Gist options
  • Select an option

  • Save montogeek/9401419 to your computer and use it in GitHub Desktop.

Select an option

Save montogeek/9401419 to your computer and use it in GitHub Desktop.
MontoGeek@INFINITE /d/Web/Moodle
$ vagrant ssh
Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.0-23-generic x86_64)
* Documentation: https://help.ubuntu.com/
Welcome to your Vagrant-built virtual machine.
Last login: Fri Sep 14 06:23:18 2012 from 10.0.2.2
vagrant@moodle:~$ sudo mount -t vboxsf -o uid=`id -u vagrant`,gid=`getent group vagrant | cut -d: -f3`,nolock,vers=3,udp,noatime /vagrant /vagrant
unknown mount option `noatime'
valid options:
rw mount read write (default)
ro mount read only
uid =<arg> default file owner user id
gid =<arg> default file owner group id
ttl =<arg> time to live for dentry
iocharset =<arg> i/o charset (default utf8)
convertcp =<arg> convert share name from given charset to utf8
dmode =<arg> mode of all directories
fmode =<arg> mode of all regular files
umask =<arg> umask of directories and regular files
dmask =<arg> umask of directories
fmask =<arg> umask of regular files
vagrant@moodle:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment