Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.
This repository was archived by the owner on May 7, 2025. It is now read-only.

Quick fix for NFS/Synced Folder issues #7

@acao

Description

@acao

In several environments, I've run into issues around the nfs setup - specifically with an error referring to permissions issues while mounting the directory.

By changing

if not is_windows
    config.vm.synced_folder "www", "/var/www", :nfs => true
  else

to

if not is_windows
    config.vm.synced_folder "www", "/var/www", :nfs => false
  else

You can disable NFS support which, while it may be less performant, can get you around these nfs related issues until a better solution is worked out.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions