home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9272 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  1.4 KB

  1. Path: sparky!uunet!ogicse!uwm.edu!linac!uchinews!quads!ace3
  2. From: ace3@quads.uchicago.edu (Tony 'LLama' Acero)
  3. Newsgroups: comp.os.linux
  4. Subject: Problem with find in MSDOS file system
  5. Summary: doesn't recurse all subdirectories
  6. Keywords: DOS FS, linux, find
  7. Message-ID: <1992Aug28.155134.24843@midway.uchicago.edu>
  8. Date: 28 Aug 92 15:51:34 GMT
  9. Article-I.D.: midway.1992Aug28.155134.24843
  10. Sender: news@uchinews.uchicago.edu (News System)
  11. Reply-To: ace3@midway.uchicago.edu
  12. Followup-To: comp.os.linux
  13. Organization: University of Chicago Computing Organizations
  14. Lines: 32
  15.  
  16. I'm using kernel v 0.97.2 and I have recompiled the find program using GCC
  17. v2.2.2d.  I mount my c: and d: drives on /c and /d with the command(s)
  18. mount -t msdos /dev/hda1 /c
  19. mount -t msdos /dev/hda2 /d
  20.  
  21. when I perform a 'find /'
  22.  
  23. find goes through and lists all the files in my linux extended file
  24. systems, but when it gets to the dos files systems I get the following:
  25.  
  26. /d/bc/bgi
  27. /d/bc/bgi/aaa
  28. .
  29. .
  30. .
  31. /d/bc/bgi/zzz
  32. /d/bc/bin
  33. /d/bc/lib       <---- doesn't go into bin and list the files there
  34. ...                   or in any other subdirectories of /d/bc
  35.  
  36.  
  37. In general, when find reaches the 3rd level of subdirectory nesting in a
  38. DOS file system, it will only list the files in the first such
  39. sub-directory.
  40.  
  41. I'd like to help figure out what's going on, but I'm not sure if the
  42. problem is in find, or the fs/msdos stuff.
  43.  
  44. Any help would be greatly appreciated,
  45.  
  46. tony acero
  47. ace3@quads.uchicago.edu
  48.