View Single Post
Old 05-21-2003, 08:38 PM   #10 (permalink)
Boner
Insane
 
Location: Plugged In
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).
Boner is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46