当前位置:网站首页>AWS云主机扩容
AWS云主机扩容
2022-07-02 12:39:00 【51CTO】
aws下的linux硬盘空间扩容
df -h命令查看磁盘空间,/dev/xvda1
扩容使用中的 EBS 卷 找到该实例使用的 EBS 存储卷,可直接修改选中卷的容量,修改至生效这个过程比较长,我当时从 100G 扩容到 200G 大概 1 小时才完成。
完成之后再次使用 lsblk 可查看到容量 设备容量由 100G 变成了 200G,但分区仍然是 100G。
扩容分区 :growpart /dev/xvda 1
分区扩大后,使用 df 命令可看到,文件系统容量依然为 100G,还需要扩容文件系统。
扩容文件系统命令:resize2fs /dev/xvda1
df -h 再次查看已经扩容完成,容量为 200G。
边栏推荐
- /bin/ld: 找不到 -lcrypto
- Bean configuration override in boot
- Invalid bound statement (not found)解决方法总结
- Jsp+mysql006 community management system
- Introduction to dynamic planning I, BFS of queue (70.121.279.200)
- Comprehensively interpret the background and concept of service mesh
- Nebula Graph & 数仓血缘关系数据的存储与读写
- Strings and arrays
- Idea public method extraction shortcut key
- SQL modification statement
猜你喜欢

Armv8-a programming guide MMU (4)

如何實現十億級離線 CSV 導入 Nebula Graph

Boot 事务使用

PHP static members

Review materials for the special topic of analog electronics with all essence: basic amplification circuit knowledge points

《大学“电路分析基础”课程实验合集.实验五》丨线性有源二端网络等效电路的研究

Application of visualization technology in Nebula graph

How to use percona tool to add fields to MySQL table after interruption

基于 Nebula Graph 构建百亿关系知识图谱实践

图数据库|Nebula Graph v3.1.0 性能报告
随机推荐
Add an empty column to spark dataframe - add an empty column to spark dataframe
Experiment collection of University "Fundamentals of circuit analysis". Experiment 7 - Research on sinusoidal steady-state circuit
/bin/ld: 找不到 -lssl
解决BASE64Encoder报错的问题
PostgresSQL 流复制 主备切换 主库无读写宕机场景
win10系统升级一段时间后,内存占用过高
目标检测—利用labelimg制作自己的深度学习目标检测数据集
Storage, reading and writing of blood relationship data of Nepal Graph & Data Warehouse
Boot connection to impala database
[development environment] install Visual Studio Ultimate 2013 development environment (download software | install software | run software)
The sea of stars hidden behind the nebula graph
/Bin/ld: cannot find -lcrypto
解决** WARNING ** : Your ApplicationContext is unlikely to start due to a @ComponentScan of the defau
Some problems about pytorch extension
Tree binary search tree
/bin/ld: 找不到 -lgssapi_krb5
Nebula Graph & 数仓血缘关系数据的存储与读写
Experiment collection of University Course "Fundamentals of circuit analysis". Experiment 5 - Research on equivalent circuit of linear active two terminal network
GraphX 图计算实践之模式匹配抽取特定子图
动态规划入门一,队列的bfs(70.121.279.200)