Forrest logo
back to context overview

partprobe

List of commands for partprobe:

  • partprobe:tldr:1d0dc partprobe: Notify the kernel of partition table changes and show a summary of devices and their partitions.
    $ sudo partprobe --summary
    try on your machine
    explain this command
  • partprobe:tldr:5cd87 partprobe: Notify the operating system kernel of partition table changes.
    $ sudo partprobe
    try on your machine
    explain this command
  • partprobe:tldr:d7d46 partprobe: Show a summary of devices and their partitions but don't notify the kernel.
    $ sudo partprobe --summary --dry-run
    try on your machine
    explain this command
back to context overview