home *** CD-ROM | disk | FTP | other *** search
/ The Arcade BBS / arcadebbs.zip / arcadebbs / TEXT / DOS6BUG.ZIP / DOS67.MOD < prev    next >
Encoding:
Text File  |  1993-05-21  |  29.6 KB  |  797 lines

  1. dos 6 part 7
  2. Bogie #1 @3081
  3. Thu May 20 15:41:53 1993
  4. 0R: net33: @1021 (via @1) [20:42 05/18/93]
  5. 0R: net33: @1 (via @4) [07:35 05/18/93]
  6. ARTICLE-ID:Q96391
  7. TITLE     :DoubleSpace Estimated & Actual Compression Ratios             
  8.  
  9. --------------------------------------------------------------------
  10. The information in this article applies to:
  11.  
  12.  - Microsoft MS-DOS operating system version 6.0
  13. --------------------------------------------------------------------
  14.  
  15. Summary:
  16.  
  17. This article discusses common questions and issues with DoubleSpace
  18. actual compression ratio (ACR) and estimated compression ratio (ECR).
  19. The following three subjects are covered:
  20.  
  21.  - Actual Compression Ratio
  22.  - Estimated Compression Ratio
  23.  - Viewing and Changing the Compression Ratio
  24.  
  25. More Information:
  26.  
  27. Actual Compression Ratio
  28. ------------------------
  29.  
  30. The actual compression ratio (ACR) represents the compression ratio
  31. for data that already exists on a drive. The ACR varies over time
  32. depending on the type of files you store on you hard disk.
  33.  
  34. The ACR is calculated by dividing the sum of the uncompressed data
  35. size by the physical space consumed after the data is compressed. For
  36. example, if a disk with 100 megabytes (MB) of uncompressed data is
  37. compressed and occupies 50 MB of disk space, the compression ratio is
  38. 2:1. The formula is as follows:
  39.  
  40.    100MB/50MB =2.0
  41.  
  42.    Note: 2.0 is written as 2.0:1 (that is, 2 to 1)
  43.  
  44. Estimated Compression Ratio
  45. ---------------------------
  46.  
  47. The estimated compression ratio is a number that DoubleSpace uses to
  48. calculate the amount of free space on a compressed drive. Changing the
  49. ECR doesn't change the compression algorithm or the ACR. It simply
  50. changes the value that DoubleSpace uses to estimate the free disk
  51. space.
  52.  
  53. You may need to increase the compression ratio if you are trying to
  54. store several new highly compressible files and you are low on disk
  55. space.
  56.  
  57. For more information on ECR:
  58.  
  59.  - Run DoubleSpace, choose Change Ratio from the Drive menu, and then
  60.    press the F1 function key.
  61.  
  62.   -or-
  63.  
  64.  - Type "help dblspace /ratio" (without the quotation marks) at the
  65.    MS-DOS command prompt.
  66.  
  67. Viewing and Changing the Compression Ratio
  68. ------------------------------------------
  69.  
  70. To view the ACR and ECR for a drive, type "dblspace" (without the
  71. quotation marks) at the MS-DOS command prompt, select the drive you
  72. are interested in, and then press the ENTER key.
  73.  
  74. To view the ACR for a file or directory, use the DIR /C or DIR /CH
  75. command. For example, to see the ACR for COMMAND.COM, type the
  76. following at the MS-DOS command prompt:
  77.  
  78.    dir c:\command.com /ch
  79.  
  80. To view the ACR for the DOS directory, type the following at the
  81. MS-DOS command prompt:
  82.  
  83.    dir \dos /ch
  84.  
  85. Note: DIR /C reports the ACR of the compressed data based on an
  86. 8-kilobyte (K) cluster size. DIR /CH reports the ACR based on the
  87. compressed data based on the host drive cluster size. Use this number
  88. when you compare the ACR and ECR.
  89.  
  90. To set the ECR to the ACR value, type "dblspace /ratio" (without the
  91. quotation marks) at the MS-DOS command prompt.
  92.  
  93. To set the ECR to a specific value, type the following at the MS-DOS
  94. command prompt:
  95.  
  96.    dblspace /ratio=n.n
  97.  
  98. where "n.n" is the ECR value.
  99.  
  100. Additional reference words: 6.00
  101. -=-=-=-=-=-
  102. ARTICLE-ID:Q96392
  103. TITLE     :Error in MS-DOS Help Example for the MENUCOLOR Command        
  104.  
  105. --------------------------------------------------------------------
  106. The information in this article applies to:
  107.  
  108.  - Microsoft MS-DOS operating system version 6.0
  109. --------------------------------------------------------------------
  110.  
  111. Summary:
  112.  
  113. If you are using an MS-DOS 6.0 multiple-configuration menu and you set
  114. the MENUCOLOR command in the CONFIG.SYS file to match the example
  115. shown in MS-DOS Help, the menu color does not display.
  116.  
  117. More Information:
  118.  
  119. The example in MS-DOS Help shows a space after the comma, which causes
  120. MS-DOS to stop reading the MENUCOLOR command when the CONFIG.SYS file
  121. is processed. As a result, the menu color is not displayed.
  122.  
  123. To work around this problem remove the space after the comma.
  124.  
  125. Additional reference words: 6.00 multi-config doc err docerr
  126. -=-=-=-=-=-
  127. ARTICLE-ID:Q96440
  128. TITLE     :DoubleSpace Doesn't Mount After Installing RAMDrive           
  129.  
  130. --------------------------------------------------------------------
  131. The information in this article applies to:
  132.  
  133.  - Microsoft MS-DOS operating system version 6.0
  134. --------------------------------------------------------------------
  135.  
  136. Summary:
  137.  
  138. If you use DoubleSpace with a removable hard drive (such as Syquest,
  139. Bernoulli, or Quatam Passport XL) and later install RAMDrive,
  140. DoubleSpace may refuse to mount its compressed drive(s). This problem
  141. only occurs if the RAMDrive DEVICE command in the CONFIG.SYS file
  142. precedes the removable hard drive DEVICE command line. Since RAMDrive
  143. may inadvertently use the drive letter of the removable drive,
  144. DoubleSpace may not find the compressed volume on the expected drive.
  145. The same behavior may occur if you remove RAMDrive after compressing
  146. your removable hard drive. (The drive letters shift and DoubleSpace
  147. does not mount.)
  148.  
  149. If this problem was caused by installing RAMDrive, you can simply move
  150. the RAMDrive DEVICE command past the removable drive's DEVICE command
  151. in the CONFIG.SYS file. The advantage of this workaround is that the
  152. drive letter assignments stay the same.
  153.  
  154. If this problem occurs after removing RAMDrive, run DBLSPACE. From the
  155. Drive menu, choose Mount. DoubleSpace scans all your drives for
  156. compressed volumes and reassigns drive letters appropriately. This
  157. workaround may cause problems for programs configured to specific
  158. drive letters.
  159.  
  160. Additional reference words: 6.00
  161. -=-=-=-=-=-
  162. ARTICLE-ID:Q96447
  163. TITLE     :Manifest Shows EMS Memory with NOEMS Switch                   
  164.  
  165. --------------------------------------------------------------------
  166. The information in this article applies to:
  167.  
  168.  - Microsoft MS-DOS operating system version 6.0
  169. --------------------------------------------------------------------
  170.  
  171. Summary:
  172.  
  173. Quarterdeck's Manifest program indicates that EMS memory exists, even
  174. if EMM386.EXE is loaded with the NOEMS switch. If you add the NOVCPI
  175. switch to the EMM386.EXE line in the CONFIG.SYS file, Manifest no
  176. longer shows any EMS memory.
  177.  
  178. More Information:
  179.  
  180. EMM386.EXE version 4.45, which ships with MS-DOS 6.0 is a Virtual
  181. Control Program Interface (VCPI) provider even when the NOEMS switch
  182. is specified. With VCPI support enabled, EMM386.EXE supplies an upper
  183. memory frame buffer for the VCPI applications to use. When an
  184. application checks for EMS memory, it may see this buffer and believe
  185. it to be an EMS page frame, thus reporting that EMS memory is
  186. available when it is not. When the NOVCPI switch is added, it disables
  187. this upper memory buffer, thus disabling what the application is
  188. seeing as EMS.
  189.  
  190. Maintaining VCPI server functionality with the NOEMS switch specified
  191. is a new feature in MS-DOS 6.0.
  192.  
  193. It should be noted that VCPI support can exist without a page frame.
  194. For example, EMM386 in MS-DOS 5.0 (version 4.44) provided VCPI support
  195. by using the "frame=0" switch. In MS-DOS 6.0 we can now achieve the
  196. same result using both the NOEMS switch and the NOVCPI switch
  197. together.
  198.  
  199. Manifest is manufactured by Quarterdeck Office Systems, a vendor
  200. independent of Microsoft; we make no warranty, implied or otherwise,
  201. regarding this product's performance or reliability.
  202.  
  203. Additional reference words: 6.00
  204. -=-=-=-=-=-
  205. ARTICLE-ID:Q94332
  206. TITLE     :System Restarts When DoubleSpace Commands Are Issued          
  207.  
  208. --------------------------------------------------------------------
  209. The information in this article applies to:
  210.  
  211.  - Microsoft MS-DOS operating system version 6.0
  212. --------------------------------------------------------------------
  213.  
  214. Summary:
  215.  
  216. If DBLSPACE /RATIO or other DoubleSpace commands cause the system to
  217. restart, load DBLSPACE.SYS before your network drivers in the
  218. CONFIG.SYS file.
  219.  
  220. More Information:
  221.  
  222. Setup installs DBLSPACE.SYS before any network drivers, so this
  223. problem should not occur unless you have moved the DBLSPACE.SYS driver
  224. in the CONFIG.SYS file.
  225.  
  226. Additional reference words: 6.0 Autoreboot reboot warmboot coldboot
  227. cold warm boot re-boot re-start
  228. -=-=-=-=-=-
  229. ARTICLE-ID:Q96496
  230. TITLE     :Err Msg: SYS Is Unable to Operate on Target Drive             
  231.  
  232. --------------------------------------------------------------------
  233. The information in this article applies to:
  234.  
  235.  - Microsoft MS-DOS operating system version 6.0
  236. --------------------------------------------------------------------
  237.  
  238. Summary:
  239.  
  240. If you try to run SYS.COM on a drive that has been compressed with the
  241. DoubleSpace, you may receive the following error message:
  242.  
  243.    SYS is unable to operate on target drive
  244.  
  245. To work around this problem, you must manually unmount the compressed
  246. drive before you run the SYS command to make drive C a bootable drive.
  247.  
  248. More Information:
  249.  
  250. This error usually occurs when an attempt is made to run SYS.COM on a
  251. hard disk drive that has been compressed with DoubleSpace and has
  252. failed because of corrupted MS-DOS files. DoubleSpace performs "drive
  253. swapping," giving the physical drive a drive letter other than C
  254. (typically the fifth letter after the system's last block device) and
  255. designating the compressed volume file as drive C. Even if you boot
  256. from a floppy disk, it is possible that DoubleSpace will mount the
  257. compressed drive and perform the drive swap. Because we cannot run
  258. SYS.COM on a DBLSPACE drive, SYS.COM generates the error message.
  259.  
  260. Additional reference words: 6.00
  261. -=-=-=-=-=-
  262. ARTICLE-ID:Q96514
  263. TITLE     :Difference Between the DIR /C and DIR /CH Commands            
  264.  
  265. --------------------------------------------------------------------
  266. The information in this article applies to:
  267.  
  268.  - Microsoft MS-DOS operating system version 6.0
  269. --------------------------------------------------------------------
  270.  
  271. Summary:
  272.  
  273. The DIR command has two switches that you can use to display
  274. compression ratio information, /C and /CH. /C displays the compression
  275. ratio of a file assuming that it resides on a drive using 8-kilobyte
  276. (K) clusters. /CH uses the cluster size of the host partition. In most
  277. cases, there is no difference between the output of these switches
  278. unless your DoubleSpace host partition uses a cluster size other than
  279. 8 kilobytes. For example, if you have a file on a drive using 4K
  280. clusters, the compression ratio displayed generated from DIR /C would
  281. be 1.5; DIR /CH would generate a compression ratio of 2.0.
  282.  
  283. Additional reference words: 6.00
  284. -=-=-=-=-=-
  285. ARTICLE-ID:Q96516
  286. TITLE     :Changes to MSCDEX.EXE for MS-DOS 6.0                          
  287.  
  288. --------------------------------------------------------------------
  289. The information in this article applies to:
  290.  
  291.  - Microsoft MS-DOS operating system version 6.0
  292. --------------------------------------------------------------------
  293.  
  294. Summary:
  295.  
  296. Microsoft CD-ROM Extensions (MSCDEX.EXE) version 2.22 for MS-DOS is
  297. included in MS-DOS 6 Upgrade and MS-DOS 6.0 plus Enhanced Tools.
  298. MSCDEX.EXE version 2.22 includes code to recognize MS-DOS 6.0 and make
  299. it easier to load MSCDEX.EXE into upper memory blocks (UMBs).
  300. (MSCDEX.EXE 2.22 has a smaller initialization size than earlier
  301. versions, making it easier to fit in smaller UMBs.)
  302.  
  303. MSCDEX.EXE is included with MS-DOS 6.0 so that you do not need to
  304. obtain additional software to continue using your CD-ROM drive after
  305. you upgrade to MS-DOS 6.0.
  306.  
  307. Additional reference words: 6.00
  308. -=-=-=-=-=-
  309. ARTICLE-ID:Q96517
  310. TITLE     :Using DoubleSpace to Compress a Bootable HardCard             
  311.  
  312. --------------------------------------------------------------------
  313. The information in this article applies to:
  314.  
  315.  - Microsoft MS-DOS operating system version 6.0
  316. --------------------------------------------------------------------
  317.  
  318. Summary:
  319.  
  320. You should not use DoubleSpace to compress your boot drive if that
  321. drive requires a device driver in the CONFIG.SYS file. Because the
  322. DoubleSpace driver (DBLSPACE.BIN) is loaded with IO.SYS before the
  323. CONFIG.SYS file is processed, Microsoft does not support this
  324. configuration. If you want to use DoubleSpace on such a drive, you
  325. must mount the drive after loading the device drivers in the
  326. CONFIG.SYS file.
  327.  
  328. For example, if drive C is a Plus Hardcard and you compress that
  329. drive, DoubleSpace cannot automatically mount the drive. You can
  330. either mount the drive from the MS-DOS command prompt or from the
  331. AUTEOXEC.BAT file.
  332.  
  333. Note: DoubleSpace does not support compression of removable hard disk
  334. drives that require a device driver to write to the drive. This is
  335. because DoubleSpace must mount the drive before the CONFIG.SYS file is
  336. processed, and the mounting process rewrites the BitFAT structure in
  337. the compressed volume file (CVF).
  338.  
  339. More Information:
  340.  
  341. You can manually mount the DoubleSpace drive from the command line by
  342. using the DBLSPACE /MO command. If you want to mount the compressed
  343. drive from the AUTOEXEC.BAT file, you must copy the CONFIG.SYS and
  344. AUTOEXEC.BAT files to the host drive, copy the device drivers called
  345. from those files, and then add a line to the AUTOEXEC.BAT file to
  346. mount the compressed drive. To do this, follow the procedure outlined
  347. below.
  348.  
  349. Note: This procedure does not work if your drive does not meet the
  350. following conditions:
  351.  
  352.  - It is bootable (that is, accessed by the BIOS during the startup
  353.    process).
  354.  
  355.  - It is a system disk. (If it is not, use the SYS command to transfer
  356.    the MS-DOS system files.)
  357.  
  358. To automatically mount the compressed drive:
  359.  
  360. 1. Compress the boot drive with DoubleSpace. For example, to compress
  361.    drive C, type the following at the MS-DOS command prompt:
  362.  
  363.       DBLSPACE /COMPRESS C:
  364.  
  365. 2. Ensure the following files are in the root directory of the host
  366.    drive (the drive containing the compressed volume file [CVF]):
  367.  
  368.       IO.SYS
  369.       MSDOS.SYS
  370.       COMMAND.COM
  371.       DBLSPACE.BIN
  372.       DBLSPACE.000
  373.  
  374.    To determine which drive is the host drive, type "DBLSPACE /LIST"
  375.    (without the quotation marks) at the MS-DOS command prompt.
  376.  
  377.    Since the files listed above have read-only, hidden, and system
  378.    file attributes set, use the /A parameter to see the files. To do
  379.    this, type DIR /A at the MS-DOS command prompt.
  380.  
  381. 3. Copy the following three files to the root of the host drive:
  382.    DBLSPACE.EXE, CONFIG.SYS, and AUTOEXEC.BAT.
  383.  
  384.    For example, if H is your host drive, you would use the following
  385.    three commands to copy these files:
  386.  
  387.       copy c:\dos\dblspace.exe h:\
  388.       copy c:\config.sys h:\
  389.       copy c:\autoexec.bat h:\
  390.  
  391. 4. Copy any files called from the CONFIG.SYS file to the host drive.
  392.    For example, if the command DEVICE=C:\DOS\HIMEM.SYS is in your
  393.    CONFIG.SYS file, copy HIMEM.SYS to the host drive with the
  394.    following command:
  395.  
  396.       copy c:\dos\himem.sys h:\
  397.  
  398. 5. Edit the CONFIG.SYS file on the host drive to reflect the new
  399.    location of the device drivers. Given the above HIMEM.SYS example,
  400.    change the CONFIG.SYS file on the host drive (H) to read as follows:
  401.  
  402.       device=c:\himem.sys
  403.  
  404. 6. Add the following line to the AUTOEXEC.BAT file on the host drive:
  405.  
  406.       DBLSPACE /MO
  407.  
  408. 7. Any other programs or executable files called from the AUTOEXEC.BAT
  409.    file should be located on the host drive. If they are not, you need
  410.    to edit the AUTEXEC.BAT file to reference the correct drive letter.
  411.    The host and boot drive letters swap when the DBLSPACE /MO line is
  412.    run from the AUTEOXEC.BAT file.
  413.  
  414. Additional reference words: 6.00 double space
  415. -=-=-=-=-=-
  416. ARTICLE-ID:Q96518
  417. TITLE     :Differences Between DOSSHELL.INI in MS-DOS Versions 5 and 6   
  418.  
  419. --------------------------------------------------------------------
  420. The information in this article applies to:
  421.  
  422.  - Microsoft MS-DOS operating system version 6.0
  423. --------------------------------------------------------------------
  424.  
  425. Summary:
  426.  
  427. This article discusses the differences between the DOSSHELL.INI file
  428. in MS-DOS versions 5.0 and 6.0.
  429.  
  430. More Information:
  431.  
  432. The DOSSHELL.INI file in MS-DOS 6.0 does not contain references to the
  433. MS-DOS 5.0 BACKUP and RESTORE commands.
  434.  
  435. Since Setup doesn't update a existing DOSSHELL.INI file, the existing
  436. references to Backup Fixed Disk and Restore Fixed Disk are not
  437. updated. BACKUP.EXE is copied to the OLD_DOS directory so that the
  438. Backup Fixed Disk option no longer works. You can either copy the
  439. MS-DOS 5.0 BACKUP command (BACKUP.COM) to the DOS directory or modify
  440. the Backup Fixed Disk properties to reference the new backup program,
  441. Microsoft Backup (MSBACKUP.EXE).
  442.  
  443. If you don't have an existing DOSSHELL.INI file, Setup creates a new
  444. one with the following default items:
  445.  
  446.    Main Menu
  447.    ---------
  448.  
  449.    Command Prompt
  450.    Editor
  451.    MS-DOS QBasic
  452.  
  453.    Disk Utilities Menu
  454.    -------------------
  455.  
  456.    MS Anti-Virus
  457.    MS Backup
  458.    Quick Format
  459.    Format
  460.    Undelete
  461.  
  462. Setup leaves the RESTORE command (RESTORE.EXE) from MS-DOS 5.0 in the
  463. DOS directory even though it does not appear as an item in MS-DOS 6
  464. Shell. The BACKUP command (BACKUP.EXE) from MS-DOS 5.0 is available on
  465. the supplemental disk or in the OLD_DOS directory as described above.
  466.  
  467. To replace your existing DOSSHELL.INI file, you can expand the
  468. appropriate .IN_ file from the original MS-DOS 6 Upgrade disks. For
  469. example, if you have an EGA or VGA video display card, expand EGA.IN_
  470. from the MS-DOS 6 Upgrade disks (Disk 2 of the 1.2-megabyte (MB) set
  471. or Disk 1 of the 1.44-MB set). For example, if you insert the Setup
  472. disk in drive A, you would type the following command:
  473.  
  474.    expand a:ega.in_ c:\dos\ega.ini
  475.  
  476. If the new utilities made available by the MS-DOS 6.0 DOSSHELL.INI
  477. file are not installed, you must install them using the SETUP command
  478. with the /E parameter.
  479.  
  480. Additional reference words: 6.00
  481. -=-=-=-=-=-
  482. ARTICLE-ID:Q96519
  483. TITLE     :Situations in Which Defragmenter Cannot Run                   
  484.  
  485. --------------------------------------------------------------------
  486. The information in this article applies to:
  487.  
  488.  - Microsoft MS-DOS operating system version 6.0
  489. --------------------------------------------------------------------
  490.  
  491. Summary:
  492.  
  493. Microsoft Defragmenter operates on the MS-DOS logical drive level
  494. only. Third-party partitioning utilities that modify or translate disk
  495. geometry (such as Disk Manager and SpeedStor) operate beneath the
  496. MS-DOS file system and are therefore transparent to Defragmenter.
  497.  
  498. Defragmenter cannot share access to a drive with other tasks;
  499. therefore, you cannot run Defragmenter if Windows or DESQview is
  500. running.
  501.  
  502. More Information:
  503.  
  504. Defragmenter does not work in the following situations:
  505.  
  506.    Situation        Reason
  507.    ----------       ------
  508.  
  509.    Network Drive    Network software usually does not allow full
  510.                     single-tasking access to the entire drive,
  511.                     including the file tables. Often network drives
  512.                     (such as Novell NetWare) use another file system.
  513.  
  514.    CHKDSK Errors    Errors in the drive organization can cause
  515.                     unpredictable results from Defragmenter.
  516.                     Defragmenter identifies most CHKDSK errors while
  517.                     reading the drive organization and then refuses
  518.                     to run until you correct them.
  519.  
  520.    Windows          Defragmenter cannot operate properly in a
  521.                     multitasking or task-switching situation;
  522.                     therefore, it detects Windows in real, standard,
  523.                     and 386 enhanced modes and does not run.
  524.  
  525.    Task Swapper     Defragmenter cannot operate properly in a
  526.                     task-switching situation; therefore, it detects
  527.                     the MS-DOS Shell task swapper and does not run.
  528.  
  529.    Interlnk Drives  Interlnk is not designed to support defragmentation
  530.                     and other low-level utilities. Specifically, it does
  531.                     not implement interrupts 25 and 26.
  532.  
  533.    Fastopen         The Fastopen program tracks which files are located
  534.                     in which clusters on your disk. Defragmenter
  535.                     rearranges data on a cluster level, which confuses
  536.                     Fastopen.
  537.  
  538.    JOIN             JOIN does not allow normal access to a drive.
  539.  
  540.    SUBST            SUBST drives do not have their own file tables or
  541.                     directories to optimize.
  542.  
  543. The products included here are manufactured by vendors independent of
  544. Microsoft; we make no warranty, implied or otherwise, regarding these
  545. products' performance or reliability.
  546.  
  547. Additional reference words: 6.00 3rd party defrag
  548. -=-=-=-=-=-
  549. ARTICLE-ID:Q96520
  550. TITLE     :Windows Hangs at Logo Screen with FTP Network and DoubleSpace 
  551.  
  552. --------------------------------------------------------------------
  553. The information in this article applies to:
  554.  
  555.  - Microsoft MS-DOS operating system version 6.0
  556. --------------------------------------------------------------------
  557.  
  558. Summary:
  559.  
  560. If you are running FTP Software's PC/TCP network software and
  561. Microsoft Windows in 386 enhanced mode, your SYSTEM.INI file may
  562. contain the line DEVICE=C:\PCTCP\VPCTCP.386 in the [386Enh] section.
  563. If it does, Windows may stop responding (hang) at the logo screen
  564. after you have compressed a drive with DoubleSpace.
  565.  
  566. More Information:
  567.  
  568. The system hangs if the line DEVICE=C:\DOS\DBLSPACE.SYS /MOVE is not
  569. present in your CONFIG.SYS file before any of the drivers that load
  570. the network. To correct this problem, add or move the line
  571. C:\DOS\DBLSPACE.SYS /MOVE before the first line that loads the network
  572. software. In most cases, the first line that starts the network is
  573. something similar to C:\PCTCP\PROTMAN.SYS /i:C:\PCTCP.
  574.  
  575. Additional reference words: 2.04 2.1 6.00
  576. -=-=-=-=-=-
  577. ARTICLE-ID:Q96522
  578. TITLE     :Regions Scanned by the EMM386.EXE HIGHSCAN Switch             
  579.  
  580. --------------------------------------------------------------------
  581. The information in this article applies to:
  582.  
  583.  - Microsoft MS-DOS operating system version 6.0
  584. --------------------------------------------------------------------
  585.  
  586. Summary:
  587.  
  588. The HIGHSCAN switch included in EMM386.EXE version 4.45 allows
  589. EMM386.EXE to map expanded memory pages or upper memory blocks (UMBs)
  590. over portions of the upper memory area (UMA) used by system read-only
  591. memory (ROM).
  592.  
  593. Choosing "Yes" in response to the MemMaker prompt "Scan the upper
  594. memory area aggressively?" causes MemMaker to add HIGHSCAN to the
  595. EMM386.EXE device= line.
  596.  
  597. More Information:
  598.  
  599. If you use the HIGHSCAN switch on the DEVICE=C:\DOS\EMM386.EXE line in
  600. the CONFIG.SYS file, EMM386.EXE examines the system ROM area starting
  601. at memory location F000:0000. If EMM386.EXE determines that ROM is
  602. duplicated between F000h-F7FFh and F800h-FFFFh, EMM386.EXE uses the
  603. F000h-F7FFh region for expanded memory page mapping or UMB memory.
  604. (This adds up to 32 kilobytes to the UMA.
  605.  
  606. On Micro Channel (MCA) systems with ROM BASIC (for example, IBM PS/2
  607. systems), the HIGHSCAN switch allows EMM386.EXE to map expanded memory
  608. or UMB memory over the ROM BASIC code in the system ROM. Typically
  609. this is the region from F600 to FDFF.
  610.  
  611. Note: On some systems, EMM386.EXE uses the ROM area and the system
  612. does not operate correctly. The symptoms of this condition vary. For
  613. example, the system may stop responding (hang) or appear to operate
  614. normally until you use a floppy disk drive. Because of these potential
  615. problems, HIGHSCAN is not used by default.
  616.  
  617. Additional reference words: 6.00 parameter
  618. -=-=-=-=-=-
  619. ARTICLE-ID:Q96541
  620. TITLE     :Setup Leaves Windows .INI Files in Root of the Novell Server  
  621.  
  622. --------------------------------------------------------------------
  623. The information in this article applies to:
  624.  
  625.  - Microsoft MS-DOS operating system version 6.0
  626. --------------------------------------------------------------------
  627.  
  628. Summary:
  629.  
  630. If you run MS-DOS 6 Setup when you are logged onto a Novell server,
  631. Setup may leave MS-DOS initialization (.INI) files in the root
  632. directory. This problem occurs when all the following conditions are
  633. exist:
  634.  
  635.  - You are logged on as a supervisor or a user with full access
  636.    privileges to the root of the file server.
  637.  
  638.  - You are using a shared installation of Windows (installed with the
  639.    SETUP /N command).
  640.  
  641.  - Your Windows initialization files are in a user directory that is
  642.    being accessed with a search drive.
  643.  
  644.  - You have installed the Windows-based optional utilities.
  645.  
  646. If these conditions exist, MS-DOS 6 Setup leaves your initialization
  647. files in the root of the Novell file server.
  648.  
  649. The following initialization files are left in the root of the Novell
  650. server:
  651.  
  652.    PROTMAN.INI
  653.    SYSTEM.INI
  654.    WINFILE.INI
  655.  
  656. Setup also leaves the backup (.BAK) files for those files in the root
  657. of the Novell file server.
  658.  
  659. Workaround
  660. ----------
  661.  
  662. Use one of the following techniques to correct this situation:
  663.  
  664.  - If this is the only installation of MS-DOS 6 you plan to perform
  665.    when you are logged in as supervisor, you can simply move these
  666.    six files back to the user directory.
  667.  
  668.  - If you plan to do multiple installations of MS-DOS 6 when you are
  669.    logged in as supervisor, temporarily override the search drive before
  670.    beginning the MS-DOS 6 Setup on each subsequent computer. For example,
  671.    if your Windows initialization files are accessed on Search drive
  672.    W:\USER\JOEB. Before beginning the MS-DOS 6 Setup type these two
  673.    commands at the MS-DOS command prompt:
  674.  
  675.       map del w:
  676.       map w:=sys:user\joeb
  677.  
  678.    When MS-DOS 6 Setup prompts you for the location of Windows directory,
  679.    use W:\USER\JOEB for the path.
  680.  
  681.    Note: If desired, you may substitute the second command above with the
  682.    following:
  683.  
  684.       map root w:=sys:user\joeb
  685.  
  686.    When MS-DOS 6 Setup prompts you for the location of Windows, use W:\
  687.    for the path.
  688.  
  689. More Information:
  690.  
  691. Do not use a search drive to specify the location of your Windows
  692. initialization files. A search drive represents its drive letter as
  693. "<drive>:." instead of "<drive>:\<pathname>." MS-DOS 6 looks at
  694. "<drive>:.", changes to the root of the drive, and then looks for the
  695. current (.) directory. This is why MS-DOS 6 writes the files to the
  696. root of the server.
  697.  
  698. If you are logged on as a user without write access privileges to the
  699. root of the file server (as is generally the case with a user on a
  700. Novell network), the same approach as described in the second
  701. technique applies. If you don't have privileges in the root directory,
  702. the temporary initialization files (.$$$) are written to your user
  703. directory. No changes are been made to your original initialization
  704. files. You can safely delete these .$$$ files. Use the second
  705. technique and then restart the MS-DOS 6 Setup program.
  706.  
  707. The following three .$$$ files may be left in your user directory:
  708.  
  709.    __SYS__.$$$
  710.    __PGI__.$$$
  711.    __WFI__.$$$
  712.  
  713. If Setup detects that it did not need to modify one or more of the
  714. initialization files, you may not have all three of these in your user
  715. directory.
  716.  
  717. Note: This information applies to both the SETUP and SETUP /E
  718. commands. (SETUP /E is used to install the optional components.)
  719.  
  720. Additional reference words: netware net ware 286 386 2.15 2.2 3.10
  721. 3.11 6.00
  722. -=-=-=-=-=-
  723. ARTICLE-ID:Q96552
  724. TITLE     :What Defragmentor Does & How It Works with 3rd-Party Utilities
  725.  
  726. --------------------------------------------------------------------
  727. The information in this article applies to:
  728.  
  729.  - Microsoft MS-DOS operating system version 6.0
  730. --------------------------------------------------------------------
  731.  
  732. Summary:
  733.  
  734. Microsoft Defragmenter reorganizes data on MS-DOS drives so that it
  735. can be retrieved faster.
  736.  
  737. MS-DOS organizes data on the hard disk into a series of clusters
  738. (allocation units) and then tracks which files are using which
  739. clusters through directory structures and the file allocation tables
  740. (FATs). Neither users nor applications need to know exactly where
  741. specific data is located on the hard disk. When an application needs a
  742. file, it simply asks MS-DOS to get it.
  743.  
  744. Over time, pieces of files may be spread all over the hard disk. When
  745. this occurs, retrieving files requires more time. Defragmenter
  746. reorganizes the clusters for faster access. (For example, information
  747. is stored at the front of the disk, and parts of files are regrouped
  748. together). Defragmenter uses interrupt calls 25H and 26H to move the
  749. information stored in one cluster to another, directly updating the
  750. FATs and directory structures.
  751.  
  752. Defragmenter operates at nearly the same level as MS-DOS. However, it
  753. is still uses MS-DOS and is protected from direct interactions with
  754. the following:
  755.  
  756.  - Third-party partitioning utilities that modify or translate disk
  757.    geometry (such as Disk Manager and SpeedStor).
  758.  
  759.  - DoubleSpace and third-party drive compression utilities.
  760.  
  761. Additional reference words: 6.00 3rd-party
  762. -=-=-=-=-=-
  763. ARTICLE-ID:Q94333
  764. TITLE     :SETVER Table Entries Are Not Maintained When Upgrading        
  765.  
  766. --------------------------------------------------------------------
  767. The information in this article applies to:
  768.  
  769.  - Microsoft MS-DOS operating system version 6.0
  770. --------------------------------------------------------------------
  771.  
  772. Summary:
  773.  
  774. If you do not install the MS-DOS 6 Upgrade in the current MS-DOS 5.0
  775. directory, your old SETVER entries are not maintained.
  776.  
  777. More Information:
  778.  
  779. When you install the MS-DOS 6 Upgrade over MS-DOS 5.0, Setup updates
  780. the current version table (maintained in SETVER.EXE). If you install
  781. MS-DOS 6 in a new directory, Setup cannot update the old version table.
  782.  
  783. Workaround
  784. ----------
  785.  
  786. To work around this problem:
  787.  
  788.  - Update the new SETVER.EXE file, adding the entries that your
  789.    software requires.
  790.  
  791.    -or-
  792.  
  793.  - Uninstall MS-DOS 6.0 and reinstall the MS-DOS 6 Upgrade in the
  794.    original MS-DOS directory.
  795.  
  796. Additional reference words: 6.00 5.00 
  797.