Advertisement
Guest User

Untitled

a guest
Apr 13th, 2014
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. root@backup:~# mdadm --detail /dev/md3
  2. /dev/md3:
  3. Version : 0.90
  4. Creation Time : Sun Apr 13 07:05:53 2014
  5. Raid Level : raid1
  6. Array Size : 3886010304 (3705.99 GiB 3979.27 GB)
  7. Used Dev Size : -1
  8. Raid Devices : 6
  9. Total Devices : 6
  10. Preferred Minor : 3
  11. Persistence : Superblock is persistent
  12.  
  13. Intent Bitmap : Internal
  14.  
  15. Update Time : Sun Apr 13 08:05:59 2014
  16. State : active
  17. Active Devices : 6
  18. Working Devices : 6
  19. Failed Devices : 0
  20. Spare Devices : 0
  21.  
  22. UUID : a8c02df5:23b420d3:a4d2adc2:26fd5302
  23. Events : 0.1
  24.  
  25. Number Major Minor RaidDevice State
  26. 0 8 3 0 active sync /dev/sda3
  27. 1 8 19 1 active sync /dev/sdb3
  28. 2 8 35 2 active sync /dev/sdc3
  29. 3 8 51 3 active sync /dev/sdd3
  30. 4 8 67 4 active sync /dev/sde3
  31. 5 8 83 5 active sync /dev/sdf3
  32. root@backup:~# cat /etc/fstab
  33. # <file system> <mount point> <type> <options> <dump> <pass>
  34. /dev/md2 / ext4 errors=remount-ro,relatime 0 1
  35. /dev/md3 /home ext4 defaults,relatime 1 2
  36. /dev/sda4 swap swap defaults 0 0
  37. /dev/sdb4 swap swap defaults 0 0
  38. /dev/sdc4 swap swap defaults 0 0
  39. /dev/sdd4 swap swap defaults 0 0
  40. /dev/sde4 swap swap defaults 0 0
  41. /dev/sdf4 swap swap defaults 0 0
  42. proc /proc proc defaults 0 0
  43. sysfs /sys sysfs defaults 0 0
  44. devtmpfs /dev devtmpfs rw 0 0
  45. root@backup:~# df -h
  46. Filesystem Size Used Avail Use% Mounted on
  47. rootfs 20G 760M 18G 5% /
  48. /dev/root 20G 760M 18G 5% /
  49. devtmpfs 7.8G 4.0K 7.8G 1% /dev
  50. none 4.0K 0 4.0K 0% /sys/fs/cgroup
  51. none 1.6G 540K 1.6G 1% /run
  52. none 5.0M 0 5.0M 0% /run/lock
  53. none 7.8G 0 7.8G 0% /run/shm
  54. none 100M 0 100M 0% /run/user
  55. /dev/md3 3.6T 69M 3.4T 1% /home
  56. root@backup:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement