Go to a command prompt and execute the following command as root:
fdisk -l /dev/hda
This is what I get on one of my systems:
Disk /dev/hda: 30.7 GB, 30750031872 bytes
255 heads, 63 sectors/track, 3738 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 3681 29463210 83 Linux
/dev/hda3 3682 3738 457852+ 82 Linux swap
Granted, I don't have any non-Linux filesystems on this machine, but they will show up.
NTFS partitions will show up as NTFS or possible HPFS (old OS/2 filesystem that shares some heritage with NTFS).
|