linux vmware shell 虚拟机挂载硬盘过程

【小白入门 通俗易懂】2021韩顺平 一周学会Linux
https://www.bilibili.com/video/BV1Sv411r7vd?p=59

在这里插入图片描述在这里插入图片描述

step1 查看当前计算机硬盘

[root@shell37 ~]# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 20G 0 disk
├─sda1 8:1 0 300M 0 part /boot
├─sda2 8:2 0 2G 0 part [SWAP]
└─sda3 8:3 0 17.7G 0 part /
sr0 11:0 1 1024M 0 rom
[root@shell37 ~]#

step2 用vmware 添加硬盘(图示)

在这里插入图片描述在这里插入图片描述在这里插入图片描述在这里插入图片描述选择一下路径,保存就好
在这里插入图片描述

step3 验证是否硬盘加载到当前系统

----- 再次执行,发现没有 起效 
[root@shell37 ~]# lsblk
NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
sda      8:0    0   20G  0 disk 
├─sda1   8:1    0  300M  0 part /boot
├─sda2   8:2    0    2G  0 part [SWAP]
└─sda3   8:3    0 17.7G  0 part /
sr0     11:0    1 1024M  0 rom


reboot    重启系统 
--- 重启后,看到已经有 sdb  这块硬盘了,1G 大小  
[root@shell37 ~]# lsblk
NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
sda      8:0    0   20G  0 disk 
├─sda1   8:1    0  300M  0 part /boot
├─sda2   8:2    0    2G  0 part [SWAP]
└─sda3   8:3    0 17.7G  0 part /
sdb      8:16   0    1G  0 disk 
sr0     11:0    1 1024M  0 rom  

在这里插入图片描述

step4 给新增硬盘sdb 划分分区 sdb2

在这里插入图片描述在这里插入图片描述

[root@shell37 dev]# fdisk /dev/sdb
Welcome to fdisk (util-linux 2.23.2).
---- 改变只在内存中,如果要保存,需要执行write 命令  
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 0xbb362624.

m 为手工输入 显示帮助指令

Command (m for help): m     ---- 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
   p   print the partition table
   q   quit without saving changes
   s   create a new empty Sun disklabel
   t   change a partition's system id
   u   change display/entry units
   v
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值