cfdisk: add page (#4881)

This commit is contained in:
Mat
2020-10-28 19:39:33 +01:00
committed by GitHub
parent c91bb1b19c
commit 15fa534d4b
2 changed files with 24 additions and 0 deletions

12
pages.de/linux/cfdisk.md Normal file
View File

@@ -0,0 +1,12 @@
# cfdisk
> Ein Programm zur Verwaltung von Partitionstabellen mittels einer Curses-basierten UI.
> Weitere Informationen: <https://linux.die.net/man/8/cfdisk>
- 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}}`

12
pages/linux/cfdisk.md Normal file
View File

@@ -0,0 +1,12 @@
# cfdisk
> A program for managing partition tables and partitions on a hard disk using a curses UI.
> More information: <https://linux.die.net/man/8/cfdisk>.
- 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}}`