English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

command cfdisk Linux

大全 command Linux

command cfdisk Linux use partition disk.

cfdisk is program partition disk, it is very similar to fdisk DOS, has interactive operation interface not question and answer interface traditional fdisk, you can easily use arrow key control operation partition.

syntax

cfdisk [-avz][-c <number cylinder>-h <number head>-s <number zone>][-P <r,s,t>][code device外围]

description parameter:

  • -a not use inverse white represent select in program, use arrow represent.
  • -c<number cylinder> ignore BIOS value, specify number cylinder disk directly.
  • -h<number head> ignore BIOS value, specify number head disk directly.
  • -P<r,s,t> display content table partition, additional parameter "r" will display detailed information table partition whole, additional parameter "s" will display relevant information according to order zone, additional parameter "t" will display information in way head, zone, cylinder.
  • -s<number zone> ignore BIOS value, specify number zone disk directly.
  • -v display version information.
  • -z not read existing partition, use as new disk without partition directly.

example online

partition disk do:

# cfsik

partition disk do, use arrow operate, not use inverse white:

# cfsik -a

partition disk do, use arrow operate, not use inverse white:

# cfsik -s 3

大全 command Linux