From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id E8A5B63D29 for ; Fri, 17 Jul 2020 10:00:09 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id E560C1A77D for ; Fri, 17 Jul 2020 10:00:09 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [212.186.127.180]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 17B391A76F for ; Fri, 17 Jul 2020 10:00:09 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id C164E430F9; Fri, 17 Jul 2020 10:00:08 +0200 (CEST) Date: Fri, 17 Jul 2020 10:00:07 +0200 From: Stoiko Ivanov To: Gregor Burck Cc: Proxmox VE user list Message-ID: <20200717100007.3bd8d43a@rosa.proxmox.com> In-Reply-To: <20200717093624.EGroupware.82nNX7q9rxnLpZ8ESiI8tX6@heim.aeppelbroe.de> References: <20200717093624.EGroupware.82nNX7q9rxnLpZ8ESiI8tX6@heim.aeppelbroe.de> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SPAM-LEVEL: Spam detection results: 0 KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_DNSWL_MED -2.3 Sender listed at https://www.dnswl.org/, medium trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [proxmox.com] Subject: Re: [PVE-User] LVM Rescue X-BeenThere: pve-user@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE user list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jul 2020 08:00:10 -0000 Hi, On Fri, 17 Jul 2020 09:36:24 +0200 Gregor Burck wrote: > Hi, > > first: is is alowed to post an question here and the forum? Someone > will be on both, other only here or there? allowed - yes (both are public forums) encouraged - no - all of us here at proxmox read both and try to help out - if you post to both that leads to double effort. Of course if you don't get an answer on either of both - you can/should try to reach out via the other medium (best with referencing the forum/mailinglist thread :) > > second: > > I've trouble with an not started pve server, he've problems with his > lvm storage. > From a live System I could see the disks. > > My question now is, could I copy them with dd to an external medium? > Like: 'dd if=/dev/pve/vm-102-disk-0 of=/mnt/USB/image.img bs=...' The command looks ok - and if the disk contents are ok you should be able to use the resulting image.img as raw image for the guest (name it appropriately and put it in the right path in a configured storage) OTOH - if the contents of the LV /dev/pve/vm-102-disk-0 have a problem then copying it won't help - but it's probably the first thing I'd try in that situation. Hope that helps! stoiko > > The problem occure when I setup an NFS Backup Storage and made an > reboot,... so there is now no vaild backup. > > Thank for all little help,... > > Gregor > > > _______________________________________________ > pve-user mailing list > pve-user@lists.proxmox.com > https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user > >