On Fri, 1 Aug 2003 21:23:19 -0400, Roger Turk wrote:

> Bastiaan,

> I don't believe that you can put C: on HD#1, D: on HD#2 and E: on HD#1.

> As soon as you put a second partition on HD#1, it automatically becomes D:,
> and the first partition on HD#2 automatically becomes E:

Nope.... *THIS* how drive letter assignment works.

In this situation:

HDD1 contains 1 primary partition and an extended partition
which then contains 2 logical drives.

HDD2 contains 1 primary partition and 1 extended partition
which then contains 2 logical drives.

primary on HDD1 == C:
primary on HDD2 == D:
1st logical on HDD1 == E:
2nd logical on HDD1 == F:
1st logiacl on HDD2 == G:
2nd logical on HDD2 == H:

The above is my current setup.

--- drv-ltrs.bat ---
gdisk.exe 1 /status > drv-ltrs.txt
gdisk.exe 2 /status >> drv-ltrs.txt
___________________________________

--- the resulting drv-ltrs.txt ---
Disk  Partitions  Cylinders  Heads  Sectors  Mbytes
  1        4          787      64      63    1549.4

Partition  Status   Type     Volume Label   Mbytes   System   Usage
 C:  1        A    PRI DOS    MCCORKLE_01    309.1  FAT16      20%
     2             EXT DOS                  1238.3             80%
 E:  3             LOG DOS    MCCORKLE_03    620.1  FAT16      40%
 F:  4             LOG DOS    MCCORKLE_04    618.2  FAT16      40%

Disk  Partitions  Cylinders  Heads  Sectors  Mbytes
  2        4          621      64      63    1222.6

Partition  Status   Type     Volume Label   Mbytes   System   Usage
 D:  1        A    PRI DOS    MCCORKLE_02    305.1  FAT16      25%
     2             EXT DOS                   915.5             75%
 G:  3             LOG DOS    MCCORKLE_05    468.5  FAT16      38%
 H:  4             LOG DOS    FORMATTEST1    446.9  FAT16      37%
__________________________________

H: is the partition I just formatted to do the time-test


-- 
 Glenn
 http://arachne.cz/
 http://www.delorie.com/listserv/mime/
 http://www.cisnet.com/glennmcc/
 http://www.cisnet.com/glennmcc/aqc/

Reply via email to