Guest User

Untitled

a guest
Mar 23rd, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. -bash-4.1$ cat /proc/mdstat
  2. Personalities : [raid1]
  3. md127 : active raid1 sdb1[1] sda1[0]
  4. 1953512400 blocks super 1.2 [2/2] [UU]
  5.  
  6. unused devices: <none>
  7.  
  8. -bash-4.1$ sudo pvdisplay
  9. --- Physical volume ---
  10. PV Name /dev/md127
  11. VG Name vgstorage
  12. PV Size 1.82 TiB / not usable 2.95 MiB
  13. Allocatable yes (but full)
  14. PE Size 4.00 MiB
  15. Total PE 476931
  16. Free PE 0
  17. Allocated PE 476931
  18. PV UUID kGGfWl-DrOp-RMb1-FyhQ-558k-RPcA-fswGLG
  19.  
  20. -bash-4.1$ sudo vgdisplay
  21. --- Volume group ---
  22. VG Name vgstorage
  23. System ID
  24. Format lvm2
  25. Metadata Areas 1
  26. Metadata Sequence No 2
  27. VG Access read/write
  28. VG Status resizable
  29. MAX LV 0
  30. Cur LV 1
  31. Open LV 1
  32. Max PV 0
  33. Cur PV 1
  34. Act PV 1
  35. VG Size 1.82 TiB
  36. PE Size 4.00 MiB
  37. Total PE 476931
  38. Alloc PE / Size 476931 / 1.82 TiB
  39. Free PE / Size 0 / 0
  40. VG UUID WVD1Kc-YmHm-mPgv-NOMC-2vaR-K7SH-cDb58o
  41.  
  42. -bash-4.1$
  43. -bash-4.1$ sudo lvdisplay
  44. --- Logical volume ---
  45. LV Path /dev/vgstorage/storage
  46. LV Name storage
  47. VG Name vgstorage
  48. LV UUID LMeS5F-0gF8-4flA-LMRK-25PW-Yc1u-oqfWv2
  49. LV Write Access read/write
  50. LV Creation host, time ,
  51. LV Status available
  52. # open 1
  53. LV Size 1.82 TiB
  54. Current LE 476931
  55. Segments 1
  56. Allocation inherit
  57. Read ahead sectors auto
  58. - currently set to 256
  59. Block device 253:1
  60.  
  61. -bash-4.1$
Advertisement
Add Comment
Please, Sign In to add comment