home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / linux / 10167 < prev    next >
Encoding:
Text File  |  1992-09-08  |  2.2 KB  |  64 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!mcsun!sun4nl!fwi.uva.nl!gene.fwi.uva.nl!stolk
  3. From: stolk@fwi.uva.nl (Bram)
  4. Subject: Re: DR-DOS and linux boot, 14 char filenames
  5. Message-ID: <1992Sep8.113230.1588@fwi.uva.nl>
  6. Sender: news@fwi.uva.nl
  7. Nntp-Posting-Host: ram.fwi.uva.nl
  8. Organization: FWI, University of Amsterdam
  9. References: <1574@lysator.liu.se> <1992Sep4.141728@tiger1.prime.com> <1992Sep4.213636.26602@muddcs.claremont.edu> <1992Sep7.130606.25850@jussieu.fr>
  10. Date: Tue, 8 Sep 1992 11:32:30 GMT
  11. Lines: 51
  12.  
  13.  
  14. Hi,
  15.  
  16. [Remy CARD on the subject of filename length:]
  17.  
  18. >        Note that the limitation to 255 character is not really needed: with
  19. >1k blocks, we could limit the file names to 1012 characters (the header of a
  20. >directory entry is 8 bytes long) but I think that 255 is quite enough.
  21.  
  22. 255 long enough?
  23. Hell no...
  24. Watch what happened to me...
  25. This is a listing of one of my directories:
  26.  
  27. total 332
  28. drwx------  2 stolk         512 Aug 24 15:19 ./
  29. drwxr-xr-x 14 stolk        1024 Sep  8 12:53 ../
  30. -rw-r--r--  1 stolk        1581 Jan 26  1992 4d
  31. -rw-------  1 stolk        2617 Jun 18  1991 authors.sw
  32. -r--r--r--  1 stolk        6224 Aug 27  1991 clock.exe
  33. -r--r--r--  1 stolk        3139 Aug 27  1991 clock.pas
  34. -rw-r--r--  1 stolk        2865 Jun  4 10:38 install.X11
  35. -rw-r--r--  1 stolk        6634 Nov 14  1991 models.3d
  36. -rw-------  1 stolk        3954 Feb 27  1992 sigs
  37. -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
  38.  
  39. Now at this directory I did:
  40.  
  41. % compress linux.*
  42.  
  43. And guess what?
  44. 'compress' messed up my files, because the .Z couldnt be added to the
  45. filename again.
  46. Could someone please remove that horrible 255 char limit? :-)
  47.  
  48. By the way, about something totaly different.
  49. Are there any other people experiencing the same weird thing
  50. as I do, when I boot Linux?
  51. I get:
  52.  
  53. >   oading...................
  54. >  L
  55.  
  56. The dropped L..., is it caused by the antique EGA-card I am using?
  57.  
  58.     Take care you all, 'n keep up the great work,
  59.  
  60.  
  61.                 Bram Stolk
  62.                 stolk@fwi.uva.nl
  63.  
  64.