int
fdisk_dos_is_compatible (struct fdisk_label *lb);
Parameters
lb
DOS label
Returns
0 if DOS compatibility disabled, 1 if enabled
fdisk_dos_move_begin ()
int
fdisk_dos_move_begin (struct fdisk_context *cxt,
size_t i);
fdisk_dos_fix_chs ()
int
fdisk_dos_fix_chs (struct fdisk_context *cxt);
Fix beginning and ending C/H/S values for every partition
according to LBA relative offset, relative beginning and
size and fdisk idea of disk geometry (sectors per track
and number of heads).