#分区完成,分区大小为827.3 MiB
Command (m for help): n
#继续创建一个分区
Partition type
pprimary (1 primary, 0 extended, 3 free)
eextended (container for logical partitions)
Select (default p): e
#新增扩展分区
Partition number (2-4, default 2): 2
#选择编号为2
First sector (2048-4194303, default 2048): 2048
#起始sector为2048
Last sector, +/-sectors or +/-size{K,M,G,T,P} (2048-2499999, default 2499999):
#终止sector为2499999
Created a new partition 2 of type 'Extended' and of size 1.2 GiB.
#新增完成,大小为1.2GiB
Command (m for help): w
#保存
The partition table has been altered.
Calling ioctl() to re-read partition table.
Syncing disks.
c.查看分区后磁盘信息,此时sda磁盘已经有两个分区
Disk /dev/sda: 2 GiB, 2147483648 bytes, 4194304 sectors
Disk model: VMware Virtual S
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xb985e226
DeviceBootStartEnd SectorsSize Id Type
/dev/sda12500000 4194303 1694304 827.3M 83 Linux
/dev/sda22048 2499999 24979521.2G5 Extended
Partition table entries are not in disk order.
Disk /dev/sdb: 80 GiB, 85899345920 bytes, 167772160 sectors
Disk model: VMware Virtual S
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x3b1ffeba
DeviceBootStartEndSectorsSize Id Type
/dev/sdb1*2048314777531457281.5G 83 Linux
/dev/sdb23147776 138412031 135264256 64.5G5 Extended
/dev/sdb3138412032 1614807032306867211G 83 Linux
/dev/sdb4161480704 16777011162894083G 82 Linux swap / Solaris
/dev/sdb53149824346050553145523215G 83 Linux
/dev/sdb634607104660623353145523215G 83 Linux
/dev/sdb766064384 13841203172347648 34.5G 83 Linux
Partition table entries are not in disk order.
d.用ext3的文件系统对分区进行格式化
root@zfy-PC:/home/zfy# mkfs -t ext3 /dev/sda1
mke2fs 1.44.5 (15-Dec-2018)
Creating filesystem with 211788 4k blocks and 52976 inodes
Filesystem UUID: db384338-4af1-4eec-a62d-f2b2f8e0ec96
Superblock backups stored on blocks:
32768, 98304, 163840
Allocating group tables: done
Writing inode tables: done
Creating journal (4096 blocks): done
Writing superblocks and filesystem accounting information: done
e.新建一个分区目录 /data,并挂载
root@zfy-PC:/home/zfy# mkdir data
root@zfy-PC:/home/zfy# mount /dev/sda1 /data
root@zfy-PC:/home/zfy# df -TH /data/#查看是否挂载成功
文件系统类型容量已用可用 已用% 挂载点
/dev/sda1ext3838M881k793M1% /data
f. 用vim打开 etc/fstab并假如 /dev/sda1/data ext3 defaults 0 0,这样重启后便不需要再挂载
参考文献:
【1】 Linux mount命令 | 菜鸟教程 (runoob.com)
【2】 linux添加新磁盘和创建分区 - IT(小菜鸡) - 博客园 (cnblogs.com)
如何在linux上添加新硬盘我使用 fdisk 工具 完成这些配置 。
我已经添加了一块 20GB 容量的硬盘 , 挂载到了 /data 分区 。
fdisk 是一个在 Linux 系统上用于显示和管理硬盘和分区命令行工具 。
# fdisk -l
这个命令会列出当前分区和配置 。
添加了 20GB 容量的硬盘后,fdisk -l 的输出像下面这样 。
# fdisk -l
新添加的磁盘显示为 /dev/xvdc 。如果我们添加的是物理磁盘,基于磁盘类型它会显示为类似 /dev/sda 。这里我使用的是虚拟磁盘 。
要在特定硬盘上分区,例如 /dev/xvdc 。
推荐阅读
- 显卡广告词怎么制作,显卡创意广告
- 推箱子最简单c语言代码,基于c语言推箱子游戏的设计与开发
- 网盘javascript,网盘资源
- 土管学gis知乎,土管专业必须读研吗
- 定义排序函数python python排序函数
- 新电脑没网怎么连接路由器,新电脑没联网
- python与mysql数据库链接,Python访问MySQL数据库
- ppt中怎么绘制表格,如何在ppt里绘制表格
- pythonhog函数 python @函数