惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
V2EX
P
Proofpoint News Feed
D
DataBreaches.Net
C
Check Point Blog
L
LangChain Blog
量子位
美团技术团队
Vercel News
Vercel News
人人都是产品经理
人人都是产品经理
N
Netflix TechBlog - Medium
V
Visual Studio Blog
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
MongoDB | Blog
MongoDB | Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Last Week in AI
Last Week in AI
The GitHub Blog
The GitHub Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
U
Unit 42
腾讯CDC
M
MIT News - Artificial intelligence
Microsoft Azure Blog
Microsoft Azure Blog
Blog — PlanetScale
Blog — PlanetScale

Proxmox Support Forum

[SOLVED] - Github Auth for Mirrors-Kernel Repo? [Automation] Mass migration tool for MS Win11/Server Proxmox GUI hang - not response is it possible to reject or quarantine spam based on conditions I set ? The PVENode task list in PVE9 is partially obscured due to the terminal font being too large. About 100% error reporting due to pveproxy.service hooks Kubernetes overlay networking breaks when upgrading from PVE 9.1 to PVE 9.2.3 Zentraler Speicher No space left on device Combine datastore and direct file archival to tape Kernel panic VFS: Unable to mount root fs on unknown-block (0,0) sobald ein 7.x Kernel verwendet wird. How to migrate disk of a VM from one ZFS to another Windows Server 2025 fails to boot after PVE 9.2 / Linux 7.0 Kernel upgrade Cannot Install Proxmox on T610 Poweredge with H700 PERC card sdn Config. gateway not reachable How to safely change domain/FQDN? Welche Filterquote erreicht ihr? NFS Share status unknown on 2 of 5 nodes Can't connect to PVE9 consoles [solved] Can't connect to PVE9 consoles [solved] [SOLVED] - Use secondary network for PVE commands Created cluster, one node storage gone BUG: proxmox mail gateway FROM = null bypass spam filtering Moving existing PBS from VMWare workstation to PVE cluster Does eBGP SDN fabric support external peering? Bug: PDM 1.1 not recognizing valid license status Proxmox GUI hang - not response PVE crashes unexpectedly Proxmox Backup Server 4.2 released! Advice
proxmox 8 add existing lvm disk to new installation of pr...
invalid@exam · 2026-06-17 · via Proxmox Support Forum

Hello Everyone i have had to reinstall my proxmox host after an accident but all my vms where created on a seperate disk from the disk i had to reinstall proxmox . I am now trying to add my old existing LVM to the new installation. It shows up in the node LVM but not sure how to reattach it and have access to the content. Do i just go to the datacenter and click storage then add it there?
pve3.jpg

If I remember correctly:
Go to Datacenter > Storage
Click add LVM.
Then you just need to give it the right name, correct node name and the LVM location.
After that it should be accessible again.

EDIT:
Since you reinstalled Proxmox VE and did not have more then one node, all the datacenter configuration will also be wiped/lost.
So you need to add the LVM back to the datacenter so that the datacenter knows about the storage and the assigned node can use it.

Last edited:

when i LVS from the root i get LV as data1 and VGS as alice , so when you say correct name do i have to put the name as data1? And for the node do i have to use the old node name(change the node now olulab to what it was before or can i just leave node name as it is now?)

The name is used as the storage name for Proxmox VE so I would advice to keep the same name as before if possible since the VM config file expect that name. (But changing the name in the VMs config file is also possible, but more of a pain to do.)

The node name should be the (new) node name so that the datacenter knows that that storage is only for that node. (This make sure that if you add a node later that that newer node will not also get that storage since that storage will not exist locally for that later node.)

Last edited:

Done that but it shows up on the node but all empty
pve4.jpg

Is it a LVM volume before the reinstall or a LVM-Thin?
You storage usage seems very high. (99,04% full)

Was your storage usage also 99,04% before reinstalling?
Since a LVM-Thin is created on a LVM volume, and causes the LVM to think it is almost full even though it is not.
Or better say/ask are the VM disk stored as big as they are created or do the VM disk only use the space they need?

the VM disk are stored as big as they are created. But no vms are showing up

Is there a way to get access to files the drive or not possible now?

If you go to the VM disk section on the storage, it should list your VM disk files.
But Proxmox VE will not read the VMs itself since it has no config files to do so.
So if you want to read the VMs you need to create new VMs and add the existing VM disks instead of adding a new VM disk.

Could you remove the storage from the datacenter and add it again as LVM-Thin?

Since as far as I know, it should list the VM disks straight away.
So I can only think it should be a LVM-Thin storage since it knows there is data on the disk.

Then I sadly have no clue.
When I add a old disk to a new install and add it again in the datacenter, the VM disks show up straight away.

okay thanks for your help

Finally got it to work, i needed to create a mount point and mount it on the host then go to the datacenter then create a directory with it pointing to my mount folder. NOw i can see some data and it is not full.Thanks again for pointing me in the right direction.
pve6.jpg

Good to hear you figured it out.

Then I sadly have no clue.
When I add a old disk to a new install and add it again in the datacenter, the VM disks show up straight away.


Good to hear you figured it out.

Without your help i would have been lost. Now just need to figureout how to attach my old vm disk to my new created vms