Changes between Initial Version and Version 1 of Ticket #11143, comment 6
- Timestamp:
- Nov 19, 2013 8:36:36 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11143, comment 6
initial v1 1 1 I have the same problem in Linux, and it's because when I start the VM as root, the owner of its .vbox file changes to root. My workaround is to do after running VM as root: 2 2 3 sudo chown -R username:username ~/VirtualBox VMs/ 3 sudo chown -R USERNAME:USERNAME "/home/USERNAME/VirtualBox VMs/" 4 5 Probably you have to regrant permissions to the unprivileged user in Windows as well.