2020-10-28 18:39:33 +00:00
|
|
|
# cfdisk
|
|
|
|
|
|
|
|
> Ein Programm zur Verwaltung von Partitionstabellen mittels einer Curses-basierten UI.
|
2021-03-08 19:38:36 +00:00
|
|
|
> Mehr Informationen: <https://linux.die.net/man/8/cfdisk>.
|
2020-10-28 18:39:33 +00:00
|
|
|
|
2021-03-25 16:42:04 +00:00
|
|
|
- Öffne das Partitionierungsinterface für eine bestimmte Festplatte:
|
2020-10-28 18:39:33 +00:00
|
|
|
|
|
|
|
`cfdisk {{/dev/sdX}}`
|
|
|
|
|
2021-03-25 16:42:04 +00:00
|
|
|
- Erzeuge und bearbeite eine neue Partitionierungstabelle für eine bestimmte Festplatte:
|
2020-10-28 18:39:33 +00:00
|
|
|
|
|
|
|
`cfdisk --zero {{/dev/sdX}}`
|