> Disk /dev/hde: 160.0 GB, 160041885696 bytes
> 255 heads, 63 sectors/track, 19457 cylinders
> Units = cylinders of 16065 * 512 = 8225280 bytes
>
> Device Boot Start End Blocks Id System
> /dev/hde1 * 1 10000 80324968+ 83 Linux
> /dev/hde2 10001 19457 75963352+ 8e Linux LVM
If you are trying to diagnose the LVM partition, there is a visual tool
for setting up LVM partitions and it will also show visually what the
partitions are made up as.
Go to System/Administration/Logical Volume Management on the GNOME menus
and try to launch the program.
The first partition is regular partition and should be mountable with
making a directory for the volume and mounting it with
mount /dev/hde1 /mnt/MyCreatedDirectory
whatever that would be.