SYMPTOMS
Consider this drive layout:
---------------------------------
| c: | d: | free space |
---------------------------------
Where d: is where Windows NT is installed, AND it is a "logical drive"
(extended partition).
In this layout, the arcnames could be described:
scsi(0)disk(x)rdisk(0)partition(1) c: drive
scsi(0)disk(x)rdisk(0)partition(2) d: drive
If you go into windisk and create a new drive where the free space is,
your arcnames change to:
--------------------------
| c: | d: | e: |
--------------------------
scsi(0)disk(x)rdisk(0)partition(1) c: drive
scsi(0)disk(x)rdisk(0)partition(3) d: drive
scsi(0)disk(x)rdisk(0)partition(2) e: drive
The d: drive becomes partition(3).
NOTE: If the free space where e: was made is already within the
extended region, this arcname change does not occur.
You can encounter this problem any time you boot from a "logical
partition" then make a new real partition on the same disk.