[ZFS] How files are stored into a ZFS filesystem ? - SUN

This is a discussion on [ZFS] How files are stored into a ZFS filesystem ? - SUN ; I am looking for a comprehensive description of how files are stored into a ZFS filesytem. I understand that it's quit different than UFS's inodes and blocks pointers but i failed to find any comprehensive explaination of the methode use ...

+ Reply to Thread
Results 1 to 4 of 4

Thread: [ZFS] How files are stored into a ZFS filesystem ?

  1. [ZFS] How files are stored into a ZFS filesystem ?

    I am looking for a comprehensive description of how files are stored
    into a ZFS filesytem.

    I understand that it's quit different than UFS's inodes and blocks
    pointers but i failed to find any comprehensive explaination of the
    methode use with ZFS.

    All info i got from web was about structures description of ZFS FS but
    not about the way files are stored.

    Any hints ?

    Thanks for your help.


  2. Re: [ZFS] How files are stored into a ZFS filesystem ?

    On 19 Jul 2006 08:05:10 -0700 "thulhu" wrote:
    > I am looking for a comprehensive description of how files are stored
    > into a ZFS filesytem.


    ZFS is log-structured. I believe.

    -frank

  3. Re: [ZFS] How files are stored into a ZFS filesystem ?

    Frank Cusack writes:

    >On 19 Jul 2006 08:05:10 -0700 "thulhu" wrote:
    >> I am looking for a comprehensive description of how files are stored
    >> into a ZFS filesytem.


    >ZFS is log-structured. I believe.


    No; while it has a log to give proper "after sync/NFS commit" semantics,
    it is not log structures.

    There's an ueberblock (or actually 128) and the rest hangs of off that.


    Casper
    --
    Expressed in this posting are my opinions. They are in no way related
    to opinions held by my employer, Sun Microsystems.
    Statements on Sun products included here are not gospel and may
    be fiction rather than truth.

  4. Re: [ZFS] How files are stored into a ZFS filesystem ?

    thulhu wrote:
    > I am looking for a comprehensive description of how files are stored
    > into a ZFS filesytem.


    http://www.opensolaris.org/os/community/zfs/docs/

    --
    Daniel

+ Reply to Thread