Linux 基础 之 系统分区管理

给系统分区,是为了方便系统管理。

我们首先来区分以下df,blkic,cat /pro/partition,fdisk -l 这四个查看命名的不同点

    

              df        <=     blkid         <=          cat /pro/partition       <=           fdisk -l

(正在挂载使用)  (可以使用)      (系统识别但不能使用)      (所有真实存在,系统不一定识别)


Command action

   a   toggle a bootable flag    
   b   edit bsd disklabel
   c   toggle the dos compatibility flag
    delete a partition
   g   create a new empty GPT partition table
   G   create an IRIX (SGI) partition table
    list known partition types
   m   print this menu
   add a new partition     ##新建分区
    create a new empty DOS partition table
   p   print the partition table   ##显示分区信息
     quit without saving changes   ##退出
   s   create a new empty Sun disklabel
    change a partition's system id    ##修改分区id
   u   change display/entry units
   v   verify the partition table
   w   write table to disk and exit   ##将当前操作写入硬盘分区表
     extra functionality (experts only)


步骤:

     1.fdisk -l

Disk /dev/vda: 10.7 GB, 10737418240 bytes, 20971520 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: 0x00013f3e

   Device Boot      Start         End      Blocks   Id  System
/dev/vda1   *        2048    20970332    10484142+  83  Linux

Disk /dev/vdb: 10.7 GB, 10737418240 bytes, 20971520 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.fdisk  /dev/vdb
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.

Device does not contain a recognized partition table
Building a new DOS disklabel with disk identifier 0xe41113f7.

Command (m for help):

    3.
Command (m for help): n     ##创建分区
Partition type:        ##创建分区类型
   p   primary (0 primary, 0

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值