home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9119 < prev    next >
Encoding:
Text File  |  1992-08-26  |  1.9 KB  |  49 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!natinst.com!scott
  3. From: scott@natinst.com (Scott A. Taylor)
  4. Subject: Re: 0.97 patch 2 problems
  5. Message-ID: <1992Aug26.135702.7979@natinst.com>
  6. Followup-To: comp.os.linux
  7. Summary: be sure to use the correct version of mount
  8. Keywords: mount
  9. Sender: scott@natinst.com
  10. Nntp-Posting-Host: eagle.natinst.com
  11. Organization: National Instruments, Austin, TX
  12. References: <1992Aug24.125204.16144@athena.mit.edu> <714720891snx@prism.demon.co.uk> <1992Aug26.010903.22445@random.ccs.northeastern.edu>
  13. Date: Wed, 26 Aug 1992 13:57:02 GMT
  14. Lines: 33
  15.  
  16. In article <1992Aug26.010903.22445@random.ccs.northeastern.edu> mirons@ccs.northeastern.edu (Michael A. Irons) writes:
  17. >
  18. >    Hi all;
  19. >
  20. >   While were talking about mount, I've been having a problem with it from pl1.
  21. >I can't get it to mount my SCSI partition read only. It accepts the switch, but
  22. >still will let you write to it, and it tries to update accessed inodes, etc.
  23. >
  24. >                        Mike Irons
  25. >
  26.  
  27. Are you using an old version of mount?  The mount() system call got changed
  28. slightly in 0.96c (pl1 or pl2, I'm not sure which); it expects to see a 
  29. "magic number" in the upper two bytes of the options arg.  If it doesn't see
  30. this, mount just ignores the options.  I doubt that older versions of mount
  31. send the options in the correct format; get the latest mount sources from
  32. tsx-11.mit.edu or any other fine ftp site near you.  I am going to post a 
  33. fix to mount.c tomorrow that will fix a non-fatal error when mount tries to
  34. parse the options and there aren't any.
  35.  
  36. >
  37. >-- 
  38. > --
  39. >                                  Mike Irons;
  40. >                       mirons@Dworkin.CCS.Nortehastern.EDU    (School)
  41. >                 mirons%minix1.uucp@MecEng.COE.Northeastern.EDU    (Home)
  42.  
  43.  
  44. -- 
  45. Scott Taylor            |
  46. (512) 795-6837          | "                              " -Marcelle Marceau
  47. scott@natinst.com       |
  48.          ** NI pays me to write their code, not their opinions **
  49.