partprobe

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

Install

All systems
curl cmd.cat/partprobe.sh
Debian Debian
apt-get install parted
Ubuntu
apt-get install parted
Alpine
apk add parted
Arch Arch Linux
pacman -S parted
image/svg+xml Kali Linux
apt-get install parted
CentOS
yum install parted
Fedora
dnf install parted
Windows (WSL2)
sudo apt-get update sudo apt-get install parted
Raspbian
apt-get install parted
Docker
docker run cmd.cat/partprobe partprobe powered by Commando

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

© tl;dr; authors and contributors