Friday, March 31, 2017

VirtualBox / Mac permissions error

I am running debian on my virtualbox on my Macbook Pro.

When building my Laravel application - I have set my permissions locally to be 777 on public, storage and bootstrap.

Every time I logout / in I then get another permissions error:

enter image description here

My mount permissions are:

sudo mount -t vboxsf -o auto,exec,rw,uid=1000,gid=33 BASE ./BASE

Can anyone advise what I need to do to fix this? I've tried sticky bit, but no joy.

Thanks



via Paolo Resteghini

Advertisement