Shared folders are always read only

Discussions related to using VirtualBox on Linux hosts.
Post Reply
howardtopher
Posts: 2
Joined: 31. Aug 2020, 22:59

Shared folders are always read only

Post by howardtopher »

Host: Arch Linux
Guest: Windows 11 Pro
VirtualBox 7.0.10, with Guest Additions

This is a new install of Virtualbox on a new computer. I copied my old virtual machine over from the old computer and had issues with the shared folders being read only. So in testing I made a completely new virtual machine from an Windows ISO install and still have the same issue.

I'm adding a shared folder and not selecting the "read only" checkbox, but when it mounts in Windows, all files and folders are read only. I've put some logs and a screenshot below. Am I doing something wrong? Or is there anything else I can check to see what could possibly be happening here? Is this a known issue? I've not been able to find anything about this searching the forums or the internet as a whole.

Logs from the virtual machine show that it mounts as writable:

Code: Select all

00:09:26.293339 SharedFolders host service: Adding host mapping
00:09:26.293370     Host path '/home/MyUser, map name 'MyUser', writable, automount=true, automntpnt=z, create_symlinks=false, missing=false
00:09:26.321453 GUI: UIMediumEnumerator: Medium-enumeration finished!
00:09:27.292132 VMMDev: Guest Log: 20:44:33.234662 automount vbsvcAutomounterMountIt: Successfully mounted 'MyUser' on 'Z:'
However Windows shows it's all read only:
windows-read-only.png
windows-read-only.png (17.78 KiB) Viewed 1645 times
Post Reply