Re: [C] Best Filesystem?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jim Graham
Date: Saturday, July 10, 1993 - 9:13 am

In article <C9tsqF.GGu@wetware.com> erc@wetware.com (Ed Carp) writes:

I'm curious about this myself, as I will no doubt be moving from the plain
old minix filesystem I'm using now to a better one (and one that allows
filenames > 14 chars!).


In my opinion, it looks something like this:

   1) MOST RELIABLE---I sometimes have problems now with the minix fs where
      files somehow end up being directories (naturally, ones without '.'
      and '..'), one particular header file (cdefs.h) in /usr/include/sys
      seems to get truncated on a fairly regular basis (I have a backup
      copy sitting there all the time), files sometimes end up being part
      of another file, too (i.e., recently /usr/bin/sed was also a part of
      /usr/bin/gcc), and so on.  I'd like to be using a filesystem where
      this *NEVER* happens (except, perhaps, when the system goes down hard
      in a power failure...but that hasn't been the case here with the
      problems I've seen lately).

   2) As you say above, most efficient in terms of space used---I don't
      have much space as it is....

   3) Another one you mentioned---which is the fastest.

Later....
   --jim

--
#include <std_disclaimer.h>                                 73 DE N5IAL (/4)
==============================================================================
INTERNET: jim@n5ial.mythical.com  |  j.graham@ieee.org     ICBM: 30.23N 86.32W
AMATEUR RADIO:  (packet station temporarily offline)       AMTOR SELCAL: NIAL
==============================================================================
E-mail me for information about KAMterm (host mode for Kantronics TNCs).
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [C] Best Filesystem?, Jim Graham, (Sat Jul 10, 9:13 am)