Re: [zfs-discuss] ZFS hex dump diagrams?

2010-03-26 Thread Eric D. Mudama
On Fri, Mar 26 at 11:10, Sanjeev wrote: On Thu, Mar 25, 2010 at 02:45:12PM -0700, John Bonomi wrote: I'm sorry if this is not the appropriate place to ask, but I'm a student and for an assignment I need to be able to show at the hex level how files and their attributes are stored and referenced

Re: [zfs-discuss] ZFS hex dump diagrams?

2010-03-26 Thread m...@bruningsystems.com
Hi, You might take a look at http://www.osdevcon.org/2008/files/osdevcon2008-max.pdf and http://www.osdevcon.org/2008/files/osdevcon2008-proceedings.pdf, starting at page 36. Or you might just use od -x file for the file part of your assignment. Have fun. max Eric D. Mudama wrote: On Fri,

Re: [zfs-discuss] ZFS hex dump diagrams?

2010-03-26 Thread Richard Elling
On Mar 25, 2010, at 2:45 PM, John Bonomi wrote: I'm sorry if this is not the appropriate place to ask, but I'm a student and for an assignment I need to be able to show at the hex level how files and their attributes are stored and referenced in ZFS. Are there any resources available that

Re: [zfs-discuss] ZFS hex dump diagrams?

2010-03-26 Thread m...@bruningsystems.com
Hi Richard, Richard Elling wrote: On Mar 25, 2010, at 2:45 PM, John Bonomi wrote: I'm sorry if this is not the appropriate place to ask, but I'm a student and for an assignment I need to be able to show at the hex level how files and their attributes are stored and referenced in ZFS. Are

Re: [zfs-discuss] ZFS hex dump diagrams?

2010-03-25 Thread Sanjeev
John, On Thu, Mar 25, 2010 at 02:45:12PM -0700, John Bonomi wrote: I'm sorry if this is not the appropriate place to ask, but I'm a student and for an assignment I need to be able to show at the hex level how files and their attributes are stored and referenced in ZFS. Are there any