Linux/Unix命令:partporbe 系统不重启而使新的磁盘分区生效


学习了一个新的命令:partprobe,英语字面意思是分区探测,这个命令可以使操作系统不需要重启而使新的磁盘分区生效。

默认位置/sbin/partprobe。相关命令:parted.

实际使用过程中,有时会报告警告信息,没有成功更新分区信息。

partprobe -s

Warning: WARNING: the kernel failed to re-read the partition table on /dev/sda (Device or resource busy).  As a result, it may not reflect all of your changes until after reboot.

名字

partprobe - 把分区表的变化信息通知到系统内核。

摘要

partprobe[-d][-s][devices...] 

描述

partprobe 是一个程序,通过请求操作系统重新读取分区表的方式,把分区表的变化信息通知到操作系统内核。

选项

该程序使用短格式选项。
-d
不更新内核。
-s
显示设备和分区的汇总信息。
-h
显示选项的汇总信息。
-v
显示程序版本信息。
 

NAME

partprobe - inform the OS of partition table changes 

SYNOPSIS

partprobe[-d][-s][devices...] 

DESCRIPTION

This manual page documents briefly thepartprobecommand.

partprobe is a program that informs the operating system kernel ofpartition table changes, by requesting that the operating system re-readthe partition table. 

OPTIONS

This program uses short UNIX style options.
-d
Don't update the kernel.
-s
Show a summary of devices and their partitions.
-h
Show summary of options.
-v
Show version of program.

相关内容