|
此文章由 degra 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 degra 所有!转贴必须注明作者、出处和本声明,并保持内容完整
Western Digital 2TB green drive 在 IT Estate 卖 $121, 比greenbox 贵$2, 不过胜在pickup 地点方便, 需要的快点去抢
现在正在build , 需要几小时, 不过速度很快, 100MB/s- root@msevr:~# cat /proc/mdstat
- Personalities : [raid6] [raid5] [raid4]
- md0 : active raid5 sda1[0] sdd1[4] sdc1[2] sdb1[1]
- 5860531200 blocks super 1.2 level 5, 512k chunk, algorithm 2 [4/3] [UUU_]
- [=>...................] recovery = 9.1% (178557348/1953510400) finish=288.8min speed=102430K/sec
- bitmap: 2/15 pages [8KB], 65536KB chunk
- unused devices: <none>
- root@msevr:~# mdadm -D /dev/md0
- /dev/md0:
- Version : 1.2
- Creation Time : Fri Apr 13 17:20:03 2012
- Raid Level : raid5
- Array Size : 5860531200 (5589.04 GiB 6001.18 GB)
- Used Dev Size : 1953510400 (1863.01 GiB 2000.39 GB)
- Raid Devices : 4
- Total Devices : 4
- Persistence : Superblock is persistent
- Intent Bitmap : Internal
- Update Time : Fri Apr 13 18:09:19 2012
- State : active, degraded, recovering
- Active Devices : 3
- Working Devices : 4
- Failed Devices : 0
- Spare Devices : 1
- Layout : left-symmetric
- Chunk Size : 512K
- Rebuild Status : 9% complete
- Name : :raid5
- UUID : XXX
- Events : 567
- Number Major Minor RaidDevice State
- 0 8 1 0 active sync /dev/sda1
- 1 8 17 1 active sync /dev/sdb1
- 2 8 33 2 active sync /dev/sdc1
- 4 8 49 3 spare rebuilding /dev/sdd1
- root@msevr:~#
复制代码 |
|