September 24th, 2015, 10:56
# Description Total Gigs
2 HARD DRIVE, 300GB, SAS6, 10, 2.5, H-CE, E/C 600
6 HARD DRIVE, 600G, SAS6, 10, 2.5, W-SIR, E/C 3600
[root@ursula ~]# pvscan
PV /dev/sda5 VG vg_ursula lvm2 [276.34 GiB / 0 free]
PV /dev/sdb1 lvm2 [1.80 TiB]
PV /dev/sdc1 lvm2 [948.67 GiB]
Total: 3 [3.00 TiB] / in use: 1 [276.34 GiB] / in no VG: 2 [2.73 TiB]
# mount -o ro /dev/sdb1 /www
mount: unknown filesystem type 'LVM2_member' Reading all physical volumes. This may take a while...
Found volume group "vg_ursula" using metadata type lvm2 ACTIVE '/dev/vg_ursula/LogVol05' [29.30 GiB] inherit
ACTIVE '/dev/vg_ursula/LogVol04' [48.83 GiB] inherit
ACTIVE '/dev/vg_ursula/LogVol03' [48.83 GiB] inherit
ACTIVE '/dev/vg_ursula/lv_root' [111.74 GiB] inherit
ACTIVE '/dev/vg_ursula/lv_home' [9.77 GiB] inherit
ACTIVE '/dev/vg_ursula/lv_swap' [27.89 GiB] inherit/dev/sdb1: LVM2 (Linux Logical Volume Manager) , UUID: B1bLeFveeDcnfZ2i0tuqWtHgSd6UAgM/dev/sdc1: LVM2 (Linux Logical Volume Manager) , UUID: SMMVLUKEuBPHuTeoarMkDAlJDDY1Gm2[root@ursula ~]# parted /dev/sdb 'print'
Model: DELL PERC H710 (scsi)
Disk /dev/sdb: 1979GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 1979GB 1979GB primary lvm
[root@ursula ~]# parted /dev/sdc 'print'
Model: DELL PERC H710 (scsi)
Disk /dev/sdc: 1019GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 1019GB 1019GB primary lvm
[root@ursula ~]# fsck /dev/sdb1
fsck from util-linux-ng 2.17.2
fsck: fsck.LVM2_member: not found
fsck: Error 2 while executing fsck.LVM2_member for /dev/sdb1
[root@ursula ~]# fsck /dev/sdc1
fsck from util-linux-ng 2.17.2
fsck: fsck.LVM2_member: not found
fsck: Error 2 while executing fsck.LVM2_member for /dev/sdc1
September 24th, 2015, 18:23
LogVol05 {
id = "ZdFwA8-lj4Y-XwD0-hFMB-iHf8-kZdo-VfJy89"
status = ["READ", "WRITE", "VISIBLE"]
flags = []
creation_host = "ursula2012"
creation_time = 1378846949
segment_count = 2
segment1 {
start_extent = 0
extent_count = 471858
type = "striped"
stripe_count = 1 # linear
stripes = [
"pv1", 0
]
}
segment2 {
start_extent = 471858
extent_count = 225240
type = "striped"
stripe_count = 1 # linear
stripes = [
"pv2", 0
]
}
}
id = "Ex8O6x-y9bt-nDDZ-tqfM-L5hG-GKPM-O1YcsS"
status = ["READ", "WRITE", "VISIBLE"]
flags = []
creation_host = "ursula2012"
creation_time = 1378847075
segment_count = 1
segment1 {
start_extent = 0
extent_count = 15000
type = "striped"
stripe_count = 1 # linear
stripes = [
"pv0", 0
]
}
}
LogVol03 {
id = "o2RB9c-Idd9-WGCT-54o4-e2ZZ-EtBn-q8s9Vo"
status = ["READ", "WRITE", "VISIBLE"]
flags = []
creation_host = "ursula2012"
creation_time = 1378847083
segment_count = 1
segment1 {
start_extent = 0
extent_count = 15000
type = "striped"
stripe_count = 1 # linear
stripes = [
"pv0", 15000
]
}
}
LogVol02 {
id = "Szb39M-Kp37-j5di-kY9I-g2VV-SOkk-oMj1d0"
status = ["READ", "WRITE", "VISIBLE"]
flags = []
creation_host = "ursula2012"
creation_time = 1378847092
segment_count = 1
segment1 {
start_extent = 0
extent_count = 37500
type = "striped"
stripe_count = 1 # linear
stripes = [
"pv0", 30000
]
}
}
}
}
# Generated by LVM2 version 2.02.98(2)-RHEL6 (2012-10-15): Tue Sep 10 17:04:52 2013
contents = "Text Format Volume Group"
version = 1
description = ""
creation_host = "ursula2012" # Linux ursula2012 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64
creation_time = 1378847092 # Tue Sep 10 17:04:52 2013September 24th, 2015, 18:25
September 25th, 2015, 8:42
September 25th, 2015, 9:43
lcoughey wrote:Have you cloned the drives yet? The more you mess around with the originals, the higher the chances that you will be the reason that the data will never be recoverable.
On this post, it seems you have removed the part about it being very important to recover the data, as you stated on Reddit. Does this mean that the data is no longer important to recover?
October 5th, 2015, 10:45
October 5th, 2015, 19:18
Powered by phpBB © phpBB Group.