AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
  • 1.  JFS2 on AIX

    Posted Tue May 02, 2006 07:38 AM

    Originally posted by: SystemAdmin


    Hi,
    I need to understand the JFS2 FileSystem architecture, to be able to parse the FileSystem to get inodes and directory information.

    JFS2 on AIX and Linux have evolved from the same branch.

    Can you please help me finding out more about the correlation between JFS2 on Linux and AIX, how the two evolved, are inter-related, what their architectures are, or any sort of information for the JFS2 Filesystem.

    Thanks,
    priyanka


  • 2.  Re: JFS2 on AIX

    Posted Sat May 06, 2006 07:13 AM

    Originally posted by: nagger


    They came from the same original code but so many years ago that the code and disk layout should be considered as completely different file systems due to AIX Labs programmers and Linux "hackers" having made many significate changes for different needs and many new features added since.

    Rumour has it that the grand father was a filesystem found in OS/2, so we are talking at least ten years of development i.e. I would guess the code correlation is now very low to zero. But the high level aims, idea and concepts, vocabalary or principles might still be similar.

    As a user of the AIX file system, you have no need to understand the internals as all filesystem present the same user view and programmer API for access to files, directories, filesystem information and inode like information.
    These interfaces are largely the same for Linux and AIX.

    What exactly do you mean by "parse the Filesystem"?
    What is the real question here?

    I don't know of a paper discussing this further and I assume you can use Google to look up JFS2 as well as anyone else.