From owner-freebsd-current Wed Aug 30 21:42:33 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id VAA21510 for current-outgoing; Wed, 30 Aug 1995 21:42:33 -0700 Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id VAA21502 ; Wed, 30 Aug 1995 21:42:30 -0700 Received: (from root@localhost) by dyson.iquest.net (8.6.11/8.6.9) id XAA00158; Wed, 30 Aug 1995 23:39:59 GMT Date: Wed, 30 Aug 1995 23:39:59 GMT From: "John S. Dyson" Message-Id: <199508302339.XAA00158@dyson.iquest.net> To: current@freebsd.org, davidg@freebsd.org, gback@facility.cs.utah.edu Subject: Progress!!! (ext2fs) Sender: current-owner@freebsd.org Precedence: bulk Godmar, I got your stuff and have successfully mounted ext2fs on my FreeBSD V2.2+ box. File creates appear to work, ls -ltR works too!!! Of course, this does not consist of a "full test, ready to commit", but I have made a bit of progress. The porting effort was trivial -- it almost slipped right in. There were some header file changes needed, and there have been some style changes in FreeBSD since the porting base that you probably started with. Also, vnode_pager_uncache is EVIL on FreeBSD -- but all in all, it was ok. I'll be testing/debugging for a few days, and then send you some #ifdef'ed sources. Thanks!!! John dyson@freebsd.org