Page 2 of 2

Re: rfs porting [REQ]

Posted: Sun Feb 06, 2011 7:19 pm
by arris69
HEELP!

patched RFS_1.2.2p1-rc2 from 2.6.17.14 upto 2.6.33, but need help to implement xattr support so we get RFS_1.3.1.
somebody with connections to samdroid devels or similar?

thnx
arris

edit: feb. 15. 2011, http://pastebin.com/4m6B2J7S 1.3.1_b070 dummy functions added for xattr and for mount options (patch against kernel_64m.tgz)
ps: patch against kernel_64m.tgz http://pastebin.com/reYENUQM (http://wiki.samygo.tv/index.php?title=R ... _for_linux)

Re: rfs porting

Posted: Tue Mar 15, 2011 7:20 pm
by marcelru
Hi Antoniya001,

If your BD disk has an RFS filesystem on it, you should be able to mount it read-only as a vfat filesystem. (RFS is a FAT-style filesystem, with some extras). That should work on any desktop linux distro.

R/W mounting will not work without proper rfs support.

HTH,

marcelr

Re: rfs porting

Posted: Wed Feb 15, 2012 12:19 pm
by arris69
angrybb wrote:I folowed instructions from http://wiki.samygo.tv/index.php5/RFS_fi ... _for_linux
and got following error:

Code: Select all

In file included from fs/rfs/cluster.c:30:0:
fs/rfs/rfs.h: In function ?rfs_init_mutex?:
fs/rfs/rfs.h:299:8: error: implicit declaration of function ?init_MUTEX?
fs/rfs/cluster.c: In function ?rfs_make_pool?:
fs/rfs/cluster.c:1173:8: error: decrement of read-only member ?i_nlink?
make[2]: *** [fs/rfs/cluster.o] Error 1
make[1]: *** [fs/rfs] Error 2
make: *** [fs] Error 2
I used linux 3.2.6 source
think you can see in the patches that original source are patched up to kernel 2.6.34, so you "got work" :-)

Re: rfs porting

Posted: Sat Dec 07, 2013 1:19 pm
by geosone
any news on an update to the 3.x kernel tree ?