diff --git a/pages.de/linux/cfdisk.md b/pages.de/linux/cfdisk.md new file mode 100644 index 0000000000..45cc7ee062 --- /dev/null +++ b/pages.de/linux/cfdisk.md @@ -0,0 +1,12 @@ +# cfdisk + +> Ein Programm zur Verwaltung von Partitionstabellen mittels einer Curses-basierten UI. +> Weitere Informationen: + +- Das Partitionierungsinterface für eine bestimmte Festplatte öffnen: + +`cfdisk {{/dev/sdX}}` + +- Eine neue Partitionierungstabelle für eine bestimmte Festplatte erzeugen und bearbeiten: + +`cfdisk --zero {{/dev/sdX}}` diff --git a/pages/linux/cfdisk.md b/pages/linux/cfdisk.md new file mode 100644 index 0000000000..58b8fe6768 --- /dev/null +++ b/pages/linux/cfdisk.md @@ -0,0 +1,12 @@ +# cfdisk + +> A program for managing partition tables and partitions on a hard disk using a curses UI. +> More information: . + +- Start the partition manipulator with a specific device: + +`cfdisk {{/dev/sdX}}` + +- Create a new partition table for a specific device and manage it: + +`cfdisk --zero {{/dev/sdX}}`