From owner-freebsd-hackers@FreeBSD.ORG Fri May 6 19:56:04 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30C9116A4D4 for ; Fri, 6 May 2005 19:56:04 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3EA843D9F for ; Fri, 6 May 2005 19:56:03 +0000 (GMT) (envelope-from diparfitt@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so550378rng for ; Fri, 06 May 2005 12:56:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=VbMn1Rwnls4w4YHJl7GgImw4RXPWOaCQJZrh5LAZ1wC4UqEnNGjqE3kTCt31kWE3LkJdwkHvkt9sof7XKoewmc6BAKLIUlCptNHZYU9hF9sK6fsEMWaSbV3jnXUq14ziRiQC8QrhUkopTzL92wHNppU6hWAuM+T4m3mQUKjeTHo= Received: by 10.38.74.31 with SMTP id w31mr189190rna; Fri, 06 May 2005 12:56:03 -0700 (PDT) Received: by 10.38.74.40 with HTTP; Fri, 6 May 2005 12:56:03 -0700 (PDT) Message-ID: <3c220db005050612561d05cefa@mail.gmail.com> Date: Fri, 6 May 2005 15:56:03 -0400 From: David Parfitt To: freebsd-hackers@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: FS impl. X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David Parfitt List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2005 19:56:04 -0000 Hi - I have been trying to write my own UFS-like filesystem implementation for fun. I had read somewhere that UFS was developed in user space (correct me if I'm wrong on that one) and then moved over to kernel-space. I was wondering if there are any existing facilities in the kernel source tree that would allow me to develop an fs in user space easily or with a little tweaking? As of right now, I have to develop, compile, panic, reboot, debug etc. which is frustrating and time consuming. Thanks - David Parfitt