how to mount disk

# mount -t ext3 /dev/hdd2 /mnt
mount: wrong fs type, bad option, bad superblock on /dev/hdd2,
or too many mounted file systems

# fdisk -l /dev/hdd

Disk /dev/hdd: 80.0 GB, 80060424192 bytes
255 heads, 63 sectors/track, 9733 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdd1 * 1 13 104391 83 Linux
/dev/hdd2 14 9733 78075900 8e Linux LVM


is there any idea to mount /dev/hdd2?
thanks

 

 

 

 

Top