新加磁盘及查看

法二:(自动识别)
关闭虚拟机加磁盘重启查看及分区

点击查看代码
[root@bogon ~]# lsblk     //查看分区
NAME          MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
sda             8:0    0   20G  0 disk 
├─sda1          8:1    0  512M  0 part /boot
└─sda2          8:2    0 19.5G  0 part 
  ├─rhel-root 253:0    0 17.5G  0 lvm  /
  └─rhel-swap 253:1    0    2G  0 lvm  [SWAP]
sdb             8:16   0   20G  0 disk 
sdc             8:32   0   20G  0 disk 
sr0            11:0    1 11.7G  0 rom  /run/media/test/RHEL-8-8-0-BaseOS-x86_64
[root@bogon ~]# fdisk -l
Disk /dev/sda:20 GiB,21474836480 字节,41943040 个扇区
单元:扇区 / 1 * 512 = 512 字节
扇区大小(逻辑/物理):512 字节 / 512 字节
I/O 大小(最小/最佳):512 字节 / 512 字节
磁盘标签类型:dos
磁盘标识符:0xbfee471e

设备       启动    起点     末尾     扇区  大小 Id 类型
/dev/sda1  *       2048  1050623  1048576  512M 83 Linux
/dev/sda2       1050624 41943039 40892416 19.5G 8e Linux LVM


Disk /dev/sdb:20 GiB,21474836480 字节,41943040 个扇区
单元:扇区 / 1 * 512 = 512 字节
扇区大小(逻辑/物理):512 字节 / 512 字节
I/O 大小(最小/最佳):512 字节 / 512 字节


Disk /dev/sdc:20 GiB,21474836480 字节,41943040 个扇区
单元:扇区 / 1 * 512 = 512 字节
扇区大小(逻辑/物理):512 字节 / 512 字节
I/O 大小(最小/最佳):512 字节 / 512 字节


Disk /dev/mapper/rhel-root:17.5 GiB,18786287616 字节,36691968 个扇区
单元:扇区 / 1 * 512 = 512 字节
扇区大小(逻辑/物理):512 字节 / 512 字节
I/O 大小(最小/最佳):512 字节 / 512 字节


Disk /dev/mapper/rhel-swap:2 GiB,2147483648 字节,4194304 个扇区
单元:扇区 / 1 * 512 = 512 字节
扇区大小(逻辑/物理):512 字节 / 512 字节
I/O 大小(最小/最佳):512 字节 / 512 字节
[root@bogon ~]# fdisk /dev/sdb

欢迎使用 fdisk (util-linux 2.32.1)。
更改将停留在内存中,直到您决定将更改写入磁盘。
使用写入命令前请三思。


命令(输入 m 获取帮助):d
分区号 (1,2,5, 默认  5): 1

分区 1 已删除。

命令(输入 m 获取帮助):p
Disk /dev/sdb:20 GiB,21474836480 字节,41943040 个扇区
单元:扇区 / 1 * 512 = 512 字节
扇区大小(逻辑/物理):512 字节 / 512 字节
I/O 大小(最小/最佳):512 字节 / 512 字节
磁盘标签类型:dos
磁盘标识符:0xa5b3874a

设备       启动    起点     末尾     扇区 大小 Id 类型
/dev/sdb2       1050624 22022143 20971520  10G  5 扩展
/dev/sdb5       1052672 13635583 12582912   6G 83 Linux

命令(输入 m 获取帮助):w   
分区表已调整。
将调用 ioctl() 来重新读分区表。
正在同步磁盘。

[root@bogon ~]# partprobe /dev/sdb     
[root@bogon ~]# fdisk -l
Disk /dev/sda:20 GiB,21474836480 字节,41943040 个扇区
单元:扇区 / 1 * 512 = 512 字节
扇区大小(逻辑/物理):512 字节 / 512 字节
I/O 大小(最小/最佳):512 字节 / 512 字节
磁盘标签类型:dos
磁盘标识符:0xbfee471e

设备       启动    起点     末尾     扇区  大小 Id 类型
/dev/sda1  *       2048  1050623  1048576  512M 83 Linux
/dev/sda2       1050624 41943039 40892416 19.5G 8e Linux LVM


