全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

CeraNetworks网络延迟测速工具IP归属甄别会员请立即修改密码
查看: 733|回复: 3

[Windows VPS] 求助, SYS后台提供的安装系统, RAID1后怎么可用容量只有1/4

[复制链接]
发表于 2021-12-17 16:56:04 | 显示全部楼层 |阅读模式
用SYS后台直接安装的系统, 默认是Raid1

4x4T盘, 正常R1应该是8T可用, 为啥只有4T呢

求各位大佬指点


df -lh
  1. # df -lh
  2. Filesystem      Size  Used Avail Use% Mounted on
  3. devtmpfs         16G     0   16G   0% /dev
  4. tmpfs            16G     0   16G   0% /dev/shm
  5. tmpfs            16G  9.8M   16G   1% /run
  6. tmpfs            16G     0   16G   0% /sys/fs/cgroup
  7. /dev/md2        3.7T  1.6G  3.7T   1% /
  8. /dev/sdc1       511M  3.6M  508M   1% /boot/efi
  9. tmpfs           3.2G     0  3.2G   0% /run/user/0
复制代码



mdadm --detail /dev/md2
  1. # mdadm --detail /dev/md2
  2. /dev/md2:
  3.            Version : 1.2
  4.      Creation Time : Fri Dec 17 07:23:40 2021
  5.         Raid Level : raid1
  6.         Array Size : 3905836032 (3.64 TiB 4.00 TB)
  7.      Used Dev Size : 3905836032 (3.64 TiB 4.00 TB)
  8.       Raid Devices : 4
  9.      Total Devices : 4
  10.        Persistence : Superblock is persistent

  11.      Intent Bitmap : Internal

  12.        Update Time : Fri Dec 17 08:00:13 2021
  13.              State : clean
  14.     Active Devices : 4
  15.    Working Devices : 4
  16.     Failed Devices : 0
  17.      Spare Devices : 0

  18. Consistency Policy : bitmap

  19.               Name : md2
  20.               UUID : e1578dbf:67dec8af:e90bbea2:5c506527
  21.             Events : 4

  22.     Number   Major   Minor   RaidDevice State
  23.        0       8       34        0      active sync   /dev/sdc2
  24.        1       8       50        1      active sync   /dev/sdd2
  25.        2       8        2        2      active sync   /dev/sda2
  26.        3       8       18        3      active sync   /dev/sdb2
复制代码



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

  3. Disk /dev/sdc: 4000.8 GB, 4000787030016 bytes, 7814037168 sectors
  4. Units = sectors of 1 * 512 = 512 bytes
  5. Sector size (logical/physical): 512 bytes / 512 bytes
  6. I/O size (minimum/optimal): 512 bytes / 512 bytes
  7. Disk label type: gpt
  8. Disk identifier: F0539E2C-A6FF-4A4A-B1CC-0709EEF5DD96


  9. #         Start          End    Size  Type            Name
  10. 1         2048      1048575    511M  EFI System      primary
  11. 2      1048576   7812982783    3.7T  Linux RAID      primary
  12. 3   7812982784   7814031359    512M  Linux filesyste primary
  13. WARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own discretion.

  14. Disk /dev/sdb: 4000.8 GB, 4000787030016 bytes, 7814037168 sectors
  15. Units = sectors of 1 * 512 = 512 bytes
  16. Sector size (logical/physical): 512 bytes / 512 bytes
  17. I/O size (minimum/optimal): 512 bytes / 512 bytes
  18. Disk label type: gpt
  19. Disk identifier: 71A7094B-5131-4377-ADA8-F205B2A76077


  20. #         Start          End    Size  Type            Name
  21. 1         2048      1048575    511M  EFI System      primary
  22. 2      1048576   7812982783    3.7T  Linux RAID      primary
  23. 3   7812982784   7814031359    512M  Linux filesyste primary
  24. WARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own discretion.

  25. Disk /dev/sdd: 4000.8 GB, 4000787030016 bytes, 7814037168 sectors
  26. Units = sectors of 1 * 512 = 512 bytes
  27. Sector size (logical/physical): 512 bytes / 512 bytes
  28. I/O size (minimum/optimal): 512 bytes / 512 bytes
  29. Disk label type: gpt
  30. Disk identifier: A19B1831-3CEA-4961-86E7-1A0E47B1EF8C


  31. #         Start          End    Size  Type            Name
  32. 1         2048      1048575    511M  EFI System      primary
  33. 2      1048576   7812982783    3.7T  Linux RAID      primary
  34. 3   7812982784   7814031359    512M  Linux filesyste primary
  35. WARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own discretion.

  36. Disk /dev/sda: 4000.8 GB, 4000787030016 bytes, 7814037168 sectors
  37. Units = sectors of 1 * 512 = 512 bytes
  38. Sector size (logical/physical): 512 bytes / 512 bytes
  39. I/O size (minimum/optimal): 512 bytes / 512 bytes
  40. Disk label type: gpt
  41. Disk identifier: F6829130-26BB-4EE2-BB6A-B148297E9E21


  42. #         Start          End    Size  Type            Name
  43. 1         2048      1048575    511M  EFI System      primary
  44. 2      1048576   7812982783    3.7T  Linux RAID      primary
  45. 3   7812982784   7814031359    512M  Linux filesyste primary
  46. 4   7814033072   7814037134      2M  Linux filesyste logical

  47. Disk /dev/md2: 3999.6 GB, 3999576096768 bytes, 7811672064 sectors
  48. Units = sectors of 1 * 512 = 512 bytes
  49. Sector size (logical/physical): 512 bytes / 512 bytes
  50. I/O size (minimum/optimal): 512 bytes / 512 bytes
复制代码
发表于 2021-12-17 16:56:51 | 显示全部楼层
你是4x4,不是8x2
发表于 2021-12-17 16:59:15 | 显示全部楼层
RAID1 就是这样,你想要的可能是RAID10或者RAID01
 楼主| 发表于 2021-12-17 16:59:59 | 显示全部楼层
看样子要用r10了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|全球主机交流论坛

GMT+8, 2024-4-26 22:22 , Processed in 0.057040 second(s), 8 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表