@FishMitts
That is a bit strange alright cause pressing white button (context menu) in File Manager on DVD Drive (or any other fixed drive, C, D, E) will not show Remove Source for me, only Add Source.
Can you try using "Add source" > Browse > G: drive or DVD Drive?
Alternatively, you could try a little hacking - use your FTP Client, navigate to
Q:\UserData\ and download for editing the
sources.xml file in that folder (Q: is always a shorcut to the currently running XBMC4Xbox). In there I see a <files> section, where you can copy any existing entr like I see I have a Z: drive and add a G: drive or whatever you need. Normally default sources are not in this file, but who knows what happened in there.
Code: Select all
<files>
<default pathversion="1"></default>
<source>
<name>G Drive</name>
<path pathversion="1">G:\</path>
</source>
<source>
<name>Z Drive</name>
<path pathversion="1">Z:\</path>
</source>
...
</files>
Being an XML file either use an XML Editor (e.g. XML Notepad) or if any text editor and to make sure you haven't broken it and make it unparseable by XBMC4Xbox, save it locally, modify it and then open in any web browser and page through the entire contents to see if it tells you if any nodes are not terminated corretly etc. Then upload back through FTP and overwrite.
Ultimately, you could try to rename or backup & remove sources.xml, restart XBMC4Xbox and see if the drive is not coming back.
Let us know how it goes and whether it helped you resolve the issue! (Y)