Disk /dev/sdb:20 GiB,21474836480 字节,41943040 个扇区
单元:扇区 / 1 * 512 = 512 字节
扇区大小(逻辑/物理):512 字节 / 512 字节
I/O 大小(最小/最佳):512 字节 / 512 字节
磁盘标签类型:dos
磁盘标识符:0xa5b3874a

设备       启动    起点     末尾     扇区 大小 Id 类型
/dev/sdb2       1050624 22022143 20971520  10G  5 扩展
/dev/sdb5       1052672 13635583 12582912   6G 83 Linux


Disk /dev/sdc:20 GiB,21474836480 字节,41943040 个扇区
单元:扇区 / 1 * 512 = 512 字节
扇区大小(逻辑/物理):512 字节 / 512 字节
I/O 大小(最小/最佳):512 字节 / 512 字节


Disk /dev/mapper/rhel-root:17.5 GiB,18786287616 字节,36691968 个扇区
单元:扇区 / 1 * 512 = 512 字节
扇区大小(逻辑/物理):512 字节 / 512 字节
I/O 大小(最小/最佳):512 字节 / 512 字节


Disk /dev/mapper/rhel-swap:2 GiB,2147483648 字节,4194304 个扇区
单元:扇区 / 1 * 512 = 512 字节
扇区大小(逻辑/物理):512 字节 / 512 字节
I/O 大小(最小/最佳):512 字节 / 512 字节
[root@bogon ~]# gdisk /dev/sdc
GPT fdisk (gdisk) version 1.0.3

Warning: Partition table header claims that the size of partition table
entries is 0 bytes, but this program  supports only 128-byte entries.
Adjusting accordingly, but partition table may be garbage.
Warning: Partition table header claims that the size of partition table
entries is 0 bytes, but this program  supports only 128-byte entries.
Adjusting accordingly, but partition table may be garbage.
Partition table scan:
  MBR: not present
  BSD: not present
  APM: not present
  GPT: not present

Creating new GPT entries.

Command (? for help): n
Partition number (1-128, default 1): 1
First sector (34-41943006, default = 2048) or {+-}size{KMGTP}: 
Last sector (2048-41943006, default = 41943006) or {+-}size{KMGTP}: +3G
Current type is 'Linux filesystem'
Hex code or GUID (L to show codes, Enter = 8300): 8e00  
Changed type of partition to 'Linux LVM'

Command (? for help): p
Disk /dev/sdc: 41943040 sectors, 20.0 GiB
Model: VMware Virtual S
Sector size (logical/physical): 512/512 bytes
Disk identifier (GUID): 63986BCC-0D94-4354-937F-F42A59B172BE
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 41943006
Partitions will be aligned on 2048-sector boundaries
Total free space is 35651517 sectors (17.0 GiB)

Number  Start (sector)    End (sector)  Size       Code  Name
   1            2048         6293503   3.0 GiB     8E00  Linux LVM

Command (? for help): w

Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING
PARTITIONS!!

Do you want to proceed? (Y/N): y
OK; writing new GUID partition table (GPT) to /dev/sdc.
The operation has completed successfully.
[root@bogon ~]# partprobe /dev/sdc
[root@bogon ~]# lsblk
NAME          MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
sda             8:0    0   20G  0 disk 
├─sda1          8:1    0  512M  0 part /boot
└─sda2          8:2    0 19.5G  0 part 
  ├─rhel-root 253:0    0 17.5G  0 lvm  /
  └─rhel-swap 253:1    0    2G  0 lvm  [SWAP]
sdb             8:16   0   20G  0 disk 
├─sdb2          8:18   0  512B  0 part 
└─sdb5          8:21   0    6G  0 part 
sdc             8:32   0   20G  0 disk 
└─sdc1          8:33   0    3G  0 part 
sr0            11:0    1 11.7G  0 rom  /run/media/test/RHEL-8-8-0-BaseOS-x86_64
[root@bogon ~]# mkfs.xfs  /dev/sdb5
meta-data=/dev/sdb5              isize=512    agcount=4, agsize=393216 blks
         =                       sectsz=512   attr=2, projid32bit=1
         =                       crc=1        finobt=1, sparse=1, rmapbt=0
         =                       reflink=1    bigtime=0 inobtcount=0
data     =                       bsize=4096   blocks=1572864, imaxpct=25
         =                       sunit=0      swidth=0 blks
naming   =version 2              bsize=4096   ascii-ci=0, ftype=1
log      =internal log           bsize=4096   blocks=2560, version=2
         =                       sectsz=512   sunit=0 blks, lazy-count=1
