All of lore.kernel.org
 help / color / mirror / Atom feed
* blkid: excessive random reads probing for ZFS on NTFS filesystem
@ 2011-06-12 19:02 John Lindgren
  2011-06-20 11:16 ` Karel Zak
  0 siblings, 1 reply; 9+ messages in thread
From: John Lindgren @ 2011-06-12 19:02 UTC (permalink / raw)
  To: util-linux

Hi,

I noticed blkid causing a noticeable amount of disk hits while
identifying an NTFS (Win7) partition, and did an strace to find out why
this was.  It seems that the probe_zfs() function does a
seek-and-read-41-bytes pattern 64 times in the 130 to 520 KB region of
the partition.  This of course is slow on a traditional hard disk, and
seems excessive.  I don't know the internals of NTFS or of ZFS.  Can
someone with a little more knowledge in this area provide some pointers
as to why this might be happening?

-- John Lindgren

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-06-20 14:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-12 19:02 blkid: excessive random reads probing for ZFS on NTFS filesystem John Lindgren
2011-06-20 11:16 ` Karel Zak
2011-06-20 11:59   ` John Lindgren
2011-06-20 12:46     ` Karel Zak
2011-06-20 13:05       ` John Lindgren
2011-06-20 14:04         ` Karel Zak
2011-06-20 14:20           ` John Lindgren
2011-06-20 14:57             ` Karel Zak
2011-06-20 12:02   ` John Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.