home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / info / ntkb / ntkb.exe / Q101 / 7 / 03.TXT next >
Encoding:
Text File  |  1993-11-24  |  2.3 KB  |  64 lines

  1. DOCUMENT:Q101703  23-NOV-1993  [W_NT]
  2. TITLE   :Windows NT Tries to Duplicate MS-DOS Drive Letter Scheme
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system, version 3.1
  12.  - Microsoft Windows NT Advanced Server, version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15. Windows NT attempts to assign drive letters to partitions in the same
  16. manner that MS-DOS does. However, there are cases in which drive
  17. letter assignments are not the same. Consider the following example in
  18. which a system has two hard disks, each of which has two partitions:
  19.  
  20.    Windows NT assigns drive letters as follows:
  21.  
  22.       --------------------
  23.       | C: FAT | E: NTFS |
  24.       --------------------
  25.  
  26.       --------------------
  27.       | D: FAT | F: FAT  |
  28.       --------------------
  29.  
  30.    However, MS-DOS assigns drive letters as follows:
  31.  
  32.       --------------------
  33.       | C: FAT | Unknown |
  34.       --------------------
  35.  
  36.       --------------------
  37.       | D: FAT | E: FAT  |
  38.       --------------------
  39.  
  40. Because MS-DOS does not recognize the NTFS partition, it marks the
  41. partition as "unknown" and does not assign it a drive letter.
  42.  
  43.    NOTE: In Disk Administrator, you can customize the drive letter
  44.    assignments by choosing Drive Letter from the Partition menu.
  45.  
  46. Additional reference words: 3.10
  47. KBCategory:
  48. KBSubcategory: FILSYS
  49.  
  50. =============================================================================
  51.  
  52. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  53. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  54. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  55. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  56. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  57. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  58. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  59. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  60. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  61. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  62. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  63.  
  64. Copyright Microsoft Corporation 1993.