realtime =none                   extsz=4096   blocks=0, rtextents=0
[root@bogon ~]# parted -l     //查看文件系统
Model: VMware, VMware Virtual S (scsi)
Disk /dev/sda: 21.5GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 

Number  Start   End     Size    Type     File system  标志
 1      1049kB  538MB   537MB   primary  xfs          启动
 2      538MB   21.5GB  20.9GB  primary               lvm


Model: VMware, VMware Virtual S (scsi)
Disk /dev/sdb: 21.5GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 

Number  Start  End     Size    Type      File system  标志
 2      538MB  11.3GB  10.7GB  extended
 5      539MB  6981MB  6442MB  logical   xfs


Model: VMware, VMware Virtual S (scsi)
Disk /dev/sdc: 21.5GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: 

Number  Start   End     Size    File system  Name       标志
 1      1049kB  3222MB  3221MB               Linux LVM  lvm


警告: 无法以读写方式打开 /dev/sr0 (只读文件系统)。/dev/sr0 已按照只读方式打开。
Model: NECVMWar VMware SATA CD01 (scsi)                                   
Disk /dev/sr0: 12.5GB
Sector size (logical/physical): 2048B/2048B
Partition Table: msdos
Disk Flags: 

Number  Start   End     Size    Type     File system  标志
 2      49.3MB  89.2MB  39.9MB  primary               esp


[root@bogon ~]# mkdir /mnt/cdrom
[root@bogon ~]# mount /dev/cdrom /mnt/cdrom
mount: /mnt/cdrom: WARNING: device write-protected, mounted read-only.
[root@bogon ~]# df -h        //查看挂载点
文件系统               容量  已用  可用 已用% 挂载点
devtmpfs               844M     0  844M    0% /dev
tmpfs                  874M     0  874M    0% /dev/shm
tmpfs                  874M  9.6M  865M    2% /run
tmpfs                  874M     0  874M    0% /sys/fs/cgroup
/dev/mapper/rhel-root   18G  5.1G   13G   29% /
/dev/sda1              507M  255M  253M   51% /boot
tmpfs                  175M   20K  175M    1% /run/user/1000
/dev/sr0                12G   12G     0  100% /mnt/cdrom
tmpfs                  175M     0  175M    0% /run/user/0
[root@bogon ~]# cd /mnt/cdrom
[root@bogon cdrom]# ls
AppStream  EFI   extra_files.json  images    media.repo               RPM-GPG-KEY-redhat-release
BaseOS     EULA  GPL               isolinux  RPM-GPG-KEY-redhat-beta  TRANS.TBL
[root@bogon cdrom]# mkdir /data
[root@bogon cdrom]# mount /dev/sdb5 /data
[root@bogon cdrom]# cd /data
[root@bogon data]# ls
[root@bogon data]# mkdir /mnt/usb
[root@bogon data]# lsblk
NAME          MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
sda             8:0    0   20G  0 disk 
├─sda1          8:1    0  512M  0 part /boot
└─sda2          8:2    0 19.5G  0 part 
  ├─rhel-root 253:0    0 17.5G  0 lvm  /
  └─rhel-swap 253:1    0    2G  0 lvm  [SWAP]
sdb             8:16   0   20G  0 disk 
├─sdb2          8:18   0    1K  0 part 
└─sdb5          8:21   0    6G  0 part /data
sdc             8:32   0   20G  0 disk 
└─sdc1          8:33   0    3G  0 part 
sdd             8:48   1  1.9G  0 disk 
sr0            11:0    1 11.7G  0 rom  /mnt/cdrom
[root@bogon data]# mount /dev/sdd /mnt/usb
[root@bogon data]# cd /mnt/usb
[root@bogon usb]# ls
'999??'  '999??'  'b01_??????????'   c01_Linux    '??.lnk'   'System Volume Information'
'999??'  '999??'   BOOTEX.LOG        c02_Windows   LOST.DIR
[root@bogon usb]# umount /mnt/usb
umount: /mnt/usb: target is busy.
[root@bogon usb]# cd 
[root@bogon ~]# umount /mnt/usb
[root@bogon ~]# umount /dev/cdrom
[root@bogon ~]# 

posted @ 2024-05-22 11:08  基础狗  阅读(18)  评论(0编辑  收藏  举报