
I had an interesting remote case today. The machine concern had a DVD drive that Windows did not see.
I first tried the solutions found at http://support.microsoft.com/kb/314060:
- The registry entries that needed deleting did not exist
- Nothing change when I reinstalled the driver.
During my exploration, I realise that Windows was accessing the disk. I then found out that the drive letter used for the DVD drive was Z: (no idea why or who changed it to Z:). The problem was that there was a Windows Network share assigned to drive Z: and it trumps the DVD drive Z: - so no DVD.
Using Control Panel, Administrative Tools, Computer Management, Disk Management - I change the drive letter for the DVD drive to D: and solved the problem.
Navigation
Search
Recent blog posts
- Windows 7 64-bit (pro) update problems
- Perl, magic open, and gzip
- Virtual Box Ubuntu Network eth0 becomes eth1
- Missing host CD drive in VirtualBox
- Custom OpenVPN Installer
- Running the kernal upgrades on VServer pair
- Couriersite - A Web Administration Program for the Courier Email Suite
- Compiling 32-bit executables on a 64-bit system
- How to rearrange the order of calendar in Sunbird or Lightning
- Cleaning My Keyboard - A Voyage of Self-Discovery

Comments
Another reason to not use Z: for anything
In a Windows domain situation, Z: is temporarily used if you have a login script. This can cause grief in hardware inventory programs and other scripts.
Dave in MN