Re: [zfs-discuss] How to know the recordsize of a file

2010-02-26 Thread Richard Elling
comment below... On Feb 25, 2010, at 5:34 PM, Jesus Cea wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 02/24/2010 11:42 PM, Robert Milkowski wrote: >> mi...@r600:~# ls -li /bin/bash >> 1713998 -r-xr-xr-x 1 root bin 799040 2009-10-30 00:41 /bin/bash >> >> mi...@r600:~# zdb -v rp

Re: [zfs-discuss] How to know the recordsize of a file

2010-02-25 Thread Jesus Cea
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/24/2010 11:42 PM, Robert Milkowski wrote: > mi...@r600:~# ls -li /bin/bash > 1713998 -r-xr-xr-x 1 root bin 799040 2009-10-30 00:41 /bin/bash > > mi...@r600:~# zdb -v rpool/ROOT/osol-916 1713998 > Dataset rpool/ROOT/osol-916 [ZPL], ID 302, cr_txg

Re: [zfs-discuss] How to know the recordsize of a file

2010-02-24 Thread Robert Milkowski
On 24/02/2010 21:35, Jesus Cea wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I would like to know the blocksize of a particular file. I know the blocksize for a particular file is decided at creation time, in fuction of the write size done and the recordsize property of the dataset. How