home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 198 / DOS6ALL.ZIP / Q96557 < prev    next >
Text File  |  1993-06-05  |  2KB  |  58 lines

  1.  
  2. ARTICLE-ID:Q96557
  3. TITLE     :MS-DOS: Boot-Sector Viruses on Compressed Drives              
  4.  
  5. --------------------------------------------------------------------
  6. The information in this article applies to:
  7.  
  8.  - Microsoft MS-DOS operating system version 6.0
  9. --------------------------------------------------------------------
  10.  
  11. Summary:
  12.  
  13. Boot-sector viruses are activated when you start your computer from
  14. the infected drive (usually drive C) and alter MS-DOS startup code
  15. located in the boot sector of your hard disk. DoubleSpace drives do
  16. not actually have MS-DOS startup code to corrupt; however, if a virus
  17. is detected on a compressed drive, it is likely that the host drive is
  18. also infected.
  19.  
  20. You can detect and clean viruses from all local drives by using the
  21. following command:
  22.  
  23.    msav /c /l
  24.  
  25. More Information:
  26.  
  27. Removing Viruses from Boot Sectors of Compressed Drives
  28. -------------------------------------------------------
  29.  
  30. In addition to startup code, the boot sector of a hard disk contains
  31. information about the drive layout (including sizes of the drive, root
  32. directory, and file tables). Compressed drives hold this information
  33. in the boot sector; therefore, it is possible that a virus could
  34. corrupt this information.
  35.  
  36. Which Boot Sector Is Executed During Startup?
  37. ---------------------------------------------
  38.  
  39. If drive C is uncompressed, its boot sector is run during system
  40. startup. If drive C is compressed, the boot sector of its host drive
  41. is run.
  42.  
  43. What the Boot Sector Does
  44. -------------------------
  45.  
  46. The MS-DOS 5.0 and 6.0 boot sector startup code does the following:
  47.  
  48.  - Confirms that the system files (IO.SYS and MSDOS.SYS) are the
  49.    first two files in the root directory of the drive.
  50.  
  51.  - Loads and executes the first three sectors of the IO.SYS file.
  52.  
  53. The boot sector is executed by the master boot record (MBR). If you
  54. have more than one partition, the MBR determines which one to run
  55. using the partition table.
  56.  
  57. Additional reference words: 6.00 change
  58.