Linux-LVM Archive mirror
 help / color / mirror / Atom feed
From: Annamalai Gurusami <annamalai.gurusami@oracle.com>
To: linux-lvm@redhat.com
Subject: [linux-lvm] Identifying Unused VG
Date: Thu, 15 Oct 2020 15:32:45 +0530	[thread overview]
Message-ID: <87362fg62i.fsf@oracle.com> (raw)

Hi All,

I am new user of LVM.  At home, in a desktop machine, I installed Ubuntu
20.04 LTS and while doing so I opted for LVM.  This desktop computer has
2 hard disks.  I want to remove 1 hard disk and use it for another
computer.  But I need to remove the hard disk without loss of data.  The
problem now is that there are two VG listed, while I think it should be
only one.  How to identify the unwanted VG? Maybe this is because of
multiple attempts at installation.  Any help on this is much
appreciated.

Here are some of the output of the commands in that desktop:

root@desktop02:~# lsblk --scsi
NAME HCTL       TYPE VENDOR   MODEL                 REV TRAN
sda  2:0:0:0    disk ATA      ST2000DM005-2CW102   0001 sata
sdb  8:0:0:0    disk ATA      WDC_WD20EZAZ-00GGJB0 0A80 sata
root@desktop02:~# vgs
  VG       #PV #LV #SN Attr   VSize  VFree
  vgubuntu   1   2   0 wz--n- <1.82t    0 
  vgubuntu   1   2   0 wz--n- <1.82t    0 
root@desktop02:~# pvs
  PV         VG       Fmt  Attr PSize  PFree
  /dev/sda2  vgubuntu lvm2 a--  <1.82t    0 
  /dev/sdb5  vgubuntu lvm2 a--  <1.82t    0 
root@desktop02:~# lvs
  LV     VG       Attr       LSize   Pool Origin Data%  Meta%  Move Log Cpy%Sync Convert
  root   vgubuntu -wi-ao----  <1.82t                                                    
  root   vgubuntu -wi-------  <1.82t                                                    
  swap_1 vgubuntu -wi-ao---- 976.00m                                                    
  swap_1 vgubuntu -wi------- 976.00m                                                    
root@desktop02:~# lsblk
NAME                MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
loop0                 7:0    0    55M  1 loop /snap/core18/1880
loop1                 7:1    0   251M  1 loop /snap/gimp/292
loop2                 7:2    0 161.4M  1 loop /snap/gnome-3-28-1804/128
loop3                 7:3    0   251M  1 loop /snap/gimp/297
loop4                 7:4    0 162.9M  1 loop /snap/gnome-3-28-1804/145
loop5                 7:5    0  55.3M  1 loop /snap/core18/1885
loop6                 7:6    0 255.6M  1 loop /snap/gnome-3-34-1804/36
loop7                 7:7    0 217.9M  1 loop /snap/gnome-3-34-1804/60
loop8                 7:8    0  62.1M  1 loop /snap/gtk-common-themes/1506
loop9                 7:9    0 138.4M  1 loop /snap/inkscape/7947
loop10                7:10   0 260.7M  1 loop /snap/kde-frameworks-5-core18/32
loop11                7:11   0  43.2M  1 loop /snap/snap-store/415
loop12                7:12   0  50.7M  1 loop /snap/snap-store/481
loop13                7:13   0  30.3M  1 loop /snap/snapd/9279
loop14                7:14   0    31M  1 loop /snap/snapd/9607
loop15                7:15   0 217.5M  1 loop /snap/supertux/229
loop16                7:16   0 290.4M  1 loop /snap/vlc/1700
sda                   8:0    0   1.8T  0 disk 
����sda1                8:1    0   512M  0 part 
����sda2                8:2    0   1.8T  0 part 
sdb                   8:16   0   1.8T  0 disk 
����sdb1                8:17   0   512M  0 part /boot/efi
����sdb2                8:18   0     1K  0 part 
����sdb5                8:21   0   1.8T  0 part 
  ����vgubuntu-root   253:0    0   1.8T  0 lvm  /
  ����vgubuntu-swap_1 253:1    0   976M  0 lvm  [SWAP]
root@desktop02:~# 

Since both the VG is named as "vgubuntu", I am wondering how to identify
the unused or unwanted VG.  And I need to identify which hard disk (sda
or sdb) I can remove.  And what I need to do before unplugging it.

I would appreciate if you people can point me in the right
direction. Thank you.

Rgds,
anna

-- 
mysql> help year data type;
Name: 'YEAR DATA TYPE'
Description:
YEAR[(4)]

A year in 4-digit format. MySQL displays YEAR values in YYYY format,
but permits assignment of values to YEAR columns using either strings
or numbers. Values display as 1901 to 2155, or 0000.

             reply	other threads:[~2020-10-15 14:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-15 10:02 Annamalai Gurusami [this message]
2020-10-16 14:52 ` [linux-lvm] Identifying Unused VG John Stoffel
2020-10-19  4:17   ` Annamalai Gurusami
2020-10-19 19:53     ` John Stoffel
2020-11-03  8:49   ` Annamalai Gurusami
2020-11-03 14:40     ` John Stoffel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87362fg62i.fsf@oracle.com \
    --to=annamalai.gurusami@oracle.com \
    --cc=linux-lvm@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).