home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 17303 < prev    next >
Encoding:
Text File  |  1992-11-20  |  2.0 KB  |  47 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!mcsun!sunic!dkuug!daimi!tthorn
  3. From: tthorn@daimi.aau.dk (Tommy Thorn)
  4. Subject: Re: BSD filesystems? Xenix FS? X11 on hercules screen?
  5. Message-ID: <1992Nov20.142928.23011@daimi.aau.dk>
  6. Sender: news@daimi.aau.dk
  7. Organization: DAIMI: Computer Science Department, Aarhus University, Denmark
  8. References: <PATRICK.92Nov19175740@godfather.cs.kuleuven.ac.be> <BxzKHG.I30@ra.nrl.navy.mil>
  9. Date: Fri, 20 Nov 92 14:29:28 GMT
  10. Lines: 35
  11.  
  12. eric@tantalus.nrl.navy.mil (Eric Youngdale) writes:
  13.  
  14. >    BSD: no.  Xenix: yes, there is a filesystem.  I have toyed with the
  15. >idea of writing a filesystem for linux that would understand a BSD ufs
  16. >filesystem but the differences are so great between the bsd VFS layer and the
  17. >linux VFS layer that it would be easier to hack the minix filesystem to
  18. >understand ufs than to try and port the ufs filesystem.  I have not decided if
  19. >I want to do this or not.
  20.  
  21. I too was toying with the idea of a better filesystem. I've looked
  22. into FFS (from BSD) and LFS (from Sprite). While it's correct,
  23. that it might be easier to clone the Minix filesystem to use UFS
  24. structures, I fear some of the points of UFS would be lost and
  25. performens wouldn't be as expected.
  26.  
  27. If someone was going into LFS, they would also need special
  28. support from the buffer cache (such as being able to change
  29. the disk address of demand loaded pages). LFS is the way to
  30. go *if* you have enough memory (IMHO ~ 16Mb). As this might
  31. not be the case for the casual Linux user, I would concentrate
  32. on FFS. Also, it would be nice to be able to share filesystem
  33. between Linux and 386BSD.
  34.  
  35. As we finally got decent SCSI drivers (Thank you, Erik), the Minix
  36. filesystem, and the extended one even more so, has become the
  37. blocking factor. We need a better filesystem.
  38.  
  39.  
  40. >-Eric
  41. >-- 
  42. >Eric Youngdale
  43. -- 
  44. Tommy.Thorn@daimi.aau.dk | If you use a PC consider upgrading to a real OS.
  45. Join the League for Pro- | Linux is Posix (Unix). It has GCC,Emacs,X11,TCP,NFS,
  46. gramming Freedom, LPF    | Doc,Interviews,Prolog...(you name it) and it's free!
  47.