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
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 ...
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"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 Cusackwrites:
>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.
thulhuwrote:
> 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