home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / msdos / misc / 4783 < prev    next >
Encoding:
Text File  |  1992-08-17  |  3.1 KB  |  80 lines

  1. Newsgroups: comp.os.msdos.misc
  2. Path: sparky!uunet!ftpbox!mothost!schbbs!waccvm.corp.mot.com!P70008
  3. From: P70008@waccvm.corp.mot.com (Bill Nelson)
  4. Subject: Re: WARNING !!!!! MS WINDOWS 3.1 SmartDrive Problem
  5. Organization: Motorola
  6. Date: 17 Aug 1992 13:12:39 MST
  7. Message-ID: <1992Aug17.202907.12273@schbbs.mot.com>
  8. Sender: news@schbbs.mot.com (Net News)
  9. Nntp-Posting-Host: waccvm.corp.mot.com
  10. Lines: 68
  11.  
  12. You can also issue the SMARTDRV.EXE command: SMARTDRV /C which will force
  13. writing.  Place this command in your .BAT file before you reboot.
  14. ------------------------- Original Article -------------------------
  15. Xref: schbbs comp.os.msdos.misc:6358 comp.os.msdos.apps:5485
  16. Newsgroups: socs.misc,comp.os.msdos.misc,comp.os.msdos.apps,mtl.general
  17. Path: schbbs!mothost!ftpbox!uunet!elroy.jpl.nasa.gov!usc!sol.ctr.columbia.edu!ef
  18. From: tennis@cs.mcgill.ca (Pascal PROULX)
  19. Subject: WARNING !!!!! MS WINDOWS 3.1 SmartDrive Problem
  20. Message-ID: <1992Aug13.040731.2286@cs.mcgill.ca>
  21. Sender: news@cs.mcgill.ca (Netnews Administrator)
  22. Organization: SOCS - Mcgill University, Montreal, Canada
  23. Date: Thu, 13 Aug 1992 04:07:31 GMT
  24. Lines: 53
  25.  
  26.  
  27. The following article was taken from the PC WORLD ONLINE via the America
  28. Online BBS and is an important warning for all MS WINDOWS 3.1 users.
  29.  
  30. The following information was passed on to PC WORLD ONLINE by PCW George,
  31. (George Campbell, a PC WORLD Editor).
  32.  
  33. "After considerable testing, I have discovered a major problem with the
  34. version of SmartDrive included with Windows 3.1. The default installation
  35. of SMARTDRV.EXE enables write caching on your hard disks. Most often this
  36. is not a problem but, under certain circumstances, it could crash your hard
  37. disk. A typical situation is described below :
  38.  
  39.  
  40. 1) If you use a program wich handles multiple boot-up configurations by using
  41.    alternative Autoexec.bat and Config.sys files then automatically
  42.    re-booting, SmartDrive won't write the new files to the hard disk before
  43.    the computer reboots. This could cause damage to you FAT table if the disk
  44.    write is only partiallt completed. In most cases, however, the copying job
  45.    will not be done, and the computer will reboot safely.
  46.  
  47. 2) In some Windows programs, not enough time is allowed for SmartDRive to
  48.    write files to disk. In this case, if you shut off your computer for some
  49.    reason, your files will not be saved. In the worst scenario, your FAT tables
  50.    may be damaged.
  51.  
  52. 3) If a power failure occurs during the gap before cached data is written to
  53.    the hard disk, you could damage your FAT tables.
  54.  
  55.  
  56. ******************
  57. SOLUTION :
  58. ******************
  59.  
  60. Disable write-caching in SmartDrive. This is not a documented in the Windows
  61. Manual, but is ducomented in SmartDrive's help screen. To disable
  62. write-caching, modify the line in your AUTOEXEC.BAT file as shown below :
  63.  
  64.  
  65. Original Line (substitute your own drive information)
  66.  
  67. C:\WINDOWS\SMARTDRV.EXE
  68.  
  69. Altered line to disable write-caching : (again, supply your own drive info)
  70.  
  71. C:\WINDOWS\SMARTDRV.EXE C D E (list all hard drives)
  72.  
  73.  
  74. This modification will disable write-caching. You will get a minor slowdown
  75. in Windows, but it won't be too noticeable.
  76.  
  77.  
  78. Tip from George Campbell (PCWGeorge)
  79.  
  80.