Vagrant error : Failed to mount folders in Linux guest

后端 未结 21 2423
臣服心动
臣服心动 2020-11-27 08:46

I have some issues with Vagrant shared folders, my base system is Ubuntu 13.10 desktop.

I do not understand why I have this error is something that is not right conf

21条回答
  •  無奈伤痛
    2020-11-27 09:41

    Your log complains about not finding exportfs: sudo: /usr/bin/exportfs: command not found

    The exportfs makes local directories available for NFS clients to mount.

提交回复
热议问题