I just had a Fedora 11 Live handy and used that.
This is the result, although I doubt it's of any use, as fdisk didn't want to output anything
Code:
[liveuser@localhost ~]$ fdisk -l
[liveuser@localhost ~]$ fdisk
Usage: fdisk [-l] [-b SSZ] [-u] device
E.g.: fdisk /dev/hda (for the first IDE disk)
or: fdisk /dev/sdc (for the third SCSI disk)
or: fdisk /dev/eda (for the first PS/2 ESDI drive)
or: fdisk /dev/rd/c0d0
or: fdisk /dev/ida/c0d0 (for RAID devices)
...
[liveuser@localhost ~]$
I've then launched the file manager (Dolphin), and it showed all four partitions just fine, including their contents, with no problems whatsoever.
I could also write to them (the above Konsole log was written to one of them).
I've then taken a look at the man pages and tried out cfdisk, but it didn't want to display anything either.
Any other ideas?