Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!news.mel.connect.com.au!news.mira.net.au!news.vbc.net!news.cais.net!bofh.dot!news.mathworks.com!newsfeed.internetmci.com!in1.uu.net!news.artisoft.com!usenet From: Terry Lambert <terry@lambert.org> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: FileSystem-level compression Date: Thu, 16 May 1996 17:45:42 -0700 Organization: Me Lines: 23 Message-ID: <319BCC36.518459A8@lambert.org> References: <4ng47j$3gu@plains.nodak.edu> NNTP-Posting-Host: hecate.artisoft.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 2.01 (X11; I; Linux 1.1.76 i486) Daniel Ortmann wrote: ] ] Is design/coding work currently being done on filesystem-level ] compression similar to XjoepxtOU? (The naughty word is rotated by 1.) ] ] perl -e 'foreach $c(split //,'XjoepxtOU') {print chr(ord($c)-1)}' ] ] This seems like a rather important feature. Some students in a class at UCLA implemented a file level compression layer. This layer could be used with an FS in FreeBSD... including ext2fs. This is described in John Heidemann's Master's Thesis on ftp.cs.ucla.edu (which is the design document for the 4.4BSD VFS FS stacking code). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.