Re: [zfs-discuss] Finding where dedup'd files are

2011-04-28 Thread Brandon High
On Thu, Apr 28, 2011 at 4:06 PM, Erik Trimble wrote: > Which means, that while I can get a list of blocks which are deduped, it > may not be possible to generate a list of files from that list of > blocks. Is it possible to determine which datasets the blocks are referenced from? Since I have so

Re: [zfs-discuss] Finding where dedup'd files are

2011-04-28 Thread Erik Trimble
On Thu, 2011-04-28 at 15:50 -0700, Brandon High wrote: > On Thu, Apr 28, 2011 at 3:48 PM, Ian Collins wrote: > > Dedup is at the block, not file level. > > Files are usually composed of blocks. > > -B > I think the point was, it may not be easy to determine which file a given block is part of.

Re: [zfs-discuss] Finding where dedup'd files are

2011-04-28 Thread Brandon High
On Thu, Apr 28, 2011 at 3:48 PM, Ian Collins wrote: > Dedup is at the block, not file level. Files are usually composed of blocks. -B -- Brandon High : bh...@freaks.com ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.

Re: [zfs-discuss] Finding where dedup'd files are

2011-04-28 Thread Ian Collins
On 04/29/11 07:44 AM, Brandon High wrote: Is there an easy way to find out what datasets have dedup'd data in them. Even better would be to discover which files in a particular dataset are dedup'd. Dedup is at the block, not file level. -- Ian. ___