commands.sh

partprobe

linux

Notify the operating system kernel of partition table changes.

More info →

Options (2)

-s, --summaryboolean

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

Example: sudo partprobe {{[-s|--summary]}}
-d, --dry-runboolean

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

Example: sudo partprobe {{[-s|--summary]}} {{[-d|--dry-run]}}

Examples (3)

Notify the operating system kernel of partition table changes

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

sudo partprobe [-s|--summary]

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

sudo partprobe [-s|--summary] [-d|--dry-run]
made by @shridhargupta | data from tldr-pages