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
-
apt-get install parted - Ubuntu
-
apt-get install parted -
Alpine
-
apk add parted - Arch Linux
-
pacman -S parted - Kali Linux
-
apt-get install parted - CentOS
-
yum install parted - Fedora
-
dnf install parted - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install parted - Raspbian
-
apt-get install parted - Docker
-
docker run cmd.cat/partprobe partprobepowered 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