Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. [root@SEAScoutDB01 mnt]# pvdisplay /dev/sda2
  2. "/dev/sda2" is a new physical volume of "99.51 GiB"
  3. --- NEW Physical volume ---
  4. PV Name /dev/sda2
  5. VG Name
  6. PV Size 99.51 GiB
  7. Allocatable NO
  8. PE Size 0
  9. Total PE 0
  10. Free PE 0
  11. Allocated PE 0
  12. PV UUID vOas0J-dMfE-YYUf-jPu1-0vgX-VJzW-vanf8a
  13.  
  14. [root@SEAScoutDB01 mnt]# vgdisplay arm
  15. --- Volume group ---
  16. VG Name arm
  17. System ID
  18. Format lvm2
  19. Metadata Areas 1
  20. Metadata Sequence No 1
  21. VG Access read/write
  22. VG Status resizable
  23. MAX LV 0
  24. Cur LV 0
  25. Open LV 0
  26. Max PV 0
  27. Cur PV 1
  28. Act PV 1
  29. VG Size 99.51 GiB
  30. PE Size 4.00 MiB
  31. Total PE 25474
  32. Alloc PE / Size 0 / 0
  33. Free PE / Size 25474 / 99.51 GiB
  34. VG UUID wEL5E8-I4Yc-MQJQ-rBJG-Fyob-HXJ6-H8ivzh
  35.  
  36. [root@SEAScoutDB01 mnt]# lvdisplay arm
  37. --- Logical volume ---
  38. LV Path /dev/arm/arm-data
  39. LV Name arm-data
  40. VG Name arm
  41. LV UUID SRK2EO-hm5L-QYyZ-mDMf-ijwn-EkxL-2UhW8g
  42. LV Write Access read/write
  43. LV Creation host, time SEAScoutDB01.ohnoez.lan, 2017-02-27 14:19:51 -0800
  44. LV Status available
  45. # open 0
  46. LV Size 99.51 GiB
  47. Current LE 25474
  48. Segments 1
  49. Allocation inherit
  50. Read ahead sectors auto
  51. - currently set to 8192
  52. Block device 253:2
  53.  
  54. [root@SEAScoutDB01 mnt]# ls -l /dev/mapper/*
  55. lrwxrwxrwx. 1 root root 7 Feb 27 14:19 /dev/mapper/arm-arm--data -> ../dm-2
  56.  
  57. [root@SEAScoutDB01 mnt]# mount -w /dev/dm-2 /mnt/arm-data
  58. mount: /dev/mapper/arm-arm--data is write-protected but explicit `-w' flag given
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement