From owner-freebsd-fs@FreeBSD.ORG Thu Mar 11 20:11:29 2010 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70F5F106564A for ; Thu, 11 Mar 2010 20:11:29 +0000 (UTC) (envelope-from jakub.rajman@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id 0CD428FC19 for ; Thu, 11 Mar 2010 20:11:28 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 16so43942fgg.13 for ; Thu, 11 Mar 2010 12:11:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=m5xKhZMxvLCS1S8csz9kVankQeGVm+7UTk78HVDSe8A=; b=jPJrZXjy+rnYCwsSTvb5A0AL33LKtRnENHUkE0mAMIAXqfBR5tts/MxhULa7zsARCc btBJN6yhPfQ0LNDZMbpohppj3Iw/Ifw0lC6wD/GRj2+4G1SLLsnMbNh/rMZ93u6ttQDF lBRbu75B7n8A6dA5xVsxYZgdPch9pxqXhvmg8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ttAsTcugX6r7KYqwx0dttXZsc2PByDA+G20M77gL3lYrO9vA3JU8xLvBRLQmKY2dE6 ecVsbLvp60jUOMaV3NUd/I+C/bZzMGi+gpS+qzGXLccC6Gh4EAyqncreX+FePyb2FKK2 a8Tw/RyJzc4j6AavAAuhywrmCM3pWg7/s4nrM= MIME-Version: 1.0 Received: by 10.103.48.21 with SMTP id a21mr1169355muk.98.1268336672129; Thu, 11 Mar 2010 11:44:32 -0800 (PST) Date: Thu, 11 Mar 2010 20:44:32 +0100 Message-ID: <37b87d3d1003111144j38d8c9edsb1c80d8009149d73@mail.gmail.com> From: Jakub Rajman To: freebsd-fs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Example of simple filesystem X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2010 20:11:29 -0000 Hello, I am going to write my own simple file system and run it under the FreeBSD OS. I'm looking for some inspiration in existing file systems (UFS2, msdosfs,...), but they are too complex and complikated. So I would like to ask, if exists some simple "experimental" filesystems? Some workable (and mountable) examples with their source codes. Thank you for any help