Restore a VM

aletsh

New Member
Feb 25, 2014
4
0
1
Hi there,

I restored a VM in "Restore" WebGUI option.
This VM have OpenMediaVault SO.

The previous hardware for this VM had:
  • Local 5GB
  • Image for personal files: 1000GB (vm-101-disk-2.raw)

After restored i edited this file in my node (phisical server) because in first line had:
Code:
# nano /etc/pve/local/qemu-server/104.conf
"#virtio0%3A NAS%3A101/vm-101-disk-2.raw,format=raw,backup=no,size=1000G"

and i edit to

Code:
"virtio0: NAS:101/vm-101-disk-2.raw,format=raw,backup=no,size=1000G"

Next I restart the VM (104).

The problem is when i type in VM(104) this: "#fdisk -l"
I don't see the 1000GB drive in the list.

I need mount this drive because I have my files (don't format).

What I can do?

Thx
 
Code:
"#virtio0%3A NAS%3A101/vm-101-disk-2.raw,format=raw,[b]backup=no[/b],size=1000G"

and i edit to

Code:
"virtio0: NAS:101/vm-101-disk-2.raw,format=raw,[b]backup=no[/b],size=1000G"

What I can do?
nothing. you defined your 1Tb storage as to not be backed up. hence it's not backed up, aka gone.
 
Hi,
do you change the pve-server?
How is the storage NAS defined?
Have you mountet the storage?
How looks the raw-file?

Please post
Code:
cat /etc/pve/storage.cfg
mount
find / -name vm-101-disk-2.raw
Udo