Advertisement
JPeterson

No volume groups found

Feb 1st, 2013
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.84 KB | None | 0 0
  1.  
  2. user@ubuntu:~$ # pvscan
  3. user@ubuntu:~$ sudo pvscan
  4.   PV /dev/sdb1                      lvm2 [100.00 GiB]
  5.   Total: 1 [100.00 GiB] / in use: 0 [0   ] / in no VG: 1 [100.00 GiB]
  6. user@ubuntu:~$
  7. user@ubuntu:~$ # pvdisplay
  8. user@ubuntu:~$ sudo pvdisplay -m
  9.   "/dev/sdb1" is a new physical volume of "100.00 GiB"
  10.   --- NEW Physical volume ---
  11.   PV Name               /dev/sdb1
  12.   VG Name
  13.   PV Size               100.00 GiB
  14.   Allocatable           NO
  15.   PE Size               0
  16.   Total PE              0
  17.   Free PE               0
  18.   Allocated PE          0
  19.   PV UUID               I8V6wc-5RYl-mj5i-0vek-Zu66-V8TA-FON0L2
  20.  
  21.  
  22. user@ubuntu:~$
  23. user@ubuntu:~$ # vgchange
  24. user@ubuntu:~$ sudo vgchange -a y # activate
  25.   No volume groups found
  26. user@ubuntu:~$
  27. user@ubuntu:~$ # lvdisplay
  28. user@ubuntu:~$ sudo lvdisplay
  29.   No volume groups found
  30. user@ubuntu:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement