Linux基础---0414作业--分区,挂载,格式化

本文介绍了如何在Linux系统中使用fdisk、gdisk、parted工具对磁盘进行分区,以及如何格式化和挂载这些分区。内容包括使用fdisk对nvmeOn1的分区操作,gdisk创建GPT分区表,parted的交互式和命令式分区,以及两种方法进行格式化和挂载,包括临时和永久挂载。
摘要由CSDN通过智能技术生成

1.使用fdisk对/dev/nvmeOn1剩余空间进行分区

[root@rhcsa ~]# lsblk                                        //查看磁盘信息(块设备)
NAME            MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
sr0              11:0    1  792M  0 rom  
nvme0n1         259:0    0   20G  0 disk 
├─nvme0n1p1     259:1    0    1G  0 part /boot
└─nvme0n1p2     259:2    0   19G  0 part 
  ├─centos-root 253:0    0   17G  0 lvm  /
  └─centos-swap 253:1    0    2G  0 lvm  [SWAP]
[root@rhcsa ~]# fdisk /dev/nvme0n1                           //使用fdisk进行MBR格式分区
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): p                                      //查看当前磁盘的分区信息

Disk /dev/nvme0n1: 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: 0x000aa03a

        Device Boot      Start         End      Blocks   Id  System
/dev/nvme0n1p1   *        2048     2099199     1048576   83  Linux
/dev/nvme0n1p2         2099200    33556479    15728640   83  Linux

Command (m for help): n                                      //添加新的分区
Partition type:
   p   primary (2 primary, 0 extended, 2 free)
   e   extended
Select (default p): p                                        //选择默认
Partition number (3,4, default 3): 3                         //选择分区编号
First sector (33556480-41943039, default 33556480):          //选择分区的起始位置
Using 
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值