Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[ANN] Reiserfs for ruby initial announcement

0 views
Skip to first unread message

ari...@gmail.com

unread,
Sep 30, 2005, 5:01:21 PM9/30/05
to
Hi!

I'm proud to announce the first reiserfs ruby implementation. It uses
the new fusefs ruby interface to mount the filesystem.
Usage:
rreiserfs dev dir

Limitations:
- no executable flag, no permissions supported
- file sizes are always 0 (file size can't be given to the fusefs
wrapper)
- if you open a file, the whole file (not the device!) is read to
memory
(fusefs wrapper limitation and needs some work but it could and
should be done)

Get it at http://www.cs.bme.hu/~adam/rreiserfs-0.1.gz

Adam

ari...@gmail.com

unread,
Sep 30, 2005, 5:04:37 PM9/30/05
to
Sorry, I forgot to write that it's a read only reiserfs implementation.

Dick Davies

unread,
Oct 1, 2005, 4:54:07 AM10/1/05
to
If it's not a stupid question, could you explain what this could be used for?


--
Rasputin :: Jack of All Trades - Master of Nuns


ari...@gmail.com

unread,
Oct 1, 2005, 6:25:52 AM10/1/05
to
:-)

Currently not much.. but FuseFS could be ported to Hurd or Win32 or any
other OS and you could get rid of the buggy rfstool and play your
movies on a reiserfs file system real time. And if you're interested in
reiserfs, you could play with this code much easier than with any other
implementation.

Adam

0 new messages