The first two sectors of a HFS+ file system throws off many disk utilities. I usually make a mount directory and mount an HFS+ drive in this manner, as root, when the external drive's partition is /dev/sdb1:
Code:
mkdir /maxtor
modprobe hfsplus
mount -t hfsplus /dev/sdb1 /maxtor
When you're done, you can remove the "maxtor" directory if you want.