ReiserFileSystem/03 or example filesystem for 3rd party impl

A forum for general AmigaOS 4.x support questions that are not platform-specific
Post Reply
Belxjander
Posts: 315
Joined: Mon May 14, 2012 11:26 pm
Location: 日本千葉県松戸市 / Matsudo City, Chiba, Japan
Contact:

ReiserFileSystem/03 or example filesystem for 3rd party impl

Post 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.
User avatar
colinw
AmigaOS Core Developer
AmigaOS Core Developer
Posts: 218
Joined: Mon Aug 15, 2011 10:20 am
Location: Brisbane, QLD. Australia.

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

Post 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.
User avatar
ssolie
Beta Tester
Beta Tester
Posts: 1010
Joined: Mon Dec 20, 2010 8:51 pm
Location: Canada
Contact:

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

Post 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.
ExecSG Team Lead
Belxjander
Posts: 315
Joined: Mon May 14, 2012 11:26 pm
Location: 日本千葉県松戸市 / Matsudo City, Chiba, Japan
Contact:

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

Post by Belxjander »

@SSolie: When they are ready and released then I'll make use of them.
Post Reply