2021-06-17 16:39:46 -04:00
|
|
|
# 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:
|
|
|
|
|
2025-04-27 10:57:41 +03:00
|
|
|
`sudo partprobe {{[-s|--summary]}}`
|
2021-06-17 16:39:46 -04:00
|
|
|
|
|
|
|
- Show a summary of devices and their partitions but don't notify the kernel:
|
|
|
|
|
2025-04-27 10:57:41 +03:00
|
|
|
`sudo partprobe {{[-s|--summary]}} {{[-d|--dry-run]}}`
|