Skip to content

Instantly share code, notes, and snippets.

@jacquesbh
Created August 2, 2013 17:12
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 jacquesbh/6141600 to your computer and use it in GitHub Desktop.
Save jacquesbh/6141600 to your computer and use it in GitHub Desktop.
vagrant nfs errors
vagrant@vagrant-debian-wheezy:~$ sudo mount -v -o vers=3 192.168.42.1:'/Users/jacques/Sites/laurecrea/htdocs/' /var/www/magento/
mount: no type was given - I'll assume nfs because of the colon
mount.nfs: timeout set for Fri Aug 2 13:11:26 2013
mount.nfs: trying text-based options 'vers=3,addr=192.168.42.1'
mount.nfs: prog 100003, trying vers=3, prot=6
mount.nfs: trying 192.168.42.1 prog 100003 vers 3 prot TCP port 2049
mount.nfs: prog 100005, trying vers=3, prot=17
mount.nfs: trying 192.168.42.1 prog 100005 vers 3 prot UDP port 44373
mount.nfs: mount(2): Permission denied
mount.nfs: access denied by server while mounting 192.168.42.1:/Users/jacques/Sites/laurecrea/htdocs/
vagrant@vagrant-debian-wheezy:~$
# VAGRANT-BEGIN: 6c1a4bf2-2809-48cd-a305-3fb7f0191f42
"/Users/jacques/Sites/laurecrea/htdocs" 192.168.42.1 -mapall=501:20
# VAGRANT-END: 6c1a4bf2-2809-48cd-a305-3fb7f0191f42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment