Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

root mounted shared folders #7

Open
elreydetoda opened this issue Feb 22, 2021 · 0 comments
Open

root mounted shared folders #7

elreydetoda opened this issue Feb 22, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@elreydetoda
Copy link
Owner

for some reason when shared folders get mounted they are mounted as root...which really messes up permissions for subfolders...

$ ls -ld /vagrant 
drwxrwxr-x 1 root root 4096 Feb 22 15:08 /vagrant
$ ls -ld ~vagrant/tools         
drwxr-xr-x 1 root root 4096 Sep 17 02:56 /home/vagrant/tools

need to figure out why it is doing that...and have it mount as the vagrant user instead...

@elreydetoda elreydetoda added the bug Something isn't working label Feb 22, 2021
elreydetoda added a commit that referenced this issue Feb 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant