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

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!news.claremont.edu!fenris!jwinstea
  3. From: jwinstea@fenris.claremont.edu (Jim Winstead Jr.)
  4. Subject: Re: mount & head problems
  5. Message-ID: <1992Aug24.020241.8876@muddcs.claremont.edu>
  6. Keywords: mount, msdos, root disk
  7. Sender: news@muddcs.claremont.edu (The News System)
  8. Organization: Harvey Mudd College, WIBSTR
  9. References: <675@svcs1.UUCP>
  10. Date: Mon, 24 Aug 1992 02:02:41 GMT
  11. Lines: 30
  12.  
  13. In article <675@svcs1.UUCP> slix@svcs1.UUCP (Bill Miller) writes:
  14. >Hi Linuxers,
  15. >I've noticed two problems so far with the .97 pl1 root disk.
  16.  
  17. Uh, do you mean 0.97, or 0.97.1?  There are no patch levels for the
  18. root disk.
  19.  
  20. >First, the mount -t msdos command doesn't seem to work.  I've tried to
  21. >mount -t /dev/fd1H1440 /mnt as others have suggested (using fd1, or b: 
  22. >drive which is a 1.44 3.5" drive) and I always get "mnt busy" errors.
  23.  
  24. The correct syntax is 'mount -t msdos /dev/fd1 /mnt' - it may not work
  25. with the mount from 0.97, but it _will_ work with the one from the
  26. 0.97.1 root disk.
  27.  
  28. >Second, when I pipe to head I get a "Broken pipe" message.  I tried:
  29. >   ls -al | head -20
  30. >   it displayed the first 20 lines, and then gave the Broken pipe message.
  31.  
  32. This is because head just does an exit after reading whatever it's
  33. told to - thus breaking the pipe (because it doesn't try and read
  34. anymore).  I don't know if that's the proper behavior or not, but
  35. that's how it works.  Any suggestions from the peanut gallery?
  36. -- 
  37.                                     +      Jim Winstead Jr. (CSci '95)
  38.                                     |      Harvey Mudd College, WIBSTR
  39.                                     |   jwinstea@jarthur.Claremont.EDU
  40.                                     + or jwinstea@fenris.Claremont.EDU
  41.