I have a Windows 10 + VirtualBox Ubuntu set up. I want to create a shared folder so I can edit files in both OSes. Using the virtual box native "share folder" configuration does not allow me to edit host files.
I eventually realized I need to mount with RW, but when I run the mount command, it will error
mount.vboxsf: mounting failed with the error: No such file or directoryWhat I tried:
sudo mount.vboxsf -o remount,rw umask=022,gid=1000,uid=1000,dmode=777,dmask=000 aaa /media/sf_aaaThis command runs fine without the RW option.
Another odd thing is, if I create a file in the share folder from guest OS, and Host OS edits it, guest will no longer to be able to edit the same file again.
What am I doing wrong here?
ps: the user is already in vboxsf group.
2 Reset to default