<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#1f497d">
    mai fatto ma proverei questo (estratto da
    <a class="moz-txt-link-freetext" href="https://help.ubuntu.com/community/ResizeEncryptedPartitions">https://help.ubuntu.com/community/ResizeEncryptedPartitions</a>)<br>
    <br>
    1. Boot the live (Desktop) CD and install lvm2 and cryptsetup.<br>
    <br>
    sudo apt-get update && sudo apt-get install lvm2 cryptsetup<br>
    <br>
    2. Load the cryptsetup module.<br>
    <br>
    sudo modprobe dm-crypt<br>
    <br>
    3. Decrypt your file system.<br>
    <br>
    sudo cryptsetup luksOpen /dev/sda5 crypt1<br>
    <br>
    4. Get the live CD to recognize (activate) your LVM.<br>
    <br>
    sudo vgscan --mknodes<br>
    sudo vgchange -ay<br>
    <br>
    <b>You can now manage your encrypted partitions, mount them</b>,
    copy them, or perform maintenance (fsck, backup, resize). <br>
    <br>
    ciao<br>
    <br>
    <div class="moz-cite-prefix">Il 13/03/2015 12:00,
      <a class="moz-txt-link-abbreviated" href="mailto:bglug-request@lists.linux.it">bglug-request@lists.linux.it</a> ha scritto:<br>
    </div>
    <blockquote
      cite="mid:mailman.5.1426244404.25692.bglug@lists.linux.it"
      type="cite">
      <pre wrap="">----------------------------------------------------------------------

Message: 1
Date: Fri, 13 Mar 2015 11:52:07 +0100
From: OLCapo <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:olcapo@noterdemadu.com"><olcapo@noterdemadu.com></a>
To: <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:bglug@lists.linux.it">bglug@lists.linux.it</a>
Subject: [bglug] Partizione Lvm cifrata
Message-ID: <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:401ece15-21e2-4499-99cd-255b1d882ae4@email.typeapp.com"><401ece15-21e2-4499-99cd-255b1d882ae4@email.typeapp.com></a>
Content-Type: text/plain; charset="utf-8"

Salve a tutti,
ho un computer con lvm cifrata (root e home sono nella stessa partizione) che in seguito ad un aggiornamento ora non parte piu "ha spento il PC prima che finisse l'aggiornamento "
Ora dovrei montarlo fare un chroot e finire l'aggiornamento, il problema è che non riesco a montarlo.
Ho girato su internet ma non ho trovato nulla.
Qualcuno in lista sa indicarmi una strada?

Grazie

OLCapo
</pre>
    </blockquote>
    <br>
  </body>
</html>