Linux这么简单之磁盘管理

本文详细介绍了如何在Linux系统中进行磁盘管理,包括查看系统分区、创建分区、构建LVM逻辑卷(PV、VG、LV),以及LVM的扩容和缩容操作。通过实例演示了创建PV、卷组vg和逻辑卷lv的步骤,并展示了如何更新和挂载新创建的逻辑卷。
摘要由CSDN通过智能技术生成

1.查看系统分区

[root@localhost ~]# fdisk -l
Disk /dev/sda: 21.5 GB, 21474836480 bytes, 41943040 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: 0x000c67a4

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048      411647      204800   83  Linux
/dev/sda2          411648     4605951     2097152   82  Linux swap / Solaris
/dev/sda3         4605952    25577471    10485760   83  Linux
Disk /dev/mapper/myvg-mylv: 54 MB, 54525952 bytes, 106496 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

2.创建分区

[root@localhost ~]# fdisk /dev/sda
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): m
Command action
   a   toggle a bootable flag  //设置启动分区
   b   edit bsd disklabel      //编辑分区标签
   c   toggle the dos compatibility flag  
   d   delete a partition      //删除一个分区
   g   create a new empty GPT partition table  
   G   create an IRIX (SGI) partition table    
   l   list known partition types    //列出分区类型
   m   print this menu        //输出信息帮助
   n   add a new partition    //建立一个新的分区
   o   create a new empty DOS partition table //创建一个新的空白DOS分区表
   p   print the partition table  //打印分区表
   q   quit without saving changes  //退出不保存设置
   s   create a new empty Sun disklabel  
   t   change a partition's system id  //改变分区的ID
   u   change display/entry units      //改变显示的单位
   v   verify the partition table      //检查验证分区表
   w   write table to disk and exit    //保存分区表
   x   extra functionality (experts only)

创建了一个新的扩展分区
(1)Fisrt sector这块表示选择输入起始位置,也就是起始扇区。
我们不用输入,直接回车就好进入下一步。它就是为了能够将后面的所有可用扇区充分的利用上,默认选择可用扇区的起始最小扇区。
(2)Last sector这块表示选择输入终了位置,也就是结束扇区。我们不用输入,直接回车就可以把上面剩余的全部空间充分的利用上。

Command (m for help): n
Partition type:
   p   primary (3 primary, 0 extended, 1 free)  //主分区(主分区一共四个),这里显示有3个主分区,0个扩展分区,一个空闲分区.
   e   extended                                 //扩展分区
Select (default e): e
Selected partition 4
First sector 
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值