Backstory:
I have a CentOS image on VirtualBox running on my local machine. (I created a group hadoop and user hduser to run Hadoop services on it.) I created a folder on my MacOS called shared. I did the same in the the VirtualBox image (under user hduser).
The directories are successfully mounted in the sense that I can see all files in shared from both machines. I can create and paste new files into shared on my local machine, but I cannot do the same in the virtual machine.
Issue:
There seems to be a write permission error, as I can see all files, but cannot write. Below is me testing to write a file in shared on the virtual machine.
[Error writing shared/test.txt: Permission Denied]
Here's the permissions:
Attempting to write to shared.
I have read up on the issue and tried several things from:


