# gdisk /dev/mapper/vg0-vol1
GPT fdisk (gdisk) version 0.8.5
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Command (? for help): p
Disk /dev/mapper/vg0-vol1: 6710886400 sectors, 3.1 TiB
Logical sector size: 512 bytes
Disk identifier (GUID): C97275AC-BD77-4E86-B38F-233FFFE3DB8A
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 6710886366
Partitions will be aligned on 2048-sector boundaries
Total free space is 2014 sectors (1007.0 KiB)
Number Start (sector) End (sector) Size Code Name
1 2048 6710886366 3.1 TiB 0700 Linux/Windows data
Command (? for help):
# mount -o loop,offset=1048576 /dev/mapper/vg0-vol1 /volume1
mount: unknown filesystem type 'LVM2_member'
Как проще всего подобраться к данным EXT4 на /dev/mapper/vg0-vol1(LVM->GPT->LVM->GPT?->EXT4)?