home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / business / service.zip / MAINTX60.EXE / SERVICE / DOS5.TXT < prev    next >
Text File  |  1993-04-12  |  3KB  |  78 lines

  1.  
  2.          Additional usage issues for MS-DOS [TM] 5.0 or 6.0 users:
  3.  
  4. The various backup procedures referenced within this program recommend that, 
  5. as  you  rotate  back and forth between backup  masters,  you  reformat  the 
  6. current disk used for backup.  
  7.  
  8. In  versions of DOS prior to MS-DOS [TM] 5.0 or 6.0,  a 'FORMAT A:'  command 
  9. would  reformat  every  byte  on  the  floppy  disk,   thereby  providing  a 
  10. magnetically fresh surface for your current backup master.   MS-DOS [TM] 5.0 
  11. or  6.0,  however,  performs  a 'safe format'.   While overwriting the  root 
  12. directory area and the File Allocation Table (FAT),  MS-DOS [TM] 5.0 or  6.0 
  13. does  not  write over the data area.   The format command in version of  DOS 
  14. prior to MS-DOS [TM] 5.0 or 6.0 will overwrite the root directory area,  the 
  15. FAT, and all of the data areas on the disk.
  16.  
  17. The  intent  of  the 'safe format' is to give you the option  of  using  the 
  18. 'UNFORMAT' command of MS-DOS [TM] 5.0 or 6.0, should you accidentally format 
  19. a disk.  Though laudable in intent, the 'safe format' feature of MS-DOS [TM] 
  20. 5.0 or 6.0 is disastrous when used on backup masters.  The physical media on 
  21. your floppies is an excellent medium for backing up your data files, as long 
  22. as you perform a true format against those floppies.   On average, about 80% 
  23. of  the  read/write problems my customers have is  magnetic,  not  physical.  
  24. Once  reformatted,  the magnetic oxide particles on the backup floppies  are 
  25. realigned and are as good as new.
  26.  
  27. To perform an Unconditional format in MS-DOS [TM] 5.0 or 6.0, you enter this 
  28. command:
  29.                                FORMAT A: /U   
  30.  
  31. To perform a Safe format(the default in MS-DOS [TM] 5.0 or 6.0), you enter:
  32.  
  33.                                  FORMAT A: 
  34.  
  35. For a Quick format, you would enter:
  36.  
  37.                                FORMAT A: /Q   
  38.  
  39. Restated, the Safe Format and the Quick Format options in MS-DOS [TM] 5.0 or 
  40. 6.0 do not perform an actual disk format.   They only mark the disk space as 
  41. available  for file storage.   When used for backup masters for  your  data, 
  42. please use the Unconditional format method.
  43.  
  44.  
  45.  
  46.                   -- SETVER.EXE incompatibility issues --
  47.  
  48. If you observe intermittent errors in running this program or in performing 
  49. updates, please look for this command in your CONFIG.SYS:
  50.  
  51.                           DEVICE=C:\DOS\SETVER.EXE
  52.  
  53. If you can remove it from CONFIG.SYS,  please do so;  if not,  then you  may 
  54. have  to  perform  the following procedure within the subdirectory  of  this 
  55. program to make it run correctly:
  56.          
  57.  
  58.                      DEL *.MEM <======== you enter these commands, 
  59.                                             followed by [ENTER]
  60.                         GO       <========  
  61.  
  62.  
  63.  
  64.             Additional format issues for DR DOS [TM] 6.0 users:
  65.  
  66. The  preceding discussion applies to DR DOS [TM] also.   Though it does  not 
  67. have a Quick option, it too provides 2 levels of format to allow for the use 
  68. of  their UNFORMAT.   To perform an Unconditional format in DR DOS [TM] 6.0, 
  69. you would enter this command:
  70.  
  71.                                FORMAT A: /U   
  72.  
  73.  
  74.  
  75. MS-DOS [TM] is a registered trademark of Microsoft Corporation.
  76. DR DOS [TM] is a registered trademark of Digital Research, Inc.
  77.  
  78.