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)
rfs porting
-
- Official SamyGO Developer
- Posts: 1700
- Joined: Fri Oct 02, 2009 8:52 am
- Location: Austria/Vienna (no Kangaroos here)
- Contact:
Re: rfs porting [REQ]
Last edited by arris69 on Thu Mar 10, 2011 10:29 am, edited 2 times in total.
Reason: wiki link added
Reason: wiki link added
Re: rfs porting
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
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
-
- Official SamyGO Developer
- Posts: 1700
- Joined: Fri Oct 02, 2009 8:52 am
- Location: Austria/Vienna (no Kangaroos here)
- Contact:
Re: rfs porting
think you can see in the patches that original source are patched up to kernel 2.6.34, so you "got work"angrybb wrote:I folowed instructions from http://wiki.samygo.tv/index.php5/RFS_fi ... _for_linux
and got following error:I used linux 3.2.6 sourceCode: 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

Re: rfs porting
any news on an update to the 3.x kernel tree ?