summaryrefslogtreecommitdiffstats
path: root/disk-utils
diff options
context:
space:
mode:
authorKarel Zak2019-05-28 15:12:31 +0200
committerKarel Zak2019-05-28 15:12:31 +0200
commitb0eca21a5c97437be6f3fdc3521397a7f88959b5 (patch)
tree2fa9971bb23d70efc2872ce59edcddf599588168 /disk-utils
parentul: make sure buffers are zeroized [coverity scan] (diff)
downloadkernel-qcow2-util-linux-b0eca21a5c97437be6f3fdc3521397a7f88959b5.tar.gz
kernel-qcow2-util-linux-b0eca21a5c97437be6f3fdc3521397a7f88959b5.tar.xz
kernel-qcow2-util-linux-b0eca21a5c97437be6f3fdc3521397a7f88959b5.zip
fdisk: add note about -S and -H
It's seems people still follow old advices for SSD/4K devices. Let's make CHS deprecation more visible at the begin of the man page... Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'disk-utils')
-rw-r--r--disk-utils/fdisk.84
1 files changed, 4 insertions, 0 deletions
diff --git a/disk-utils/fdisk.8 b/disk-utils/fdisk.8
index 430c96c3d..a674f9ee5 100644
--- a/disk-utils/fdisk.8
+++ b/disk-utils/fdisk.8
@@ -36,6 +36,10 @@ as the default values (e.g. first and last partition sectors) and partition
sizes specified by the +/-<size>{M,G,...} notation are always aligned according
to the device properties.
+CHS (Cylinder-Head-Sector) addressing is deprecated and not used by default.
+Please, do not follow old articles and recommendations with "fdisk -S <n> -H
+<n>" advices for SSD or 4K-sector devices.
+
Note that
.BR partx (8)
provides a rich interface for scripts to print disk layouts,