8dot3-Name in "Shared Folders"

Discussions about using Windows guests in VirtualBox.
Post Reply
KUM
Posts: 1
Joined: 1. Jul 2016, 11:24

8dot3-Name in "Shared Folders"

Post by KUM »

Why does the command "dir /x" in "Shared Folders" not show the 8dot3-Name. When I use this command for the virtual harddisk c: it works.
The problem is when I use a DOS-Tool, i can't access to files in "Shared Folders" with long filename.
Are there any solutions?
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows, Linux

Re: 8dot3-Name in "Shared Folders"

Post by scottgus1 »

Yep, I try running dir /x on a \\vboxsvr\sharedfolder from Guest Additions Shared Folders and get no 8.3 names. The space is there for them, but they're not printed.

I try the same command on a real shared folder and I do get the 8.3 names

This is probably because Guest Additions Shared Folders are not real shared folders, but a system just for copying files into and out of the guest if one does not or cannot set up a network to the guest. GASF do not have all the capabilities of real shared folders made through a network.

The solution would be to set up a real network and use real shared folders not through the Guest Additions.
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Mostly XP

Re: 8dot3-Name in "Shared Folders"

Post by mpack »

scottgus1 wrote: This is probably because Guest Additions Shared Folders are not real shared folders.
A network share is not a virtual disk, it's just a callable API along the same lines as FTP. The API is filesystem independant, so I would not expect the foibles of each connected PCs filesystem to be reflected in the API.
Post Reply