<div>Good afternoon,</div>
<div> </div>
<div>I created this structure using anaconda, so I'm a bit unsure of all the details:</div>
<div>1) Encrypted partition</div>
<div>2) VG <vg_dubby> containing three LV's <lv_root, lv_home, lv_swap></div>
<div> </div>
<div>I suppose it's possible the encryption is at another (or even additional) level than the partition.</div>
<div>Like I said, I created this with anaconda and it's been almost 18 months, so my memory is not certain.</div>
<div><br>I am trying to mount the LV and am getting errors.</div>
<div> </div>
<div>I am running Fedora Rawhide as of 11/1/2010</div>
<div> </div>
<div>Steps taken:</div>
<div>modprobe dm-crypt</div>
<div>modprobe dm-mod</div>
<div>cryptsetup luksOpen /dev/sdf6 F14    <-- /dev/sdf6 is the location of encrypted partition</div>
<div>   Enter passphrase for /dev/sdf6:</div>
<div>   <Entered passphrase here></div>
<div>vgscan</div>
<div>  Reading all physical volumnes.  This may take a while...</div>
<div>  Found volume group "vg_dubby" using metadata type lvm2</div>
<div>vgchange -a y vg_dubby</div>
<div>  3 logical volume(s) in volume group "vg_dubby" now active</div>
<div>mount /dev/vg_dubby/lv_root /mnt/root</div>
<div>  mount: unknown filesystem type 'crypto_LUKS'</div>
<div> </div>
<div>In scanning the web, I see almost all of the examples show output from cryptsetup as including:</div>
<div>       key slot 0 unlocked.<br>       Command successful.<br>Mine did not.</div>
<div> </div>
<div>Output from</div>
<div>cryptsetup luksDump /dev/sdf6 shows Key Slot 0: ENABLED</div>
<div> </div>
<div>All other Key Slots are DISABLED.</div>
<div> </div>
<div>lvs and pvscan look reasonable to me, but I'm a novice, so I'm not quite sure what to look for.</div>
<div>pvs</div>
<div>  PV            VG          Fmt  Attr  PSize    PFree</div>
<div>  /dev/dm-2  vg_dubby  lvm2 a-    724.09g 32.00m</div>
<div>lvs</div>
<div>  LV          VG          Attr    LSize  Origin Snap% Move Log Copy% Convert</div>
<div>  lv_home  vg_dubby  -wi--- 664.25g</div>
<div>  lv_root    vg_dubby  -wi---  50.00g</div>
<div>  lv_swap  vg_dubby  -wi---   9.81g</div>
<div> </div>
<div>Any suggestions would be greatly appreciated.</div>
<div> </div>
<div>Thanks.</div>