home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / linux / 10298 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  2.3 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: DR-DOS and linux boot, 14 char filenames
  5. Message-ID: <1992Sep9.183851.2709@jussieu.fr>
  6. Date: 9 Sep 92 18:38:51 GMT
  7. References: <1992Sep4.213636.26602@muddcs.claremont.edu> <1992Sep7.130606.25850@jussieu.fr> <1992Sep8.113230.1588@fwi.uva.nl>
  8. Sender: news@jussieu.fr (Le Facteur)
  9. Organization: Laboratoire MASI - Universite Pierre et Marie Curie - Paris - France
  10. Lines: 51
  11. Nntp-Posting-Host: ares.ibp.fr
  12.  
  13. In article <1992Sep8.113230.1588@fwi.uva.nl> stolk@fwi.uva.nl (Bram) writes:
  14. >
  15. >Hi,
  16. >
  17. >[Remy CARD on the subject of filename length:]
  18. >
  19. >>        Note that the limitation to 255 character is not really needed: with
  20. >>1k blocks, we could limit the file names to 1012 characters (the header of a
  21.                                               ^^^^
  22.                                               1016 (I was wrong in my previous post).
  23.  
  24. >>directory entry is 8 bytes long) but I think that 255 is quite enough.
  25. >
  26. >255 long enough?
  27. >Hell no...
  28. >Watch what happened to me...
  29. >This is a listing of one of my directories:
  30. >
  31. >total 332
  32. >drwx------  2 stolk         512 Aug 24 15:19 ./
  33. >drwxr-xr-x 14 stolk        1024 Sep  8 12:53 ../
  34. >-rw-r--r--  1 stolk        1581 Jan 26  1992 4d
  35. >-rw-------  1 stolk        2617 Jun 18  1991 authors.sw
  36. >-r--r--r--  1 stolk        6224 Aug 27  1991 clock.exe
  37. >-r--r--r--  1 stolk        3139 Aug 27  1991 clock.pas
  38. >-rw-r--r--  1 stolk        2865 Jun  4 10:38 install.X11
  39. >-rw-r--r--  1 stolk        6634 Nov 14  1991 models.3d
  40. >-rw-------  1 stolk        3954 Feb 27  1992 sigs
  41. >-rw-------  1 stolk      301325 Sep  8  1992 linux.src.ver.0.97.patchlevel.4.betarelease.use.at.your.own.risk.released.at.8.september.includes.mem_manager.filesyst.extended_filesystem.kernel.internet_drivers.and.X11.support.with_shared_libs_for_use_with_gcc.2.2.2.d.p3.tar.arc.zip.lha.zoo.arj.bak.old
  42. >
  43. >Now at this directory I did:
  44. >
  45. >% compress linux.*
  46. >
  47. >And guess what?
  48. >'compress' messed up my files, because the .Z couldnt be added to the
  49. >filename again.
  50. >Could someone please remove that horrible 255 char limit? :-)
  51.  
  52.     Damned !! I should have tought of such descriptive names when implementing
  53. the directory handling routines in the ext fs !!!  I feel confused for that 8-}
  54.  
  55. >
  56. >                Bram Stolk
  57. >                stolk@fwi.uva.nl
  58.  
  59.  
  60. --
  61.  
  62.     Remy Card
  63.     card@masi.ibp.fr
  64.