Re: NTFS fragmentation redux

2006-11-27 Thread Christopher Faylor
On Mon, Nov 27, 2006 at 02:25:00PM -0500, Vladimir Dergachev wrote: >On Saturday 25 November 2006 10:12 pm, Linda Walsh wrote: >> Vladimir Dergachev wrote: >> > This is curious - how do you find out fragmentation of ext3 file ? I do >> > not know of a utility to tell me that. >> >> --- >> Ther

Re: NTFS fragmentation redux

2006-11-27 Thread Vladimir Dergachev
On Saturday 25 November 2006 10:12 pm, Linda Walsh wrote: > Vladimir Dergachev wrote: > > This is curious - how do you find out fragmentation of ext3 file ? I do > > not know of a utility to tell me that. > > --- > There's a debugfs for ext2/ext3 that allows you to dump all of the > segments

Re: NTFS fragmentation redux

2006-11-25 Thread Linda Walsh
Vladimir Dergachev wrote: This is curious - how do you find out fragmentation of ext3 file ? I do not know of a utility to tell me that. --- There's a debugfs for ext2/ext3 that allows you to dump all of the segments associated with an inode. "ls -i" dumps the inode number. A quick hac