[Fixed] Shared Folder missing in Windows 10 guest -> fixed in 127166

Postings relating to old VirtualBox pre-releases
Post Reply
frg
Posts: 88
Joined: 29. Sep 2013, 12:22

[Fixed] Shared Folder missing in Windows 10 guest -> fixed in 127166

Post by frg »

Starting with the latest Betas one of my shared folders is no longer available.

I am seeing errors in the log:
00:02:48.374481 VMMDev: Guest Log: 16:15:26.930810 automount Error: vbsvcAutomounterMountIt: RTStrToUtf16Ex failed on 'VMTransfer': VERR_BUFFER_OVERFLOW

I have 3 folders there. The readonly ones are fine. Just the one named vmtransfer with full access is missing. Also drives are mapped differently. They are now mapped using the last available drive letters. The different mapping is just an observation and ok for me. The problem started with it.
Attachments
VBox.zip
log file
(25.62 KiB) Downloaded 43 times
Last edited by frg on 4. Dec 2018, 22:58, edited 1 time in total.
frg
Posts: 88
Joined: 29. Sep 2013, 12:22

Re: Shared Folder missing in Windows 10 guest

Post by frg »

Not fixed in Beta 3. I am using the latest 5.23 guest additions as a workaround.
mpack
Site Moderator
Posts: 39156
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: Shared Folder missing in Windows 10 guest

Post by mpack »

I see that one of your shares used mixed capitalization: "VMTransfer". I have had that cause problems in the past. I would try "VMTRANSFER" or "Vmtransfer" (the latter is a capitalized name, not mixed case text).

Also, why in heavens name is your Win10 VM using an ancient VirtualBox v3.x layout (i.e. separate machines and harddisks folders)? VirtualBox v3 predates Win10 by something like 8 years!

You should remember to eject the GAs CD after installing the GAs.
frg
Posts: 88
Joined: 29. Sep 2013, 12:22

Re: Shared Folder missing in Windows 10 guest

Post by frg »

> I see that one of your shares used mixed capitalization: "VMTransfer". I have had that cause problems in the past. I would try "VMTRANSFER" or "Vmtransfer" (the latter is a capitalized name, not mixed case text).

I didn't rename the actual dir but already tried using an all small caps share name. Also tried to use a fixed mount point. No go. Imho clearly a guest additions issue.

> Also, why in heavens name is your Win10 VM using an ancient VirtualBox v3.x layout (i.e. separate machines and harddisks folders)?

Because it suits me. Having all machine images in one dir and all data disks on a separate drive. Makes manually backing them up to another PC easier and I have a better overview of the sizes and changed disks images. I occasionally mount them in other machines too.

> You should remember to eject the GAs CD after installing the GAs.

I usually do but sometimes just forget it :)

FRG
socratis
Site Moderator
Posts: 27330
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: Shared Folder missing in Windows 10 guest

Post by socratis »

Host OSX 10.11.6, VirtualBox 6.0.0b3, guest Win10-64, 1607, 14393 (a rather old).
frg wrote:Imho clearly a guest additions issue.
I've never had issues with my shares being CamelCase. I have actually two shares for all my VMs:
  • "/Users/Shared/VirtualBox/ReadWrite" shared as "ReadWrite" and
  • "/Users/Shared/VirtualBox/ReadOnly" shared as "ReadOnly"
The same shares are of course for my Win10 guest, which I tested and passed with flying colors. I didn't have them to auto-mount, so I changed that, and that still worked, no problems.

@frg
Can you remove the share, start the VM, make sure that everything is working, shut down the VM and re-create the share?

I don't particularly like that RTStrToUtf16Ex mention in there. Why would it fail? You're not using non-ASCII characters in there by any chance, are you?
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
frg
Posts: 88
Joined: 29. Sep 2013, 12:22

Re: Shared Folder missing in Windows 10 guest

Post by frg »

