This is a discussion on [ZFS] How files are stored into a ZFS filesystem ? within the Sun Solaris Administration forums, part of the Solaris Operating System category; --> I am looking for a comprehensive description of how files are stored into a ZFS filesytem. I understand that ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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. |
| |||
| On 19 Jul 2006 08:05:10 -0700 "thulhu" <francois.napoleoni@gmail.com> wrote: > I am looking for a comprehensive description of how files are stored > into a ZFS filesytem. ZFS is log-structured. I believe. -frank |
| |||
| Frank Cusack <fcusack@fcusack.com> writes: >On 19 Jul 2006 08:05:10 -0700 "thulhu" <francois.napoleoni@gmail.com> 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. |
| ||||
| thulhu <francois.napoleoni@gmail.com> 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 |
| Thread Tools | |
| Display Modes | |
|
|