Page 1 of 1

ReiserFileSystem/03 or example filesystem for 3rd party impl

Posted: Mon May 05, 2014 11:18 pm
by Belxjander
I'd like to request either of an RFS/03 or example source of a VectorPort filesystem in the SDK where practical/possible.

Re: ReiserFileSystem/03 or example filesystem for 3rd party

Posted: Tue May 06, 2014 12:44 am
by colinw
Belxjander wrote: I'd like to request either of an RFS/03 or example source of a VectorPort filesystem in the SDK where practical/possible.
The tool to create a basic skeleton for the vector-port filesystem DOS interface is available in the latest (hopefully) SDK.
It should be; SDK:c/FSVPTool. Just run that in a shell and it will create the source code skeleton for you into ram:.

If you don't have the latest SDK with the fsvptool, I can send it to you, just ask.

Re: ReiserFileSystem/03 or example filesystem for 3rd party

Posted: Wed May 07, 2014 6:03 pm
by ssolie
colinw wrote:
Belxjander wrote: I'd like to request either of an RFS/03 or example source of a VectorPort filesystem in the SDK where practical/possible.
The tool to create a basic skeleton for the vector-port filesystem DOS interface is available in the latest (hopefully) SDK.
It should be; SDK:c/FSVPTool. Just run that in a shell and it will create the source code skeleton for you into ram:.

If you don't have the latest SDK with the fsvptool, I can send it to you, just ask.
We haven't added all the tools to the SDK yet. Sorry for the delay.

Re: ReiserFileSystem/03 or example filesystem for 3rd party

Posted: Thu May 08, 2014 4:05 am
by Belxjander
@SSolie: When they are ready and released then I'll make use of them.