<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi Bruce,<br>
      <br>
      On 23/09/13 16:26, Bruce B wrote:<br>
    </div>
    <blockquote
cite="mid:CAJyE_uVv+2yp4niBWrps7MKEQ-KR6AJchi0g4FyjPjfoP_Zipw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>Nice command! Gives the whole picture at once.</div>
        <div><br>
        </div>
        <div><font color="#0000ff">root@prox1:~# pvs</font></div>
        <div><font color="#0000ff">  PV         VG   Fmt  Attr PSize  
            PFree  </font></div>
        <div><font color="#0000ff">  /dev/sda2  pve  lvm2 a--  931.01g
             16.00g</font></div>
        <div><font color="#0000ff">  /dev/sdb2       lvm2 a--  931.01g
            931.01g</font></div>
        <div><font color="#0000ff"><br>
          </font></div>
        <div><font color="#000000">Does that ^^^ mean I have 1TB of free
            space which I can use? :) If so, how should I go about
            adding it to Proxmox. I would like to take the *Safest* and
            *Simplest* way possible.</font></div>
        <br>
      </div>
    </blockquote>
    Yes, you have a not used disk. If you want to add it to Proxmox VM
    storage, you should (first explore commands with -h flag!!!): <br>
    1. Add the PV to pve volumegroup (something like 'vgextend pve
    /dev/sdb')<br>
    2. Change size of LV for data in PVE, i.e. 'lvextend -L +915G
    /dev/pve/data/'<br>
    3. Resize filesystem, i.e. 'resize2fs /dev/pve/data/'<br>
    <br>
    You can do all commands without unmounting the filesystem if you
    have used Proxmox defaults (ext3/ext4 filesystem)<br>
    <br>
    I don't know what are you using the server for, but remember that
    you don't have data redundancy (raid1).<br>
    <br>
    Cheers<br>
    Eneko<br>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Zuzendari Teknikoa / Director Técnico
Binovo IT Human Project, S.L.
Telf. 943575997
      943493611
Astigarraga bidea 2, planta 6 dcha., ofi. 3-2; 20180 Oiartzun (Gipuzkoa)
<a class="moz-txt-link-abbreviated" href="http://www.binovo.es">www.binovo.es</a></pre>
  </body>
</html>