学习了一个新的命令: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 显示程序版本信息。
NAMEpartprobe - inform the OS of partition table changes SYNOPSISpartprobe[-d][-s][devices...] DESCRIPTIONThis 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.
OPTIONSThis 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.