玩蛇网推荐图文教程:python 列表

Linux教程CentOS根分区扩容方法,操作环境介绍:

[root@linuxidc ~]# uname -a

Linux linuxidc 2.6.32-358.18.1.el6.x86_64#1 SMP Wed Aug 28 17:19:38 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

现有情况分析:

系统有两个硬盘,第一个硬盘107G,“/”分区空间当时分区时只给了7.7G过小,空间马上占完。现在系统有第二个硬盘sdb大小为16GB,希望把sdb的所有空间加入到“/”分区中,是其空间容量从7.7GB变成7.7GB+16GB(约2.4GB)。

Linux教程CentOS根分区扩容方法,操作步骤如下:

第一步、查看本机现有分区情况

[root@linuxidc ~]# df -h

文件系统容量已用可用已用%% 挂载点

/dev/mapper/VolGroup-lv_root

7.7G  7.1G 155M  98% /

tmpfs                3.9G  296K 3.9G  1% /dev/shm

/dev/sda1            485M  64M 396M  14% /boot

/dev/sda3              83G  350M  79G  1% /media

第二步、查看本机的磁盘情况

[root@linuxidc ~]# fdisk -l

Disk /dev/sda: 107.4 GB, 107374182400 bytes

255 heads, 63 sectors/track, 13054cylinders

Units = cylinders of 16065 * 512 = 8225280bytes

Sector size (logical/physical): 512 bytes /512 bytes

I/O size (minimum/optimal): 512 bytes / 512bytes

Disk identifier: 0x000dc0ad

Device Boot      Start        End      Blocks  Id  System

/dev/sda1  *          1          64      512000  83  Linux

Partition 1 does not end on cylinder boundary.

/dev/sda2              64        2089  16264192  8e  Linux LVM

/dev/sda3            2090      13054  88076362+  83  Linux

Disk /dev/mapper/VolGroup-lv_root: 8325 MB,8325693440 bytes

255 heads, 63 sectors/track, 1012 cylinders

Units = cylinders of 16065 * 512 = 8225280bytes

Sector size (logical/physical): 512 bytes /512 bytes

I/O size (minimum/optimal): 512 bytes / 512bytes

Disk identifier: 0x00000000

Disk /dev/mapper/VolGroup-lv_swap: 8325 MB,8325693440 bytes

255 heads, 63 sectors/track, 1012 cylinders

Units = cylinders of 16065 * 512 = 8225280bytes

Sector size (logical/physical): 512 bytes /512 bytes

I/O size (minimum/optimal): 512 bytes / 512bytes

Disk identifier: 0x00000000

注意:此时还没有在EXSI5.0中添加第二块硬盘

[root@linuxidc ~]#

第三步、添加第二块硬盘。查看此时系统磁盘情况:root@linuxidc ~]# fdisk -l

Disk /dev/sda: 107.4 GB, 107374182400 bytes

255 heads, 63 sectors/track, 13054cylinders

Units = cylinders of 16065 * 512 = 8225280bytes

Sector size (logical/physical): 512 bytes /512 bytes

I/O size (minimum/optimal): 512 bytes / 512bytes

Disk identifier: 0x000dc0ad

Device Boot      Start        End      Blocks  Id  System

/dev/sda1  *          1          64      512000  83  Linux

Partition 1 does not end on cylinderboundary.

/dev/sda2              64        2089  16264192  8e  Linux LVM

/dev/sda3            2090      13054  88076362+  83  Linux

Disk /dev/sdb: 17.2 GB, 17179869184 bytes

255 heads, 63 sectors/track, 2088 cylinders

Units = cylinders of 16065 * 512 = 8225280bytes

Sector size (logical/physical): 512 bytes /512 bytes

I/O size (minimum/optimal): 512 bytes / 512bytes

Disk identifier: 0x00000000

Disk /dev/mapper/VolGroup-lv_root: 8325 MB,8325693440 bytes

255 heads, 63 sectors/track, 1012 cylinders

Units = cylinders of 16065 * 512 = 8225280bytes

Sector size (logical/physical): 512 bytes /512 bytes

I/O size (minimum/optimal): 512 bytes / 512bytes

Disk identifier: 0x00000000

Disk /dev/mapper/VolGroup-lv_swap: 8325 MB,8325693440 bytes

255 heads, 63 sectors/track, 1012 cylinders

Units = cylinders of 16065 * 512 = 8225280bytes

Sector size (logical/physical): 512 bytes /512 bytes

I/O size (minimum/optimal): 512 bytes / 512bytes

Disk identifier: 0x00000000

可以看到我们新添加的硬盘sdb

[root@linuxidc ~]#

第四步、对第二块硬盘sdb进行分区

[root@linuxidc ~]# fdisk /dev/sdb

Device contains neither a valid DOSpartition table, nor Sun, SGI or OSF disklabel

Building a new DOS disklabel with diskidentifier 0xfa4abbdc.

Changes will remain in memory only, untilyou decide to write them.

After that, of course, the previous contentwon't be recoverable

Warning: invalid flag 0x0000 of partitiontable 4 will be corrected by w(rite)

WARNING: DOS-compatible mode is deprecated.It's strongly recommended to

switch off the mode (command 'c') and change display units to

sectors (command 'u').

Command (m for help): m

Command action

a  toggle a bootable flag

b  edit bsd disklabel

c  toggle the dos compatibilityflag

d  delete a partition

l  list known partition types

m  print this menu

n  add a new partition

o  create a new empty DOSpartition table

p  print the partition table

q  quit without saving changes

s  create a new empty Sundisklabel

t  change a partition's system id

u  change display/entry units

v  verify the partition table

w  write table to disk and exit

x  extra functionality (expertsonly)

Command (m for help): n

Command action

e  extended

p  primary partition (1-4)

p

Partition number (1-4): 4

First cylinder (1-2088, default 1):

Using default value 1

Last cylinder, +cylinders or +size{K,M,G}(1-2088, default 2088):

Using default value 2088

Command (m for help): w

The partition table has been altered!

Calling ioctl() to re-read partition table.

Syncing disks.

Linux教程CentOS根分区扩容方法,上面操作对sdb硬盘进行了分区操作,设为sdb4分区了(当然上面建立的主分区可以为1-4中的任意一个,我这里选择的4)。

Linux教程CentOS根分区扩容方法,对新建立的sdb4分区进行格式

[root@linuxidc ~]# mkfs.ext4 /dev/sdb4

mke2fs 1.41.12 (17-May-2010)

文件系统标签=

操作系统:Linux

块大小=4096 (log=2)

分块大小=4096 (log=2)

Stride=0 blocks, Stripe width=0 blocks

1048576 inodes, 4192957 blocks

209647 blocks (5.00%) reserved for thesuper user

第一个数据块=0

Maximum filesystem blocks=4294967296

128 block groups

32768 blocks per group, 32768 fragments pergroup

8192 inodes per group

Superblock backups stored on blocks:

32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,

4096000

正在写入inode表: 完成

Creating journal (32768 blocks): 完成

Writing superblocks and filesystemaccounting information: done完This filesystem will be automaticallychecked every 20 mounts or180 days, whichever comes first.  Use tune2fs -c or -i to override.将sdb4分区格式化为ext4格式,因为安装是系统的格式ext4,所以这里要注意一下。

第六步、格式后的sdb4分区添加为物理卷

[root@linuxidc ~]# pvcreate /dev/sdb4

Physical volume "/dev/sdb4" successfully created

玩蛇网文章,转载请注明出处和文章网址:https://www.iplaypy.com/linux/l6744.html

相关文章 Recommend

