博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
添加硬盘到现有lvm卷_如何找到LVM卷使用的硬盘?
阅读量:2529 次
发布时间:2019-05-11

本文共 497 字,大约阅读时间需要 1 分钟。

添加硬盘到现有lvm卷

How to find which hard drives a LVM volume uses to decide which volume will be affected if a disk failes.

如何查找LVM卷使用哪些硬盘来确定如果磁盘发生故障将影响哪个卷。

You can use with the --maps option to display the the mapping of logical extents to physical volumes and physical extents:

可以将与--maps选项一起使用,以显示逻辑盘区到物理卷和物理盘区的映射:

# lvdisplay --maps

To map physical extents to logical extents, use

要将物理范围映射到逻辑范围,请使用

# pvs -- -o+lv_name,seg_start_pe,segtype
Answered by Eric Z Ma.
埃里克·马(Eric Z Ma)回答。

翻译自:

添加硬盘到现有lvm卷

转载地址:http://tylwd.baihongyu.com/

你可能感兴趣的文章
javascript:另一种图片滚动切换效果思路
查看>>
获取css的属性值
查看>>
Win32_NetworkAdapterConfiguration
查看>>
Flash:DisplayObject的transform/matrix的潜规则、小bug
查看>>
方维系统常用的jquery库以及各个库的含义
查看>>
[LeetCode]101. Symmetric Tree
查看>>
Node.js的适用场景
查看>>
MongoDB 3.4 高可用集群搭建(二)replica set 副本集
查看>>
一个一线城市的IT白领的生活成本:3万/年
查看>>
ubuntu12.04 使用Adobe Reader PDF
查看>>
吃货联盟订餐系统(二)
查看>>
MessageBox 用法
查看>>
Developing school contest 2
查看>>
本文来自CSDN博客 map
查看>>
python 字符串中替换字符
查看>>
mysql命令行编辑模式
查看>>
《实践与思考》系列连载(6)——IT从业人员工作环境及状态调查 抽奖结果公布...
查看>>
hihocoder 1643 Puzzle Game(北京icpc2017 现场赛)
查看>>
vim 简单理解三种模式 粗暴入门
查看>>
django模板层之静态文件引入优化
查看>>