Guest User

Untitled

a guest
Jan 23rd, 2013
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. fdisk
  2. *****
  3. Device Boot Start End Blocks Id System
  4. /dev/sda1 1 365 2931831 fd Linux raid autodetect
  5. /dev/sda2 366 38913 309636810 fd Linux raid autodetect
  6.  
  7. Device Boot Start End Blocks Id System
  8. /dev/sdb1 1 365 2931831 fd Linux raid autodetect
  9. /dev/sdb2 366 38913 309636810 fd Linux raid autodetect
  10.  
  11. blkid
  12. *****
  13. /dev/sda1: UUID="6752d2b1-4e02-e33a-c670-aab7b97b6949" TYPE="mdraid"
  14. /dev/sda2: UUID="2033c327-cece-c65a-7aac-ab49237fa336" TYPE="mdraid"
  15. /dev/sdb1: UUID="6752d2b1-4e02-e33a-c670-aab7b97b6949" TYPE="mdraid"
  16. /dev/sdb2: UUID="2033c327-cece-c65a-7aac-ab49237fa336" TYPE="mdraid"
  17. /dev/md0: TYPE="swap"
  18. /dev/md1: UUID="b498929b-1c66-4d40-a600-a507ac31a671" TYPE="ext3"
  19.  
  20. fstab
  21. *****
  22. # <file system> <mount point> <type> <options> <dump> <pass>
  23. proc /proc proc defaults 0 0
  24. /dev/md1 / ext3 errors=remount-ro 0 1
  25. /dev/md0 none swap sw 0 0
  26. /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
  27.  
  28. mdadm.conf
  29. **********
  30. DEVICE partitions
  31. CREATE owner=root group=disk mode=0660 auto=yes
  32. HOMEHOST <system>
  33. MAILADDR root
  34. ARRAY /dev/md0 level=raid1 num-devices=2 UUID=b1d25267:3ae3024e:b7aa70c6:49697bb9
  35. ARRAY /dev/md1 level=raid1 num-devices=2 UUID=27c33320:5ac6cece:49abac7a:36a37f23
  36.  
  37. mdadm --detail --scan /dev/md0
  38. ******************************
  39. /dev/md0:
  40. Version : 00.90
  41. Creation Time : Thu Mar 18 14:23:15 2010
  42. Raid Level : raid1
  43. Array Size : 2931712 (2.80 GiB 3.00 GB)
  44. Used Dev Size : 2931712 (2.80 GiB 3.00 GB)
  45. Raid Devices : 2
  46. Total Devices : 2
  47. Preferred Minor : 0
  48. Persistence : Superblock is persistent
  49.  
  50. Update Time : Wed Jan 23 10:38:51 2013
  51. State : clean
  52. Active Devices : 2
  53. Working Devices : 2
  54. Failed Devices : 0
  55. Spare Devices : 0
  56.  
  57. UUID : b1d25267:3ae3024e:b7aa70c6:49697bb9
  58. Events : 0.96
  59.  
  60. Number Major Minor RaidDevice State
  61. 0 8 1 0 active sync /dev/sda1
  62. 1 8 17 1 active sync /dev/sdb1
  63.  
  64. mdadm --detail --scan /dev/md1
  65. ******************************
  66. /dev/md1:
  67. Version : 00.90
  68. Creation Time : Thu Mar 18 14:23:22 2010
  69. Raid Level : raid1
  70. Array Size : 309636736 (295.29 GiB 317.07 GB)
  71. Used Dev Size : 309636736 (295.29 GiB 317.07 GB)
  72. Raid Devices : 2
  73. Total Devices : 2
  74. Preferred Minor : 1
  75. Persistence : Superblock is persistent
  76.  
  77. Update Time : Wed Jan 23 10:41:01 2013
  78. State : clean
  79. Active Devices : 2
  80. Working Devices : 2
  81. Failed Devices : 0
  82. Spare Devices : 0
  83.  
  84. UUID : 27c33320:5ac6cece:49abac7a:36a37f23
  85. Events : 0.146
  86.  
  87. Number Major Minor RaidDevice State
  88. 0 8 2 0 active sync /dev/sda2
  89. 1 8 18 1 active sync /dev/sdb2
Advertisement
Add Comment
Please, Sign In to add comment