Hello,<br><br>I have an hard drive image in a file.<br>If I try to mount it directly using "mount -o loop my_file.img /mnt/my_dd", fdisk reports <br>  mount: unknown filesystem type 'LVM2_member'<br>This image contains a volume group that itself contains 4 logical vol group.
<br>lvscan reports:<br>  LogVol00  2.94GB<br>  LogVol03  64MB<br>  LogVol02  256MB<br>  LogVol01  2.31GB<br clear="all"><br>I want to extract the ext3 filesystem included in LogVol00 to a file using something like:<br>  dd if=my_file.img bs=512 skip=??? count=??? of=my_ext3.img
<br><br>How can I determine the skip and count parameter to only extract the ext3 filesystem?<br><br>Thanks<br><br><br>-- <br>Virtue is its own punishment.<br>  - Aneurin Bevan