home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / linux / 8854 < prev    next >
Encoding:
Text File  |  1992-08-22  |  2.1 KB  |  53 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!usc!sdd.hp.com!ux1.cso.uiuc.edu!news.cso.uiuc.edu!osiris.cso.uiuc.edu!egray
  3. From: egray@osiris.cso.uiuc.edu (Emmet P. Gray)
  4. Subject: Patch #6 to Mtools v2.0
  5. Message-ID: <BtF4wA.8F7@news.cso.uiuc.edu>
  6. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  7. Organization: US Army Corps of Engineers - Construction Eng Research Lab
  8. Date: Sun, 23 Aug 1992 04:09:45 GMT
  9. Lines: 42
  10.  
  11.  
  12. This is to annouce the posting of patch #6 to the Mtools v2.0
  13. distribution package to comp.sources.bugs.  I understand that the
  14. version of Mtools that most (all?) Linux users have is a "splinter"
  15. version.  So, you might have to struggle with the patch file to 
  16. make it work.
  17.  
  18. This patch will add the following features:
  19.  
  20.     1) Mtools commands now use advisory locks to preclude two
  21.     processes from writing to the same DOS filesystem.  You must
  22.     edit the Makefile to choose one of the 3 lock methods:
  23.         -DLOCKF, -DFLOCK, or -DFCNTL.
  24.     See the Configure file for more details.
  25.  
  26.     2) An error detection routine has been added to determine if the
  27.     FAT encoding scheme in the devices.c file is correct.
  28.  
  29.     3) Mtools commands now return exit codes with the following
  30.     meaning:
  31.         0 = success
  32.         1 = utter failure
  33.         2 = partial sucess/failure.  (at least one successful
  34.             operation, but at least one failure)
  35.  
  36. It also corrects a bug when Mtools is used on machines that have 16 bit
  37. integers.  However, machines with 16 bit integers are limited to FAT
  38. tables that are less than 64k in length.
  39.  
  40. Mtools v2.0.5 was posted to the comp.sources.unix news group the 2nd week
  41. of January 92 as v25i097 thru v25i099.
  42.  
  43. The "always current" version of Mtools and all the patches are available
  44. via anonymous ftp from cerl.cecer.army.mil (129.229.1.101).  I've also
  45. placed the code in the /tmp/mtools directory on ftp.uu.net, but I can't
  46. say how long it will stay there.
  47.  
  48. Emmet P. Gray                US Army, HQ III Corps & Fort Hood
  49. ...!uunet!uiucuxc!fthood!egray        Attn: AFZF-DE-ENV
  50. fthood!egray@uxc.cso.uiuc.edu        Directorate of Engineering & Housing
  51.                     Environmental Management Office
  52.                     Fort Hood, TX 76544-5057
  53.