From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.saout.de ([127.0.0.1]) by localhost (mail.saout.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eNRXmciJgrYF for ; Sat, 1 Jun 2013 08:52:20 +0200 (CEST) Received: from mail-ee0-x22a.google.com (mail-ee0-x22a.google.com [IPv6:2a00:1450:4013:c00::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Sat, 1 Jun 2013 08:52:20 +0200 (CEST) Received: by mail-ee0-f42.google.com with SMTP id c4so252970eek.29 for ; Fri, 31 May 2013 23:52:19 -0700 (PDT) Message-ID: <51A99A20.3050505@gmail.com> Date: Sat, 01 Jun 2013 08:52:16 +0200 From: Milan Broz MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] unknown fstype, device is busy, device already exists List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: scar Cc: dm-crypt On 06/01/2013 07:49 AM, scar wrote: > booted with SystemRescueCD and SMART status looks ok > if i try to unlock /dev/sda5 it works and lvdisplay shows my logical > volumes (http://pastebin.com/v9gqjchL) but when i try to mount Didn't you forget to activate LVs? Use "vgchange -a y" and try to mount them again. Milan