fdisk COMMAND:
fdisk command is used for partition table manipulator. Hard disks can be divided into one or more logical disks called partitions.
SYNTAX:
The Syntax is
fdisk [options]
OPTIONS:
-l
List the partition tables for the specified devies and then exit.
-u
When listing partition tables, give sizes in sectors instead of cylinders.
-s
The size of the partition is printed on the standard output.
-b
Specify the sector size of the disk.
-C
Specify the number of cylinders of the disk.
-H
Specify the number of heads of the disk.
-S
Specify the number of sectors per track of the disk.
EXAMPLE:
fdisk /dev/hdb
It prints the partition table and configuration information.
Find LINUX Commands... Hope you enjoy this tutorial. We welcome your Valuable feedbacks or suggestions on this LINUX / UNIX cmd reference. This is a copyright content.