
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
- Installing OpenVPN on Ubuntu Natty
- apt-get remove old modules errors
- Cloning Drupal Sub-site
- GnuTLS error with FileZilla and vsftpd
- Installing grub on multiple drives
- Finding the fastest Debian repository
- Changing the console resolution in Grub2
- Lightning calendar plugin for x86_64
- Adding a CAPTCHA to a webform in Drupal
- Our High-Availability Setup

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