pppplus
Verified User
- Joined
- Dec 19, 2008
- Messages
- 523
Hi
I have a big problem.
Hard disk is broken in one of my server.
This server runs with debian and proxmox2, with 3 openvz containers.
2 containers have distant backups, 1 have not.
I need to save all datas from this container which has not been saved.
My server is in rescue mode.
I think I have to mount /dev/pve/lv1, to see my containers.
But I can't.
I hope you can help with some ideas.
Thanks for your help
I have a big problem.
Hard disk is broken in one of my server.
This server runs with debian and proxmox2, with 3 openvz containers.
2 containers have distant backups, 1 have not.
I need to save all datas from this container which has not been saved.
My server is in rescue mode.
Code:
# fdisk -l
Disk /dev/sda: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x000d6e00
Device Boot Start End Blocks Id System
/dev/sda1 * 4096 61442048 30718976+ 83 Linux
/dev/sda2 61442049 81920000 10238976 82 Linux swap / Solaris
Partition 2 does not start on physical sector boundary.
/dev/sda3 81920001 3907020800 1912550400 f W95 Ext'd (LBA)
Partition 3 does not start on physical sector boundary.
/dev/sda5 81920002 3907020800 1912550399+ 8e Linux LVM
Partition 5 does not start on physical sector boundary.
Code:
# vgscan
Reading all physical volumes. This may take a while...
/dev/pve/lv1: read failed after 0 of 4096 at 0: Input/output error
/dev/pve/lv1: read failed after 0 of 4096 at 4096: Input/output error
Found volume group "pve" using metadata type lvm2
I think I have to mount /dev/pve/lv1, to see my containers.
Code:
# mount /dev/pve/lv1 /mnt/home3
mount: /dev/mapper/pve-lv1: can't read superblock
But I can't.
I hope you can help with some ideas.
Thanks for your help