Hetzner에서 Plex를 실행하는 미디어 서버가 있지만 결코 서버 전문가는 아닙니다.
내 두 개의 2.0TB 드라이브가 완전히 독립적이라는 사실을 깨닫지 못했기 때문에 기본 /home 디렉토리의 4.0TB 공간 대신 1.8로 제한되었습니다(1.8TB의 데이터를 업로드할 때까지는 깨닫지 못했습니다... ..)
df -h를 실행하면 다음과 같은 결과가 나타납니다.
Filesystem Size Used Avail Use% Mounted on
udev 16G 0 16G 0% /dev
tmpfs 3.2G 13M 3.2G 1% /run
/dev/md2 1.8T 1.7T 4.4G 100% /
tmpfs 16G 8.0K 16G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 16G 0 16G 0% /sys/fs/cgroup
/dev/md1 488M 183M 280M 40% /boot
tmpfs 3.2G 0 3.2G 0% /run/user/1000
df /home은 다음과 같이 말합니다.
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/md2 1905568740 1805456300 3292060 100% /
따라서 내 홈 폴더는 md2에 저장되어 있으며 이는 꽉 찼음을 나타냅니다.
하지만 fdisk -l에 따르면 sdb에 1.8TB의 여유 공간이 더 있습니다.
Disk /dev/sda: 1.8 TiB, 2000398934016 bytes, 3907029168 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
Disklabel type: dos
Disk identifier: 0x8c0aea5f
Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 33556479 33554432 16G fd Linux raid autodetect
/dev/sda2 33556480 34605055 1048576 512M fd Linux raid autodetect
/dev/sda3 34605056 3907027119 3872422064 1.8T fd Linux raid autodetect
Disk /dev/sdb: 1.8 TiB, 2000398934016 bytes, 3907029168 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
Disklabel type: dos
Disk identifier: 0x9612d2cc
Device Boot Start End Sectors Size Id Type
/dev/sdb1 2048 33556479 33554432 16G fd Linux raid autodetect
/dev/sdb2 33556480 34605055 1048576 512M fd Linux raid autodetect
/dev/sdb3 34605056 3907027119 3872422064 1.8T fd Linux raid autodetect
Disk /dev/md1: 511.4 MiB, 536281088 bytes, 1047424 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/md2: 1.8 TiB, 1982545854464 bytes, 3872159872 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/md0: 16 GiB, 17163091968 bytes, 33521664 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
"결합된 드라이브" 볼륨을 생성하기 위한 가능한 방법으로 LVM을 설치하는 방법에 대한 연습을 본 적이 있지만 이는 완전히 제 능력 밖의 일입니다.
내 /home 디렉토리에 전체 4.0TB 공간을 사용할 수 있도록 두 드라이브를 병합하는 방법에 대한 "인형" 단계별 가이드를 제공하는 사람이 있습니까? 거기에 업로드한 1.8TB의 데이터를 잃지 않는 것이 좋습니다!
개정:
mdadm --examine은 "mdadm: 검사할 장치가 없습니다"를 반환합니다.
lsblk 결과:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sdb 8:16 0 1.8T 0 disk
├─sdb2 8:18 0 512M 0 part
│ └─md1 9:1 0 511.4M 0 raid1 /boot
├─sdb3 8:19 0 1.8T 0 part
│ └─md2 9:2 0 1.8T 0 raid1 /
└─sdb1 8:17 0 16G 0 part
└─md0 9:0 0 16G 0 raid1 [SWAP]
sda 8:0 0 1.8T 0 disk
├─sda2 8:2 0 512M 0 part
│ └─md1 9:1 0 511.4M 0 raid1 /boot
├─sda3 8:3 0 1.8T 0 part
│ └─md2 9:2 0 1.8T 0 raid1 /
└─sda1 8:1 0 16G 0 part
└─md0 9:0 0 16G 0 raid1 [SWAP]
그리고 고양이 /proc/mdstat:
Personalities : [raid1] [linear] [multipath] [raid0] [raid6] [raid5] [raid4] [raid10]
md0 : active raid1 sdb1[1] sda1[0]
16760832 blocks super 1.2 [2/2] [UU]
md2 : active raid1 sdb3[1] sda3[0]
1936079936 blocks super 1.2 [2/2] [UU]
bitmap: 1/15 pages [4KB], 65536KB chunk
md1 : active raid1 sdb2[1] sda2[0]
523712 blocks super 1.2 [2/2] [UU]
unused devices: <none>
답변1
해결됨: 모든 것을 지우고 처음부터 시작하지 않고는 드라이브를 결합하는 것이 불가능하기 때문에 Hetzner 서버를 복구 모드에서 시작하고 여기의 안내에 따라 Raid0 및 LVM을 설정했습니다.
https://www.youtube.com/watch?v=cf7g-qDoUho
거기에서 Plex를 다시 설치하고 처음부터 모든 것을 업로드하기 시작했습니다.