Post #3130910
2026-06-03 15:18 UTC
Damn, for years I have been doing:
# partprobe /dev/sda
to re-read partition tables, when all the time I could have done:
# blockdev --rereadpt /dev/sda
(blockdev is usually installed because it comes from util-linux; partprobe is from parted which isn't usually installed.)
Replies (0)
No replies.