Skip to content

Commit

Permalink
partprobe: add page (tldr-pages#6129)
Browse files Browse the repository at this point in the history
  • Loading branch information
aherst authored Jun 17, 2021
1 parent ea473db commit d5c86c9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pages/linux/partprobe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# partprobe

> Notify the operating system kernel of partition table changes.
> More information: <https://manned.org/partprobe>.
- Notify the operating system kernel of partition table changes:

`sudo partprobe`

- Notify the kernel of partition table changes and show a summary of devices and their partitions:

`sudo partprobe --summary`

- Show a summary of devices and their partitions but don't notify the kernel:

`sudo partprobe --summary --dry-run`

0 comments on commit d5c86c9

Please sign in to comment.