home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / archives / 3186 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  2.3 KB

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