ext2read icon indicating copy to clipboard operation
ext2read copied to clipboard

Finds one but not the other logical volume

Open hickford opened this issue 13 years ago • 0 comments

Great project this, no other Windows app I know of can read LVM/ext4 drives. When I try it, ext2read opens volumes_fedora/root but fails to open volumes_fedora/home. There's no error message, it just doesn't show up. Here's the log. Both drives are ext4 on LVM2.

Error Opening \\.\PhysicalDrive6. Error Code 2
No of disks 6
Scanning \\.\PhysicalDrive0
index 0 ID 6 size 144522 
index 2 ID 7 size 204800 
index 3 ID 7 size 608018432 
Scanning \\.\PhysicalDrive1
index 0 ID 82 size 16771797 
index 1 ID 5 size 2040255 
index 4 ID 83 size 1028097 
Block size 1024, inp 2040, inodesize 128
index 2 ID 8E size 302857380 
LVM Physical Volume found disk 1 partition 2
PV Metadata: LABELONE %UUID=XnVCy7Siq12eLoQILcNJIdVYuyt2z0SQ offset 4096 

volumes_fedora {
id = "CmI6qH-4yBf-8OOH-Wp1c-yXGz-uuub-TUdkH1"
seqno = 7
status = ["RESIZEABLE", "READ", "WRITE"]
flags = []
extent_size = 8192
max_lv = 0
max_pv = 0
metadata_copies = 0

physical_volumes {

pv0 {
id = "XnVCy7-Siq1-2eLo-QILc-NJId-VYuy-t2z0SQ"
device = "/dev/sdb3"

status = ["ALLOCATABLE"]
flags = []
dev_size = 302857380
pe_start = 384
pe_count = 36969
}
}

logical_volumes {

root {
id = "dqHjdy-lxy0-Qmof-crtc-INIf-vEPf-IgIBgb"
status = ["READ", "WRITE", "VISIBLE"]
flags = []
segment_count = 2

segment1 {
start_extent = 0
extent_count = 2048

type = "striped"
stripe_count = 1    # linear

stripes = [
"pv0", 0
]
}
segment2 {
start_extent = 2048
extent_count = 1024

type = "striped"
stripe_count = 1    # linear

stripes = [
"pv0", 34048
]
}
}

home {
id = "vjkCql-xIRB-uIQM-2Qgg-cA8G-Z1nd-nBCYK1"
status = ["READ", "WRITE", "VISIBLE"]
flags = []
segment_count = 1

segment1 {
start_extent = 0
extent_count = 32000

type = "striped"
stripe_count = 1    # linear

stripes = [
"pv0", 2048
]
}
}
}
}
# Generated by LVM2 version 2.02.84(2) (2011-02-09): Sat Aug 18 16:48:18 2012

contents = "Text Format Volume Group"
version = 1

description = ""

creation_host = "trinity"   # Linux trinity 2.6.41.4-1.fc15.x86_64 #1 SMP Tue Nov 29 11:53:48 UTC 2011 x86_64
creation_time = 1345304898  # Sat Aug 18 16:48:18 2012

Volgroup found seq 7, extent_size 8192
Volgroup added 
Physical Volume found. start 384, count 36969, size 302857380
Logical Volume found. Name volumes_fedora_root, segments 2
Segment found. start 0, count 2048
Segment found. start 2048, count 1024
Logical Volume found. Name volumes_fedora_root_

home, segments 1
Segment found. start 0, count 32000
Scanning \\.\PhysicalDrive2
Scanning of \\.\PhysicalDrive2 failed: Scanning \\.\PhysicalDrive3
Scanning of \\.\PhysicalDrive3 failed: Scanning \\.\PhysicalDrive4
Scanning of \\.\PhysicalDrive4 failed: Scanning \\.\PhysicalDrive5
Scanning of \\.\PhysicalDrive5 failed: Block size 4096, inp 8192, inodesize 256
Bad Super Block. The drive  is not ext2 formatted.
Inode 27643 with file size 0

hickford avatar Aug 21 '12 19:08 hickford