partprobe: add page (#6129)

manned-org^2
Adam Herst 2021-06-17 16:39:46 -04:00 committed by GitHub
parent ea473db769
commit d5c86c927e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
pages/linux/partprobe.md Normal file
View File

@ -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`