Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2007 11:44:00 +0100
From:      Rene Ladan <r.c.ladan@gmail.com>
To:        fs@freebsd.org
Subject:   Re: xtaf-20070122 available
Message-ID:  <45B5E6F0.9040704@gmail.com>
In-Reply-To: <45B4CC81.1090607@gmail.com>
References:  <45B4CC81.1090607@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------030006070907030103030700
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Rene Ladan schreef:
> Hi,
> 
> I put a new version of the XTAF (xbox360 fs) module online at
> http://home.tiscali.nl/rladan/freebsd/xtaf/
>
Todays version (xtaf-20070123) doesn't need a special mount binary
anymore.  The patch consists of two files (see below).

[... bugs ...]
These are still present.

[... test image ...]

> To test it on a CURRENT box :
> 
As the userland patch has gone, this can be simplified to:
(download, verify, and bunzip2 the files)
# cd /usr/src
# patch < glue-20070123.diff
# patch < kern-20070123.diff
# cd /sys/modules/xtaf
# make depend && make obj && make && make install
# kldload xtaf

(get/verify part0.tbz, extract part0.xtaf from it)
# mdconfig -a -t vnode -f part0.xtaf
# mount -t xtaf /dev/mdX /your/favorite/mountpoint
(play with it)
> 
> Note that write support is currently disabled behind #ifdef XTAF_WRITE
> 
NFS support is currently disabled behind #ifdef XTAF_NFS
The original msdosfs NFS code is incomplete, it misses calls to
VFS_CHECKEXP(9) which are necessary according to VFS_FHTOVP(9).

The following extra mount options are available using -o :

uid=n : set the owner, defaults to 0 (root)
gid=n : set the group, defaults to 0 (wheel)
mask=o : set the octal file mask, defaults to 644
dirmask=o : set the octal dir mask, defaults to 755

> 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


--------------030006070907030103030700
Content-Type: text/plain;
 name="xtaf-20070123.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="xtaf-20070123.txt"

-rw-r--r--  1 rene  wheel    702 Jan 23 11:12 glue-20070123.diff.bz2
MD5 (glue-20070123.diff.bz2) = 16887db3711dd90c85630bb51fb15549
SHA256 (glue-20070123.diff.bz2) = 42717e7802b4ffcfd3c3bb91e0653979ca671baf1970ea23137fbc6191e0f9ac

-rw-r--r--  1 rene  wheel  36130 Jan 23 11:12 kern-20070123.diff.bz2
MD5 (kern-20070123.diff.bz2) = 4667a4d2c878e458cfcaca58aafdbc3b
SHA256 (kern-20070123.diff.bz2) = ff0762ea9fed3ad6f95dc8c596717ddcc06403ce212cd5a550fc81bf495099cb

--------------030006070907030103030700
Content-Type: text/plain;
 name="part0-csum.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="part0-csum.txt"

-rw-r--r--  1 rene  rene  1219821 Jan 22 14:53 part0.tbz
MD5 (part0.tbz) = 7ebd3573cfaafbfeb198341a302b298b
SHA256 (part0.tbz) = 0fb54dda3a79eb9c4f81f834ca8b378d5e3eb283f6381862ca33c2c4c8b8943d

--------------030006070907030103030700--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45B5E6F0.9040704>