From 565df5eff0d214d2629cd151245ca6419e8e012c Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Thu, 27 Feb 2020 09:01:42 +0100 Subject: [PATCH] Update fdisk --- sheets/fdisk | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/sheets/fdisk b/sheets/fdisk index 1647469..f076fad 100644 --- a/sheets/fdisk +++ b/sheets/fdisk @@ -7,19 +7,19 @@ Command (m for help): d Partition number (1-9): XXX # Usage: - fdisk [options] change partition table - fdisk [options] -l list partition table(s) - fdisk -s give partition size(s) in blocks +# fdisk [options] change partition table +# fdisk [options] -l list partition table(s) +# fdisk -s give partition size(s) in blocks # Options: - -b sector size (512, 1024, 2048 or 4096) - -c[=] compatible mode: 'dos' or 'nondos' (default) - -h print this help text - -u[=] display units: 'cylinders' or 'sectors' (default) - -v print program version - -C specify the number of cylinders - -H specify the number of heads - -S specify the number of sectors per track +# -b sector size (512, 1024, 2048 or 4096) +# -c[=] compatible mode: 'dos' or 'nondos' (default) +# -h print this help text +# -u[=] display units: 'cylinders' or 'sectors' (default) +# -v print program version +# -C specify the number of cylinders +# -H specify the number of heads +# -S specify the number of sectors per track # To display partition table p @@ -60,4 +60,4 @@ df -h /opt 5. reboot 6. e2fsck -f /dev/sdc1 7. resize2fs /dev/sdc1 -8. mount /dev/sdc1 - uncomment fstab \ No newline at end of file +8. mount /dev/sdc1 - uncomment fstab