Cent Os 7 如何将 8 Tera 未分配的 /dev/sda 内存添加到磁盘空间 (dev/mapper)

Cent Os 7 如何将 8 Tera 未分配的 /dev/sda 内存添加到磁盘空间 (dev/mapper)

我搜索并查看了多个指南,但没有一个适合我的情况。我有一个 CentOs7 Raid 1(服务器在线购买,因此不在我手中),并且我的网络服务器的内存已完全填满。我想添加 8 TB 的硬盘(它已经在里面但未使用)并能够上传我的所有数据。我该怎么办?硬盘从未格式化或分区过。

我从第三方购买了一个网络服务器,只能通过 bash 访问它,但无法请求支持。谢谢

我看过很多指南,但没有一个我能完成,因为没有人和我的情况一样

如果我在这里按下 bash fdisk -l

Disk /dev/nvme0n1: 512.1 GB, 512110190592 bytes, 1000215216 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: 0x000f3a17

        Device Boot      Start         End      Blocks   Id  System
/dev/nvme0n1p1   *        2048     2099199     1048576   fd  Linux raid autodetect
/dev/nvme0n1p2         2099200  1000214527   499057664   fd  Linux raid autodetect

Disk /dev/nvme1n1: 500.1 GB, 500107862016 bytes, 976773168 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: 0x00079732

        Device Boot      Start         End      Blocks   Id  System
/dev/nvme1n1p1   *        2048     2099199     1048576   fd  Linux raid autodetect
/dev/nvme1n1p2         2099200   976773119   487336960   fd  Linux raid autodetect

Disk /dev/md0: 1071 MB, 1071644672 bytes, 2093056 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 /dev/md1: 498.9 GB, 498897780736 bytes, 974409728 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

WARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own discretion.

Disk /dev/sda: 8001.6 GB, 8001563222016 bytes, 15628053168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk label type: gpt
Disk identifier: 959A27A5-409A-4C7A-9E35-A511C12703C2


#         Start          End    Size  Type            Name

Disk /dev/mapper/Volume00-root: 450.9 GB, 450887680000 bytes, 880640000 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 /dev/mapper/Volume00-swap: 4294 MB, 4294967296 bytes, 8388608 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 /dev/mapper/Volume00-tmp: 4294 MB, 4294967296 bytes, 8388608 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

如果我在这里按下 bash df -h

Filesystem                 Size  Used Avail Use% Mounted on
devtmpfs                    16G     0   16G   0% /dev
tmpfs                       16G     0   16G   0% /dev/shm
tmpfs                       16G  393M   16G   3% /run
tmpfs                       16G     0   16G   0% /sys/fs/cgroup
/dev/mapper/Volume00-root  414G  393G  167M 100% /
/dev/mapper/Volume00-tmp   3.9G   17M  3.6G   1% /tmp
/dev/md0                   990M  152M  772M  17% /boot
tmpfs                      3.2G     0  3.2G   0% /run/user/0

相关内容