xtaf-20070122 available

Rene Ladan r.c.ladan at gmail.com
Tue Jan 23 10:44:18 UTC 2007


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

-------------- next part --------------
-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
-------------- next part --------------
-rw-r--r--  1 rene  rene  1219821 Jan 22 14:53 part0.tbz
MD5 (part0.tbz) = 7ebd3573cfaafbfeb198341a302b298b
SHA256 (part0.tbz) = 0fb54dda3a79eb9c4f81f834ca8b378d5e3eb283f6381862ca33c2c4c8b8943d


More information about the freebsd-fs mailing list