summaryrefslogtreecommitdiffstats
path: root/usr.sbin/diskinfo/diskinfo.8
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2009-12-24 21:39:30 +0000
committermav <mav@FreeBSD.org>2009-12-24 21:39:30 +0000
commit22a763f3cb069ce2aca240d01e5235e757dd440a (patch)
treeae38c1e07ec0380f14f81ef1ed8106d458985b80 /usr.sbin/diskinfo/diskinfo.8
parente7ce62d8acb0a14c00ffed8f498a50f8d749e2a5 (diff)
downloadFreeBSD-src-22a763f3cb069ce2aca240d01e5235e757dd440a.zip
FreeBSD-src-22a763f3cb069ce2aca240d01e5235e757dd440a.tar.gz
Make diskinfo report disk stripe size and offset. It should help users to
make file systems optimally aligned and tuned for better performance.
Diffstat (limited to 'usr.sbin/diskinfo/diskinfo.8')
-rw-r--r--usr.sbin/diskinfo/diskinfo.83
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/diskinfo/diskinfo.8 b/usr.sbin/diskinfo/diskinfo.8
index dfc7040..f68d426 100644
--- a/usr.sbin/diskinfo/diskinfo.8
+++ b/usr.sbin/diskinfo/diskinfo.8
@@ -46,7 +46,8 @@ and optionally runs a naive performance test on the device.
.Pp
If given no arguments, the output will be a single line per specified device
with the following fields: device name, sectorsize, media size in bytes,
-media size in sectors, firmware cylinders, firmware heads, and firmware sectors.
+media size in sectors, stripe size, stripe offset, firmware cylinders,
+firmware heads, and firmware sectors.
The last three fields are only present if the information is available.
.Pp
If given the
OpenPOWER on IntegriCloud