Advertisement
Guest User

Untitled

a guest
Aug 9th, 2012
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. sda sdb sdc sdd
  2. .---. .---. .---. .---. <-- GRUB (4x)
  3. | 1 | | 1 | | 1 | | 1 | /boot, RAID1
  4. |---| |---| |---| |---|
  5. | 2 | | 2 | | 2 | | 2 | swap, RAID10
  6. | | | | | | | |
  7. |---| |---| |---| |---|
  8. | 3 | | 3 | | 3 | | 3 | /tmp, RAID10
  9. | | | | | | | |
  10. |---| |---| |---| |---|
  11. | 4 | | 4 | | 4 | | 4 | /, RAID5
  12. | | | | | | | |
  13. | | | | | | | |
  14. . . . .
  15. . . . .
  16. . . . .
  17. | | | | | | | |
  18. `---' `---' `---' `---'
  19.  
  20.  
  21. # fdisk -l /dev/sda
  22. Disk /dev/sda: 1500.3 GB, 1500301910016 bytes
  23. 255 heads, 63 sectors/track, 182401 cylinders, total 2930277168 sectors
  24. Units = sectors of 1 * 512 = 512 bytes
  25. Sector size (logical/physical): 512 bytes / 512 bytes
  26. I/O size (minimum/optimal): 512 bytes / 512 bytes
  27.  
  28. Device Boot Start End Blocks Id System
  29. /dev/sda1 * 63 401624 200781 fd Linux raid autodetect
  30. /dev/sda2 401625 8418059 4008217+ fd Linux raid autodetect
  31. /dev/sda3 8418060 16434494 4008217+ fd Linux raid autodetect
  32. /dev/sda4 16434495 2930272064 1456918785 fd Linux raid autodetect
  33.  
  34. # cat /proc/mdstat
  35. Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4]
  36. md1 : active raid10 sdd2[3] sdb2[1] sdc2[2] sda2[0]
  37. 8016128 blocks 64K chunks 2 far-copies [4/4] [UUUU]
  38.  
  39. md2 : active raid10 sdd3[3] sdb3[1] sdc3[2] sda3[0]
  40. 8016128 blocks 64K chunks 2 far-copies [4/4] [UUUU]
  41.  
  42. md3 : active raid5 sdd4[3] sdb4[1] sdc4[2] sda4[0]
  43. 4370755968 blocks level 5, 128k chunk, algorithm 2 [4/4] [UUUU]
  44.  
  45. md0 : active raid1 sdd1[3] sdb1[1] sdc1[2] sda1[0]
  46. 200704 blocks [4/4] [UUUU]
  47.  
  48. unused devices: <none>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement