home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 7043 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  2.5 KB

  1. Path: sparky!uunet!mcsun!corton!jussieu!card
  2. From: card@masi.ibp.fr (Remy CARD)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Problems with extfs
  5. Keywords: problems, extfs
  6. Message-ID: <1992Jul30.165653.8411@jussieu.fr>
  7. Date: 30 Jul 92 16:56:53 GMT
  8. References: <Bs5tqK.BMr@ux1.cso.uiuc.edu>
  9. Sender: news@jussieu.fr (Le Facteur)
  10. Organization: Laboratoire MASI - Universite Pierre et Marie Curie - Paris - France
  11. Lines: 50
  12. Nntp-Posting-Host: ares.ibp.fr
  13.  
  14. In article <Bs5tqK.BMr@ux1.cso.uiuc.edu> Upholder@uiuc.edu (THE Upholder of Truth) writes:
  15. >I decided to start from scratch on my new 486/50 and use the extended
  16. >filesystem instead of the Minix filesystem...
  17. >
  18. >so after makeing sure I had backed up everything, I repartitioned
  19. >the harddrive and executed the mkefs binaries that I pulled from
  20. >the france FTP site.  My partitions are as such:
  21. >
  22. >    /dev/hda1 70M dos
  23. >    /dev/hda2 8M /  (was originally going to be swap until I remembered
  24. >             that linux needed a minix root filesystem)
  25. >    /dev/hda3 20M /home (using the extfs)
  26. >    /dev/hda4 60M /usr (using the extfs)
  27. >
  28. >no problems making or mounting the filesystems... rebuild the system from
  29. >the backups.. modify the fstab as needed... no problems at all.
  30. >
  31. >However, many of the binaries don't seem to want to work with the new 
  32. >filesystems.
  33. >
  34. >for example, issuing a 'compress vixie-cron.tar' results in an error message
  35. >that a .Z could not be appended because the filename was already 14 characters.
  36. >
  37. >also, while in /usr/tmp, a emacs README (when README exists) results in emacs
  38. >not finding the file and starting with a new file (apparently because emacs
  39. >cannot find the file).  However, emacs /usr/tmp/README works just fine. 
  40. >
  41. >Third, tcsh cannot complete the names of directories or files in an extended
  42. >partition (ie, cd /us[TAB]/tm[TAB]/RE[TAB] to get /usr/tmp/README does not
  43. >work.  It will find /usr (because it's in the minix I-node list?) but not
  44. >the tmp or thr README).
  45. >
  46. >My question is, do I just need to recompile the binaries or is the problem
  47. >more severe than that?
  48.  
  49.     To use the ext fs (and any fs different from the Minix fs) in Linux, you
  50. have to recompile every program using the readdir() system call (e.g. tar, shells,
  51. file utils, ...) with gcc 2.2.2 (actually at least gcc 2.11c but it is better to
  52. use the last release).
  53.  
  54. >
  55. >-- 
  56. >The Upholder of Truth                  I am not only ready to
  57. >Upholder@uiuc.edu (BSD/ASCII mail)          retract this, but also
  58. >jar42733@sumter.cso.uiuc.edu (NeXT mail)    deny I said anything.  =)
  59. >wi.4173@wizvax.methuen.ma.us (anon. mail)   This is *NOT* CCSO's opinion.
  60.  
  61.  
  62.     Remy Card
  63.     card@masi.ibp.fr
  64.