Expert mode can be used to force the drive geometry to match another drive:
x: Enter expert mode
c: Change the number of cylinders
h: Change the number of heads
r: Return to normal mode
Além disso, fdisk/README.fdisk
na fonte package conta a seguinte história:
Extra commands for experts
--------------------------
The eXtra command 'x' puts 'fdisk' into 'expert' mode, in which a
slightly different set of commands is available. The Active, Delete,
List, New, Type, Verify, and 'eXpert' commands are not available in
expert mode. The commands Write and Quit are available as in ordinary
mode, the Print command is available, but produces output in a slightly
different format, and of course the Menu command prints the expert
menu. There are several new commands.
1. The Return command brings you back to the main menu.
2. The Extended command prints the list of table entries which point
to other tables. Ordinary users do not need this information.
The data is shown as it is stored. The same format is used for
the expert Print command.
3. The dangerous Begin command allows you to move the start of data
in a partition away from its beginning. Other systems create
partitions with this format, and it is sometimes useful to be able
to reproduce it.
4. The slightly dangerous Cylinders command allows you to change the
available number of cylinders. For SCSI disk owners, note that we
require not the actual number of physical cylinders, but the
number of logical cylinders used by DOS and other operating
systems.
5. The extremely dangerous Heads and Sectors commands allow you to
change the number of heads and sectors. It should not be
necessary to use these commands unless you have a SCSI disk, whose
geometry Linux is not always able to determine. SCSI disk owners
note that we need not the actual number of heads or of sectors per
track, but the number believed to exist by DOS and other operating
systems. *Warning*: If you set either of these numbers to a bad
value, you may lose all data on your disk.
Always, after giving any of the commands Begin, Cylinder, Heads, or
Sectors, you should Return to the main menu and give the Verify command.