fdisk: refresh (#6196)

beep
CleanMachine1 2021-07-22 13:04:53 +01:00 committed by GitHub
parent 6658b4e656
commit c7cf075368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 2 deletions

View File

@ -6,8 +6,32 @@
- List partitions:
`fdisk -l`
`sudo fdisk -l`
- Start the partition manipulator:
`fdisk {{/dev/sdX}}`
`sudo fdisk {{/dev/sdX}}`
- Once partitioning a disk, create a partition:
`n`
- Once partitioning a disk, select a partition to delete:
`d`
- Once partitioning a disk, view the partition table:
`p`
- Once partitioning a disk, write the changes made:
`w`
- Once partitioning a disk, discard the changes made:
`q`
- Once partitioning a disk, open a help menu:
`m`