From owner-freebsd-fs@FreeBSD.ORG Mon Nov 13 22:22:55 2006 Return-Path: X-Original-To: freebsd-fs@freebsd.org Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACC4716A49E for ; Mon, 13 Nov 2006 22:22:55 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC2B743D5E for ; Mon, 13 Nov 2006 22:21:38 +0000 (GMT) (envelope-from r.c.ladan@gmail.com) Received: by nf-out-0910.google.com with SMTP id l23so30444nfc for ; Mon, 13 Nov 2006 14:21:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=CrF/xhnPyPxT4RQ/q7CmP/spP2mBVFSnSc/6zcKdIBlm7WHiZz85TCUeJc36RW7N3WkMjNaj6DcUXC9nw4fbaDP5xaTMmrEVWD+HVfEey31mM+hwtHPEFBihc+vF0Ng1/8MCp8gz11qXyi6J4HrhKfUm9n4Db7OeCX8tN6uBnMU= Received: by 10.48.230.18 with SMTP id c18mr148990nfh.1163456494445; Mon, 13 Nov 2006 14:21:34 -0800 (PST) Received: from ?192.168.123.106? ( [195.241.221.201]) by mx.google.com with ESMTP id k9sm242005nfc.2006.11.13.14.21.33; Mon, 13 Nov 2006 14:21:33 -0800 (PST) Message-ID: <4558EFEC.2080402@gmail.com> Date: Mon, 13 Nov 2006 23:21:32 +0100 From: Rene Ladan User-Agent: Thunderbird 1.5.0.8 (X11/20061113) MIME-Version: 1.0 To: freebsd-fs@freebsd.org References: <4557A48B.4080605@gmail.com> In-Reply-To: <4557A48B.4080605@gmail.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: xtaf-r6-20061112 available 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: Mon, 13 Nov 2006 22:22:55 -0000 [self- and top-replying >:) ] I've put a slightly corrected version of the patch online at http://home.tiscali.nl/rladan/freebsd/xtaf-r6-20061113.diff.bz2 -rw-r--r-- 1 rene rene 42171 13 nov 22:32 xtaf-r6-20061113.diff.bz2 MD5 (xtaf-r6-20061113.diff.bz2) = 6880eb31124eb7554e7a395b30f7745f It cleans up some orphaned definitions and variables and it preserves the access time of files (XTAF supports this, unlike some ancient FAT versions). Regards, Rene Rene Ladan schreef: > Hi, > > I've uploaded a new version of the XTAF (XBox 360 fs) code at > http://home.tiscali.nl/rladan/freebsd/xtaf-r6-20061112.diff.bz2 > > The code now patch(1)es against /usr/src, no further actions are needed > as in the previous version. It compiles on RELENG_6 2006-11-12, it > probably fails on CURRENT. > > Read support should be fairly complete. Some hard disk issues may be > remaining, but memory cards should be supported unless I made a mistake > somewhere. I haven't really looked into write support yet. > > The biggest todo right now is to connect the code with the code which > creates /dev/da?s? (geom?) . Both memory cards and hard disks have > multiple slices. The start/size information is not stored on the > devices, but in the XBox 360 kernel, so we have to duplicate it here. > > For memory cards (64MB) : > start size info > 0x0 0x7ff,000 XTAF, 16 bits, system cache > 0x7ff,000 0x3,621,000 XTAF, 16 bits, user area > > For hard disks (20GB) : > start size info > 0x0 0x80,000 hard disk header > 0x80,000 0x80,000,000 XTAF, 16 bits, system cache > 0x80,080,000 0xA0,E30,000 unused, filled with 00 > 0x120,eb0,000 0x10,000,000 XTAF, 16 bits, XBox 1 compatibility > 0x130,eb0,000 0x377,680,000 XTAF, 32 bits, user area > > I haven't yet looked at the new 256MB memory cards (goto shop). There > are also rumors about larger hard disks, ranging from 60GB to 200GB. > Other todos: write support, hard disk header support > > Could some locking / fs guru could sanity check the code? That would > speed up runtime testing of the code. > > Regards, > Rene -- GPG fingerprint = E738 5471 D185 7013 0EE0 4FC8 3C1D 6F83 12E1 84F6 (subkeys.pgp.net) "It won't fit on the line." -- me, 2001