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 85C2963D07 for ; Fri, 17 Jul 2020 09:36:31 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 790A21A2F3 for ; Fri, 17 Jul 2020 09:36:31 +0200 (CEST) Received: from mail.ud08.udmedia.de (ud08.udmedia.de [194.117.254.48]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 1140F1A2EB for ; Fri, 17 Jul 2020 09:36:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=aeppelbroe.de; h=from:to :subject:message-id:date:content-type:mime-version; s=k1; bh=B0u pz6Sx+X7MTbbAYM+l40YRi9/5dNRAuiA+Gs7qapQ=; b=gbo3WZKMIp2dLrGKgrO 5JO8rJHBjZDQIxIohVL2g88byUWULuLYCUh8WkDQAKSVhY46iQPyxNw+yYq6NGJ8 AgpLzgXxIsX+PoW0sp6dhbmL8Aj/J6J076Zfl5EsiEx8+S11T/ovH/mL3Zxxb40K o7DGkNqZmo63Id1pbaEyFXNQ= Received: (qmail 2265505 invoked from network); 17 Jul 2020 09:36:24 +0200 Received: by mail.ud08.udmedia.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 17 Jul 2020 09:36:24 +0200 X-UD-Smtp-Session: ud08?166p2@Q5DMNp6qsJEFk2JU Received: from localhost (localhost [127.0.0.1]) by baikonur.fritz.box (Postfix) with ESMTP id 4C5B4D26B41 for ; Fri, 17 Jul 2020 09:36:24 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at baikonur.orbit.local Received: from baikonur.fritz.box ([127.0.0.1]) by localhost (baikonur.fritz.box [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hb_iPLem5b1L for ; Fri, 17 Jul 2020 09:36:24 +0200 (CEST) Received: from baikonur (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by baikonur.fritz.box (Postfix) with ESMTPS id 1851CD26B40 for ; Fri, 17 Jul 2020 09:36:24 +0200 (CEST) User-Agent: EGroupware API 17.1.007 From: Gregor Burck X-Priority: 3 X-Mailer: EGroupware-Mail To: Proxmox VE user list Message-ID: <20200717093624.EGroupware.82nNX7q9rxnLpZ8ESiI8tX6@heim.aeppelbroe.de> Date: Fri, 17 Jul 2020 09:36:24 +0200 Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 DKIM_INVALID 0.1 DKIM or DK signature exists, but is not valid DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid FORGED_SPF_HELO 1 - KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_DNSWL_LOW -0.7 Sender listed at https://www.dnswl.org/, low trust SPF_HELO_PASS -0.001 SPF: HELO matches SPF record SPF_NONE 0.001 SPF: sender does not publish an 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. [aeppelbroe.de] Subject: [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 07:36:31 -0000 Hi, first: is is alowed to post an question here and the forum? Someone will be on both, other only here or there? 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 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