[SOLVED] VM Disk retten

Claypenguin

Member
May 13, 2020
1
0
6
29
Hallo zusammen,

mir hat es leider meine Proxmox Instanz zerschossen und ich möchte diese auch nicht mehr weiter nutzen, würde aber gerne noch an die Daten einer VM ran kommen.
Wenn ich in ein Live-Linux boote und mir ein zfs list anzeigen lasse sieht das Ganze so aus:
Code:
rpool                     
rpool/ROOT               
rpool/ROOT/pve-1       
rpool/data                 
rpool/data/vm-100-disk-0
Wenn ich das richtig verstehe sind die VM Disks zvols, also einfach zfs mount klappt da nicht. Gibt es da eine Möglichkeit noch irgendwie ranzukommen?

Gruß
 
hi,

kannst so mounten:
Code:
$ ls -al /dev/rpool/data/vm-100-* # schau welche partitions die disk hat
lrwxrwxrwx 1 root root 11 Oct 11 10:22 /dev/rpool/data/vm-100-disk-0 -> ../../zd224
lrwxrwxrwx 1 root root 13 Oct 11 10:22 /dev/rpool/data/vm-100-disk-0-part1 -> ../../zd224p1
lrwxrwxrwx 1 root root 13 Oct 11 10:22 /dev/rpool/data/vm-100-disk-0-part2 -> ../../zd224p2
lrwxrwxrwx 1 root root 13 Oct 11 10:22 /dev/rpool/data/vm-100-disk-0-part3 -> ../../zd224p3
$ mkdir /mnt/foo # neuen ordner anlegen
$ mount /dev/rpool/data/vm-100-disk-0-part3 /mnt/foo # die partition dort mounten
$ ls -al /mnt/foo # schauen
 
  • Like
Reactions: Claypenguin

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!