博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
亚马逊EC2根硬盘空间扩容
阅读量:5892 次
发布时间:2019-06-19

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

买的系统盘为32G,结果发现只使用了8G,剩下的都未分配

 

lsblk NAME    MAJ:MIN RM  SIZE RO TYPE MOUNTPOINTxvda    202:0    0   32G  0 disk └─xvda1 202:1    0    8G  0 part /fdisk -u /dev/xvdaCommand (m for help): pDisk /dev/xvda: 34.4 GB, 34359738368 bytes, 67108864 sectorsUnits = sectors of 1 * 512 = 512 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): 512 bytes / 512 bytesDisk label type: dosDisk identifier: 0x000998ac    Device Boot      Start         End      Blocks   Id  System/dev/xvda1   *        2048    16777215     8387584   83  LinuxCommand (m for help): dSelected partition 1Partition 1 is deletedCommand (m for help): nPartition type:   p   primary (0 primary, 0 extended, 4 free)   e   extendedSelect (default p): pPartition number (1-4, default 1): 1First sector (2048-67108863, default 2048): Using default value 2048Last sector, +sectors or +size{K,M,G} (2048-67108863, default 67108863): Using default value 67108863Partition 1 of type Linux and of size 32 GiB is setCommand (m for help): pDisk /dev/xvda: 34.4 GB, 34359738368 bytes, 67108864 sectorsUnits = sectors of 1 * 512 = 512 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): 512 bytes / 512 bytesDisk label type: dosDisk identifier: 0x000998ac    Device Boot      Start         End      Blocks   Id  System/dev/xvda1            2048    67108863    33553408   83  LinuxCommand (m for help): wThe partition table has been altered!rebootlsblk NAME    MAJ:MIN RM  SIZE RO TYPE MOUNTPOINTxvda    202:0    0   32G  0 disk └─xvda1 202:1    0   32G  0 part /df -hFilesystem      Size  Used Avail Use% Mounted on/dev/xvda1      8.0G  1.3G  6.8G  16% /ext格式调整大小resize2fs /dev/xvda1xfs格式调整大小xfs_growfs /dev/xvda1df -hFilesystem      Size  Used Avail Use% Mounted on/dev/xvda1       32G  1.3G   31G   4% /

到此扩容完毕

 

转载于:https://www.cnblogs.com/cainiaoit/p/8708918.html

你可能感兴趣的文章
Delegate,Action,Func,匿名方法,匿名委托,事件
查看>>
shellcode初步成就
查看>>
android AudioRecorder简单心得
查看>>
判断一个数是否为2的次方幂
查看>>
SQL Server:孤立用户详解
查看>>
[LeetCode] Clone Graph
查看>>
比较.NET程序集(DLL或EXE)是否相同
查看>>
CAP原理中的一致性
查看>>
TMSScripter语法
查看>>
控制钱箱,客显,打印
查看>>
步步为营 .NET 代码重构学习笔记 二、提炼方法(Extract Method)
查看>>
步步为营 C# 技术漫谈 七、事务处理(Transaction)
查看>>
AutoMapper在MVC中的运用03-字典集合、枚举映射,自定义解析器
查看>>
lodash用法系列(1),数组集合操作
查看>>
【Tomcat】Tomcat 系统架构与设计模式,第 2 部分: 设计模式分析
查看>>
cxrichedit导入WORD
查看>>
ArcGIS模型构建器案例教程-批量修改工作空间所有要素类的空间参考
查看>>
用GibbsLDA做Topic Modeling
查看>>
linux驱动面试题目汇总
查看>>
csharp skype send message in winform
查看>>