linux根分区扩容教程,Linux教程CentOS根分区扩容方法相关推荐

  1. centos根分区扩容方法linux公社,CentOS根分区扩容方法

    操作环境:[root@linuxidc ~]# uname -aLinux linuxidc 2.6.32-358.18.1.el6.x86_64#1 SMP Wed Aug 28 17:19:38 ...

  2. Linux单系统手动分区教程,【教程贴】Linux类系统手动操作篇--标准分区硬盘和目录扩容...

    [root@aioCloud ~]# lsblk    #查看硬盘容量 NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT sda      8:0    0   4 ...

  3. centos7安装boot分区_图文详解centos Linux系统安装教程

    Centos7安装 一. Centos7操作系统的安装 除应用服务器组件之外,PostgresSQL数据库服务器组件.Redis服务器组件.Beanstalk服务器组件三个组件的独立部署都是推荐在Ce ...

  4. 用u盘装linux系统分区怎么画,linux安装教程,U盘安装Linux详细步骤图解。

    linux是免费开源的系统,经过多年的发展linux在应用方面已经有了很大的提升,很多工作都可以在linux下完成~如果你想要学习linux或是在linux下工作,那么需要把电脑安装成linux,如何 ...

  5. linux安装多路径报错,Linux操作系统配置多路径通用教程(适用于(RHEL,CentOS,SuSE等)...

    Linux操作系统配置多路径通用教程(适用于(RHEL,CentOS,SuSE等) 猫先生 • 2019 年 06 月 01 日 一,安装软件 1,执行以下命令,检查当前系统中是否已经安装多路径工具: ...

  6. linux下分区ntfs,简易教程:Linux下NTFS分区的写操作

    Linux下NTFS分区的写操作只需通过简单点击即可完成. 在你正常的工作中,假如你装的是双系统,其中一个是Winodws系统,而你又在Linux环境下办公,需要用到Windows分区中的某文档资料或 ...

  7. linux最小系统 安装教程,Linux 学习笔记 1 使用最小的系统,从分区安装系统开始,...

    Linux 学习笔记 1 使用最小的系统,从分区安装系统开始, 我们常用的linux系统在安装过程中大多都省略了对系统进行分区的操作,以至于后期,不了解什么是分区以及分区当中最基本的一些概念, 我们不 ...

  8. linux lvm分区教程,Linux LVM入门使用教程

    文章目录 [隐藏] LVM测试说明 准备磁盘分区 准备物理卷(PV) 准备卷组(VG) 创建逻辑卷(LV) 扩展一个LVM卷 缩减一个LVM卷 扩展一个卷组 逻辑卷管理LVM是一个多才多艺的硬盘系统工 ...

  9. linux安装教程6.3,CentOS 6.3安装教程(详细图解)

    说明: 1.CentOS 6.3系统镜像有两个,安装系统只用到第一个镜像即CentOS-6.3-i386-bin-DVD1.iso(32位)或者CentOS-6.3-x86_64-bin-DVD1.i ...

最新文章

  1. 【B/S实践】IIS发布
  2. 关于卷积神经网络的思考:将CNN视作泛函拟合
  3. IBM一分为二,将剥离IT基础设施部门,未来专注云计算和AI
  4. Notepad++插件总结
  5. 如何修改 匿名类型 中的属性值 ?
  6. 最近用.NET实现DHT爬虫,全.NET实现
  7. 物联网部署的5个阶段
  8. 绘图神器 —— Graphviz dot 语言介绍
  9. 【习题基础知识】输入与输出、简单循环(好多图贴上去好累...要看图的话我把word文档发给你)...
  10. NSOJ 一个人的旅行(图论)
  11. 什么是ctfmon.exe,为什么运行?
  12. ERROR 999999: Error executing function. The table name is invalid. No spatial reference exists.
  13. php实现成语小游戏,成语小秀才微信小程序源码-PHP代码类资_aqa7qj 源码采用php实现 - 下载 - 搜珍网...
  14. Router接口及连接
  15. 同步软件、网络同步、备份、分享工具
  16. python: python环境搭建
  17. 音视频技术开发周刊 | 250
  18. linux软件保护,国产Linux违反《计算机软件保护条例》的说明
  19. 食用油有多少种,它们的区别是什么?
  20. 抓取国家统计局2018年的省市区街道数据

热门文章

  1. Android动画屏保,Android Daydream 互动屏保
  2. 瑞隆源RUILON静电esd二极管
  3. Es底层查询原理、数据结构、及性能分析
  4. android 方法统计,神兵利器—Android方法耗时统计插件Mirror(上)
  5. 1H412000机电工程专业技术——1H412020起重技术
  6. 考后对答案!2022年一级建造师考试真题答案
  7. arcgis怎么转面的中心点并计算中心点坐标
  8. 【渝粤教育】国家开放大学2018年秋季 3819-21T燃气安全管理 参考试题
  9. oracle手机号码检验字数_oracle判断手机号码是否合法
  10. android 通知 锁屏,NotificationCompat 的使用(锁屏通知栏显示)