我有一台专用服务器,配有一个 raid 阵列,每个阵列有两块 1TB 的磁盘,这就是我得到的mdadm --detail /dev/md1
/dev/md1:
Version : 1.1
Creation Time : Wed Aug 1 20:20:14 2012
Raid Level : raid1
Array Size : 975186812 (930.01 GiB 998.59 GB)
Used Dev Size : 975186812 (930.01 GiB 998.59 GB)
Raid Devices : 2
Total Devices : 2
Persistence : Superblock is persistent
Intent Bitmap : Internal
Update Time : Sat Aug 4 00:50:31 2012
State : active
Active Devices : 2
Working Devices : 2
Failed Devices : 0
Spare Devices : 0
Name : xxxxxxxxxxxxx
UUID : xxxxxxxxxxxxx
Events : 4843
Number Major Minor RaidDevice State
0 8 3 0 active sync /dev/sda3
1 8 19 1 active sync /dev/sdb3`
但是我看到的阵列只有 1TB,而不是两个磁盘的 2TB。
答案1
来自您的帖子:Raid Level : raid1
。
RAID 1 中的两个 1TB 驱动器应产生 1TB 的可用空间。一切正常。
把硬盘想象成书。为了防止信息丢失(例如咖啡洒出来),你可以将所有信息写入两本书。现在你有两本书,但仍然只有一本书的空间。
想要更专业、更长的答案请查看这篇文章:SF:典型问题:广泛使用的 RAID 级别有哪些?何时应该考虑它们?。
答案2
RAID1 是镜像。您只能获得一个磁盘的可用容量。