mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
cfdisk: add page (#4881)
This commit is contained in:
parent
c91bb1b19c
commit
15fa534d4b
2 changed files with 24 additions and 0 deletions
12
pages.de/linux/cfdisk.md
Normal file
12
pages.de/linux/cfdisk.md
Normal 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
12
pages/linux/cfdisk.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue