* how to read block device size from sysfs?
@ 2010-12-01 16:29 Gerd v. Egidy
0 siblings, 0 replies; only message in thread
From: Gerd v. Egidy @ 2010-12-01 16:29 UTC (permalink / raw)
To: linux-kernel
Hi,
I want to read the size of a block device in bytes from sysfs.
There are /sys/block/<device>/size and
/sys/block/<device>/<device><partition>/size.
But these values are reported in sectors, not in bytes. As discs with 4K
sectors are on the horizon now, I don't want to make wrong assumptions on the
sector size.
So what is the correct sector size for /sys/block/<device>/size?
/sys/block/<device>/queue/logical_block_size,
/sys/block/<device>/queue/physical_block_size or something else?
While searching for an answer I've stumbled across some reports about drives
lying about their sector sizes to "improve" compatibility. Is there some best
practice to still get the correct size in bytes?
Kind regards,
Gerd
--
Address (better: trap) for people I really don't want to get mail from:
jonas@cactusamerica.com
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-12-01 16:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-01 16:29 how to read block device size from sysfs? Gerd v. Egidy
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.