mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-11 23:47:30 +00:00
Update cheatsheets
This commit is contained in:
@@ -21,7 +21,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`select {{/dev/sdX}}`
|
||||
|
||||
- Create a 16 GB partition with the specified filesystem in interactive mode:
|
||||
- Create a 16 GB partition with the specified filesystem in interactive mode (`GPT` partition table):
|
||||
|
||||
`mkpart {{partition_name}} {{btrfs|ext2|ext3|ext4|fat16|fat32|hfs|hfs+|linux-swap|ntfs|reiserfs|udf|xfs}} {{0%}} {{16G}}`
|
||||
|
||||
- Create a 16 GB partition with the specified filesystem in interactive mode (`MBR` partition table):
|
||||
|
||||
`mkpart {{primary|logical|extended}} {{btrfs|ext2|ext3|ext4|fat16|fat32|hfs|hfs+|linux-swap|ntfs|reiserfs|udf|xfs}} {{0%}} {{16G}}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user