I have a problem with Version 5 when browsing for an image to mount via the Storage tab. When selecting "Choose a virtual CD/DVD disk file" I'm only prompted with one of the hosts drives, non of the other show up. This seems to be random between "C:\" and "D:\". This is also a problem when creating a VM where you have to option to specify the location the virtual drive file will be located.
Any help or suggestions would be great !
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I have a problem with Version 5 when browsing for an image to mount via the Storage tab. When selecting "Choose a virtual CD/DVD disk file" I'm only prompted with one of the hosts drives, non of the other show up. This seems to be random between "C:\" and "D:\". This is also a problem when creating a VM where you have to option to specify the location the virtual drive file will be located.
Any help or suggestions would be great !
Try setting the browserRestrictFolders setting in config.php like so:
$browserRestrictFolders = array('C:\', 'D:\');
...etc..