Skip to content

Commit

Permalink
Update parted-interactive.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Managor authored Jan 5, 2025
1 parent 0bbdb1b commit aabbe3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/linux/parted-interactive.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@

`print`

- Select a disk in interactive mode:

`select {{/dev/sdX}}`

- Create a 16 GB partition with the specified filesystem in interactive mode:

`mkpart {{primary|logical|extended}} {{btrfs|ext2|ext3|ext4|fat16|fat32|hfs|hfs+|linux-swap|ntfs|reiserfs|udf|xfs}} {{0%}} {{16G}}`
Expand Down

0 comments on commit aabbe3e

Please sign in to comment.