Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Resolving permission issues when mounting shared folder from a Windows host. #3

Open

Description

The synched_folder parameters may resolve the shared folder issue when running the Vagrant boxes under Windows.

puppet.vm.synced_folder 'etc-puppet', '/etc/puppet',
 owner: 'root',
 group: 'root',
 create: true,
 mount_options: ['dmode=775','fmode=664']

These are faked and can't be modified within the VM, and still won't resolve any issues with linked files.

(I've tried it and it helps, but not resolved, may need a different user or group.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /