﻿id	summary	reporter	owner	description	type	status	component	version	resolution	keywords	cc	guest	host
2583	Shared Folder still in configuration file and checked even if it is not any more used	Andreas		"I used a shared folder '/data/export/local/admin' for a Solaris 10 guest. Then I removed it from the list of shared folders. When I now try to boot the guest I got the following error
[[BR]]

{{{
Shared folder path '/data/export/local/admin' is not absolute.

Result Code: 
NS_ERROR_INVALID_ARG (0x80070057)
Component: 
SharedFolder
Interface: 
ISharedFolder {8b0c5f70-9139-4f97-a421-64d5e9c335d5}
}}}

Meanwhile I had the folder moved to a different partition and added a symbolic link to it. This error is strange because of two reasons. First of all, I would have not expected any dependency of this folder by the guest, since I had removed it from the configuration. Secondly, I would feel that a symbolic link should be OK here as well as long as it points to an existing target, which it does.[[BR]]

When removing the link and creating the directory hierarchy the guest boots well. The ""Shared Folders"" menu does not have an entry for '/data/export/local/admin'. Still the .xml file for the guest has the following entry
[[BR]]


{{{
...
        <SharedFolders>
          <SharedFolder name=""admin"" hostPath=""/data/export/local/admin"" writable=""true""/>
        </SharedFolders>
...
}}}

I suspect that the .xml configuration does not get clean up properly and the checking code does not take into account that the virtual machines does not have this shared folder dependency. Please find the complete .xml file."	defect	closed	shared folders	VirtualBox 2.0.4	obsolete			Solaris	Linux
