home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / linux / 8845 < prev    next >
Encoding:
Text File  |  1992-08-22  |  1.6 KB  |  36 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!ames!news.hawaii.edu!spectra!oles
  3. From: oles@spectra (Shawn Oles)
  4. Subject: Re: Staker like file system
  5. Message-ID: <1992Aug22.223110.21426@news.Hawaii.Edu>
  6. Keywords: Compressed file system
  7. Sender: root@news.Hawaii.Edu (News Service)
  8. Nntp-Posting-Host: spectra.eng.hawaii.edu
  9. Organization: University of Hawaii, Dept. of Electrical Engineering
  10. References: <fcrews.1.714340460@WES.ARMY.MIL>
  11. Date: Sat, 22 Aug 1992 22:31:10 GMT
  12. Lines: 22
  13.  
  14. In article <fcrews.1.714340460@WES.ARMY.MIL> fcrews@WES.ARMY.MIL (FORD CREWS) writes:
  15. >Hello has anyone out there working on the linux filesystems thought about
  16. >adding an option for a compressed file system like Stacker does for DOS.
  17. >You know a file system that compresses/uncompresses on the fly so we can get
  18. >more stuff on our hard drives.  Just an idea I had that I thought might be 
  19. >easer to get going now than later when everything is set in stone.
  20.  
  21. I have been working on a compressed file system for Linux.  It is very similar
  22. to stacker, but has the advantage of not having to go through DOS.  The
  23. performance will be worse then non-compressed filesystems, but still
  24. tollerable (I hope).   Thanks to Linus' excellently designed VFS interface, I
  25. am approaching a point where where I can go into beta with the release
  26. of a single VFS directory of new file system routines.  I have to admit, it
  27. does not work yet as a real file system, but is very close.
  28.  
  29. When I do get to the point where it works, I will post some performance
  30. figures and and archive location along with more details.
  31.  
  32. -shawn
  33. -- 
  34.  
  35. -shawn
  36.