学习了一个新的命令: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 the
partprobecommand.
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.
Linux命令find -perm使用方法/etc/fstab发生错误或磁盘错误导致系统无法启动的修复方法相关资讯 Linux命令
- 48 字节命令可令 Linux 系统当机! (今 07:55)
- 在Linux笔记本上执行这句命令能致 (02月02日)
- .NET开发必会的Linux命令 (12/20/2015 10:32:03)
| - 运维工程师必会的109个Linux命令 (03月09日)
- 有趣的Linux命令行:随机输出唐诗 (12/28/2015 20:14:23)
- 10 个 Linux 中的 passwd 命令示例 (10/29/2015 10:14:30)
|
本文评论 查看全部评论 (0)