Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!chi-news.cic.net!newsfeed.internetmci.com!inet-nntp-gw-1.us.oracle.com!news.caldera.com!news.cc.utah.edu!park.uvsc.edu!usenet From: Terry Lambert <terry@cs.weber.edu> Newsgroups: comp.unix.bsd.bsdi.misc Subject: Re: Linux FS under BSDI Date: 9 Oct 1995 22:17:33 GMT Organization: Utah Valley State College, Orem, Utah Lines: 46 Message-ID: <45c71t$mki@park.uvsc.edu> References: <Pine.BSD/.3.91.951005180949.7904B-100000@venise.magic.fr> <DFzuJt.A2G@nntpa.cb.att.com> NNTP-Posting-Host: hecate.artisoft.com dyson@inuxs.inh.att.com (John S. Dyson) wrote: ] ] In article <Pine.BSD/.3.91.951005180949.7904B-100000@venise.magic.fr>, ] Edouard CORREIA <ded@magic.fr> wrote: ] >Hi all, ] >How could I get some Linux FS stuff for BSDI, cause I would like to use ] >my Linux partitions under BSDI. ] >Thanks to reply. ] ] FreeBSD will be getting it very soon (I have ported it from the Lites ] version). The FreeBSD people are very busy getting the next release out, ] and I will be including it into the development tree (-current) in about ] 1 week. It should be possible for the BSDI folk to do the same... BTW, ] unfortunately, I am getting about the same performance on EXT2FS as ext2fs ] on Linux (approx 60%-70% the performance as FFS :-(). John: I have code fixing the BSD4.4-Lite code layering violations which I'm in the process of making sure the patches are against -current. This has some of the fixes necessary for SMP and multithreading, as well as starting without a file system at all and dynamically loading it all. The idea is to eventually use pageable kernel code on startup and throw it away later after the desirable replacement drivers have loaded and probed correctly. This will impact file systems that aren't in the -current snapshot I have, since the cn_pnbuf buffer is no longer expected to be deallocated by the underlying file system (the caller that did the allocating is expected to do the cleanup). I'll pack up the patches and ship them to Freefall either tonight or tomorrow night. Contact me at terry@lambert.org if this is a problem! Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers.