Unix file systems (UFS, SVFS, EFS....)?

Doug Gwyn gwyn at smoke.BRL.MIL
Thu Oct 4 18:51:50 AEST 1990


In article <25866.27091187 at kuhub.cc.ukans.edu> brownrigg at kuhub.cc.ukans.edu writes:
>What is the origin of this file system?

SGI came up with EFS on their own, although there are similar extent-
based filesystems available from other vendors of UNIXy systems.

>What is the "predominant" file system on the plethora of Unix boxes
>out there (i.e, is there an emerging concensus about which way to go)?

More and more, some sort of network access is becoming dominant on
"real" computers (as opposed to IBM PCs).  NFS certainly has the
lead there, despite its many deficiencies.

The kernel is supposed to handle accessing different types of filesystem
for your application, so it shouldn't really matter what kind exists.
I suspect the problem you reported was due to the application trying to
interpret the contents of a directory itself instead of relying on the
getdents() system call to fetch entries from a directory (typically done
through use of opendir()/readdir()/etc.).



More information about the Comp.unix.questions mailing list