Well that is one funny error. Tried it in a Vista x64 too. Any shared folder name with 10 or more chars fails. Maybe someone else can try this too. This is a 8.1 host. Will boot 7 later and check it there.
00:00:04.595711     Host path 'H:\Soft\Microsoft', map name 'Microsoft', read-only, automount=true, automntpnt=, create_symlinks=false, missing=false
00:00:04.595869 SharedFolders host service: Adding host mapping
00:00:04.595880     Host path 'E:\Software', map name 'Software', read-only, automount=true, automntpnt=, create_symlinks=false, missing=false
00:00:04.596007 SharedFolders host service: Adding host mapping
00:00:04.596013     Host path 'F:\Z1234567', map name 'Z1234567', writable, automount=true, automntpnt=, create_symlinks=false, missing=false
00:00:04.596125 SharedFolders host service: Adding host mapping
00:00:04.596131     Host path 'F:\Z12345678', map name 'Z12345678', writable, automount=true, automntpnt=, create_symlinks=false, missing=false
00:00:04.596241 SharedFolders host service: Adding host mapping
00:00:04.596247     Host path 'F:\Z123456789', map name 'Z123456789', writable, automount=true, automntpnt=, create_symlinks=false, missing=false
00:00:04.596353 SharedFolders host service: Adding host mapping
00:00:04.596359     Host path 'F:\Z1234567890', map name 'Z1234567890', writable, automount=true, automntpnt=, create_symlinks=false, missing=false

00:00:41.484710 VMMDev: Guest Log: 12:31:58.717326 automount vbsvcAutomounterMountIt: Successfully mounted 'Microsoft' on 'Z:'
00:00:41.489231 VMMDev: Guest Log: 12:31:58.717326 automount vbsvcAutomounterMountIt: Successfully mounted 'Software' on 'Y:'
00:00:41.493598 VMMDev: Guest Log: 12:31:58.717326 automount vbsvcAutomounterMountIt: Successfully mounted 'Z1234567' on 'X:'
00:00:41.498452 VMMDev: Guest Log: 12:31:58.734486 automount vbsvcAutomounterMountIt: Successfully mounted 'Z12345678' on 'W:'
00:00:41.505734 VMMDev: Guest Log: 12:31:58.734486 automount Error: vbsvcAutomounterMountIt: RTStrToUtf16Ex failed on 'Z123456789': VERR_BUFFER_OVERFLOW
00:00:41.510575 VMMDev: Guest Log: 12:31:58.734486 automount Error: vbsvcAutomounterMountIt: RTStrToUtf16Ex failed on 'Z1234567890': VERR_BUFFER_OVERFLOW
00:00:42.520814 VMMDev: Guest Log: 12:31:59.849893 automount Error: vbsvcAutomounterMountIt: RTStrToUtf16Ex failed on 'Z123456789': VERR_BUFFER_OVERFLOW
00:00:42.537637 VMMDev: Guest Log: 12:31:59.867053 automount Error: vbsvcAutomounterMountIt: RTStrToUtf16Ex failed on 'Z1234567890': VERR_BUFFER_OVERFLOW
Last edited by socratis on 4. Dec 2018, 17:02, edited 1 time in total.
Reason: Enclosed the information in [quote][pre] tags for better readability
bird
Oracle Corporation
Posts: 127
Joined: 10. May 2007, 10:27

Re: Shared Folder missing in Windows 10 guest

Post by bird »

Thanks for the report. Buggy output buffer calculation for a string conversion. Will be fixed in the next build.
- bird
Knut St. Osmundsen
Oracle Corporation
socratis
Site Moderator
Posts: 27330
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: Shared Folder missing in Windows 10 guest

Post by socratis »

Just for completion, I just verified the issue and I tested it with both RW and RO shared folders. The RO/RW doesn't matter, it's the length of the share name that matters.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
frg
Posts: 88
Joined: 29. Sep 2013, 12:22

Re: Shared Folder missing in Windows 10 guest

Post by frg »

Fixed in guest addtion 127166. That was done fast :)

Thanks
FRG
socratis
Site Moderator
Posts: 27330
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: Shared Folder missing in Windows 10 guest -> fixed in 127166

Post by socratis »

That's what a well laid out case with a reproducible scenario will do. ;)
Thanks for marking it as fixed.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Post Reply