iON是近几年兴起的美国主机新品牌。主要提供云主机VPS租用等服务。其中美国云服务器产品方案选用的是固态硬盘(SSD)配置。而新加坡云服务器使用的则是机械硬盘(HDD)。有时为了业务需求。我们要对硬盘大小进行调整。下面就来看下升级iON云服务器后如何调整硬盘分区大小。
1。交换区调整大小。
[root@takatest ~]# cat /proc/swaps
Filename Type Size Used Priority
/dev/vda2 partition 1048572 0 -2[root@takatest ~]# swapoff -a
[root@takatest ~]# cat /proc/swaps
Filename Type Size Used Priority
2。删除swap和主分区。把硬盘空间重新分区。然后重启。
[root@takatest ~]# fdisk -l
Disk /dev/vda: 343.6 GB, 343597383680 bytes, 671088640 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x000958c2Device Boot Start End Blocks Id System
/dev/vda1 * 2048 668989055 334493504 83 Linux
/dev/vda2 668989056 671086207 1048576 82 Linux swap / Solaris[root@takatest ~]# fdisk /dev/vda
Welcome to fdisk (util-linux 2.23.2).Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.Command (m for help): d
Partition number (1,2, default 2): 2
Partition 2 is deletedCommand (m for help): d
Selected partition 1
Partition 1 is deletedCommand (m for help): n
Partition type:
p primary (0 primary, 0 extended, 4 free)
e extended
Select (default p):
Using default response p
Partition number (1-4, default 1):
First sector (2048-671088639, default 2048):
Using default value 2048
Last sector, +sectors or +size{K,M,G} (2048-671088639, default 671088639):
Using default value 671088639
Partition 1 of type Linux and of size 320 GiB is setCommand (m for help): w
The partition table has been altered!Calling ioctl() to re-read partition table.
WARNING: Re-reading the partition table failed with error 16: Device or resource busy.
The kernel still uses the old table. The new table will be used at
the next reboot or after you run partprobe(8) or kpartx(8)
Syncing disks.[root@takatest ~]#reboot
3。文件系统调整大小操作。主要使用到# resize2fs /dev/vda1。# df -h命令。
[root@takatest ~]# resize2fs /dev/vda1
resize2fs 1.42.9 (28-Dec-2013)
Filesystem at /dev/vda1 is mounted on /; on-line resizing required
old_desc_blocks = 40, new_desc_blocks = 40
The filesystem on /dev/vda1 is now 83885824 blocks long.[root@takatest ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/vda1 315G 1.4G 298G 1% /
devtmpfs 7.8G 0 7.8G 0% /dev
tmpfs 7.8G 0 7.8G 0% /dev/shm
tmpfs 7.8G 8.5M 7.8G 1% /run
tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
tmpfs 1.6G 0 1.6G 0% /run/user/0
相关阅读推荐:《iON教程》
本文地址:https://gpu.xuandashi.com/15381.html,转载请说明来源于:渲大师
声明:本站部分内容来自网络,如无特殊说明或标注,均为本站原创发布。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。分享目的仅供大家学习与参考,不代表本站立场!