document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. -bash-3.2# mdadm -D /dev/md0
  2. /dev/md0:
  3.         Version : 00.90.03
  4.   Creation Time : Wed Aug  3 22:22:10 2011
  5.      Raid Level : raid1
  6.      Array Size : 2930266432 (2794.52 GiB 3000.59 GB)
  7.   Used Dev Size : -1
  8.    Raid Devices : 2
  9.   Total Devices : 1
  10. Preferred Minor : 0
  11.     Persistence : Superblock is persistent
  12.  
  13.     Update Time : Fri Mar  7 07:44:02 2014
  14.           State : clean, degraded
  15.  Active Devices : 1
  16. Working Devices : 1
  17.  Failed Devices : 0
  18.   Spare Devices : 0
  19.  
  20.            UUID : 610926f0:5e33fee9:bcca6a3e:244ee95f
  21.          Events : 0.2837878
  22.  
  23.     Number   Major   Minor   RaidDevice State
  24.        0       0        0        0      removed
  25.        1       8       17        1      active sync   /dev/sdb1
  26.  
  27.  
  28. -bash-3.2# cat /proc/mdstat
  29. Personalities : [linear] [raid0] [raid1] [raid6] [raid5] [raid4]
  30. md0 : active raid1 sdb1[1]
  31.       2930266432 blocks [2/1] [_U]
  32.  
  33. unused devices: <none>
  34.  
  35.  
  36. -bash-3.2# mount
  37. rootfs on / type rootfs (rw)
  38. ubi0:rootfs on / type ubifs (rw)
  39. /proc on /proc type proc (rw)
  40. /sys on /sys type sysfs (rw)
  41. /proc/bus/usb on /proc/bus/usb type usbfs (rw)
  42. none on /dev type tmpfs (rw)
  43. devpts on /dev/pts type devpts (rw)
  44. nodev on /var/log type tmpfs (rw)
  45. nodev on /mnt/tmpfs type tmpfs (rw)
  46. nodev on /var/lib/php/session type tmpfs (rw)
  47. nodev on /tmp type tmpfs (rw)
  48. nodev on /var/run type tmpfs (rw)
  49. nodev on /var/cache type tmpfs (rw)
  50. nodev on /var/lib/axentra_sync type tmpfs (rw)
  51. nodev on /var/lib/oe-admin/minions type tmpfs (rw)
  52. nodev on /var/lib/oe-admin/actions type tmpfs (rw)
  53. nodev on /var/lib/oe-update-checker type tmpfs (rw)
  54. nodev on /etc/blkid type tmpfs (rw)
  55. nodev on /var/lib/dbus type tmpfs (rw)
  56. nodev on /var/lib/dhclient type tmpfs (rw)
  57. nodev on /var/lock type tmpfs (rw)
  58. nodev on /var/spool type tmpfs (rw)
  59. nodev on /var/lib/avahi-autoipd type tmpfs (rw)
  60. nodev on /etc/dhclient-eth0.conf type tmpfs (rw)
  61. nodev on /etc/printcap type tmpfs (rw)
  62. nodev on /etc/resolv.conf type tmpfs (rw)
  63. /dev/md0 on /home type xfs (rw)
  64. /dev/md0 on /tmp type xfs (rw)
  65. /dev/md0 on /var/cache/mt-daapd type xfs (rw)
  66.  
  67.  
  68. -bash-3.2# df -h
  69. Filesystem            Size  Used Avail Use% Mounted on
  70. rootfs                212M  162M   50M  77% /
  71. ubi0:rootfs           212M  162M   50M  77% /
  72. none                   62M   40K   62M   1% /dev
  73. nodev                  62M   44K   62M   1% /var/log
  74. nodev                  62M  1.2M   61M   2% /mnt/tmpfs
  75. nodev                  62M     0   62M   0% /var/lib/php/session
  76. nodev                 2.8T  567G  2.2T  21% /tmp
  77. nodev                  62M  1.2M   61M   2% /var/run
  78. nodev                  62M  1.2M   61M   2% /var/cache
  79. nodev                  62M  1.2M   61M   2% /var/lib/axentra_sync
  80. nodev                  62M  1.2M   61M   2% /var/lib/oe-admin/minions
  81. nodev                  62M  1.2M   61M   2% /var/lib/oe-admin/actions
  82. nodev                  62M  1.2M   61M   2% /var/lib/oe-update-checker
  83. nodev                  62M  1.2M   61M   2% /etc/blkid
  84. nodev                  62M  1.2M   61M   2% /var/lib/dbus
  85. nodev                  62M  1.2M   61M   2% /var/lib/dhclient
  86. nodev                  62M  1.2M   61M   2% /var/lock
  87. nodev                  62M  1.2M   61M   2% /var/spool
  88. nodev                  62M  1.2M   61M   2% /var/lib/avahi-autoipd
  89. nodev                  62M  1.2M   61M   2% /etc/dhclient-eth0.conf
  90. nodev                  62M  1.2M   61M   2% /etc/printcap
  91. nodev                  62M  1.2M   61M   2% /etc/resolv.conf
  92. /dev/md0              2.8T  567G  2.2T  21% /home
  93. /dev/md0              2.8T  567G  2.2T  21% /tmp
  94. /dev/md0              2.8T  567G  2.2T  21% /var/cache/mt-daapd
  95.  
  96.  
  97. -bash-3.2# mdadm --version
  98. mdadm - v2.6.4 - 19th October 2007
');