* JFS libraries/headers for userspace?
@ 2005-04-27 10:00 aq
2005-04-27 15:34 ` Dave Kleikamp
0 siblings, 1 reply; 4+ messages in thread
From: aq @ 2005-04-27 10:00 UTC (permalink / raw)
To: linux-fsdevel
hello,
I am writing a program in userspace to extract information from a JFS
filesystem. Unfortunately I cannot find which packages provides
libraries/headers for JFS in userland. Could anybody please tell me
where to look for it?
Would be great if you could tell me which Ubuntu/Debian packages
provide what I need.
Thank you a lot,
aq
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: JFS libraries/headers for userspace?
2005-04-27 10:00 JFS libraries/headers for userspace? aq
@ 2005-04-27 15:34 ` Dave Kleikamp
2005-04-28 5:41 ` aq
0 siblings, 1 reply; 4+ messages in thread
From: Dave Kleikamp @ 2005-04-27 15:34 UTC (permalink / raw)
To: aq; +Cc: fsdevel
On Wed, 2005-04-27 at 19:00 +0900, aq wrote:
> hello,
>
> I am writing a program in userspace to extract information from a JFS
> filesystem. Unfortunately I cannot find which packages provides
> libraries/headers for JFS in userland. Could anybody please tell me
> where to look for it?
You are looking for jfsutils. There isn't a good general-purpose
user-space library. Part of jfsutils is a library, libfs.a, but it is
an ad-hoc collection of functions used by the utilities without any real
structure or documentation.
You may also find this document useful:
http://www-106.ibm.com/developerworks/library/l-jfslayout/
The links to the figures, etc. in the document are out of date. I just
remembered that I need to get them updated. :^)
> Would be great if you could tell me which Ubuntu/Debian packages
> provide what I need.
>
> Thank you a lot,
> aq
--
David Kleikamp
IBM Linux Technology Center
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: JFS libraries/headers for userspace?
2005-04-27 15:34 ` Dave Kleikamp
@ 2005-04-28 5:41 ` aq
2005-04-28 13:18 ` Dave Kleikamp
0 siblings, 1 reply; 4+ messages in thread
From: aq @ 2005-04-28 5:41 UTC (permalink / raw)
To: Dave Kleikamp; +Cc: fsdevel
On 4/28/05, Dave Kleikamp <shaggy@austin.ibm.com> wrote:
> On Wed, 2005-04-27 at 19:00 +0900, aq wrote:
> > hello,
> >
> > I am writing a program in userspace to extract information from a JFS
> > filesystem. Unfortunately I cannot find which packages provides
> > libraries/headers for JFS in userland. Could anybody please tell me
> > where to look for it?
>
> You are looking for jfsutils. There isn't a good general-purpose
> user-space library. Part of jfsutils is a library, libfs.a, but it is
> an ad-hoc collection of functions used by the utilities without any real
> structure or documentation.
I am surprised: why there is no separate headers/libraries for JFS in
userspace? Meanwhile, other FS like Reiser, XFS all have their.
In this situation, I must extract needed libraries and headers from
jfsutils, and then package them to include with my software. That is
not so convenient, isnt it?
So if possible, please release something like jfslibs-dev. People want
to write software for JFS would appreciate it.
Thank you,
aq
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: JFS libraries/headers for userspace?
2005-04-28 5:41 ` aq
@ 2005-04-28 13:18 ` Dave Kleikamp
0 siblings, 0 replies; 4+ messages in thread
From: Dave Kleikamp @ 2005-04-28 13:18 UTC (permalink / raw)
To: aq; +Cc: fsdevel, JFS Discussion
On Thu, 2005-04-28 at 14:41 +0900, aq wrote:
> On 4/28/05, Dave Kleikamp <shaggy@austin.ibm.com> wrote:
> > On Wed, 2005-04-27 at 19:00 +0900, aq wrote:
> > > hello,
> > >
> > > I am writing a program in userspace to extract information from a JFS
> > > filesystem. Unfortunately I cannot find which packages provides
> > > libraries/headers for JFS in userland. Could anybody please tell me
> > > where to look for it?
> >
> > You are looking for jfsutils. There isn't a good general-purpose
> > user-space library. Part of jfsutils is a library, libfs.a, but it is
> > an ad-hoc collection of functions used by the utilities without any real
> > structure or documentation.
>
> I am surprised: why there is no separate headers/libraries for JFS in
> userspace? Meanwhile, other FS like Reiser, XFS all have their.
Probably because I've never had a requirement to provide them.
> In this situation, I must extract needed libraries and headers from
> jfsutils, and then package them to include with my software. That is
> not so convenient, isnt it?
No, probably not. If you're writing a GPL'ed program, you may want to
look at grub. The file you want is fsys_jfs.c.
> So if possible, please release something like jfslibs-dev. People want
> to write software for JFS would appreciate it.
I don't have the time now to work on providing a package like this, but
if someone were to volunteer to put together a jfslibs-dev package, I
would certainly support it.
> Thank you,
> aq
--
David Kleikamp
IBM Linux Technology Center
-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-04-28 13:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-27 10:00 JFS libraries/headers for userspace? aq
2005-04-27 15:34 ` Dave Kleikamp
2005-04-28 5:41 ` aq
2005-04-28 13:18 ` Dave Kleikamp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).