Try this sequence to find out:
[root@tavarua root]# fdisk -l
Disk /dev/hda: 3228 MB, 3228696576 bytes
128 heads, 63 sectors/track, 782 cylinders
Units = cylinders of 8064 * 512 = 4128768 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 38 153184+ 83 Linux
/dev/hda2 39 292 1024128 82 Linux swap
/dev/hda3 293 782 1975680 8e Linux LVM
Disk /dev/hdb: 6448 MB, 6448619520 bytes
255 heads, 63 sectors/track, 784 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 446 3582463+ 8e Linux LVM
/dev/hdb2 447 784 2714985 8e Linux LVM
[root@tavarua root]# which fdisk
/sbin/fdisk
[root@tavarua root]# rpm -qf /sbin/fdisk
util-linux-2.11y-9
|