okay, there are 2 types of formats for mac disks. one is HFS and the other is HFS+. HFS is the older format which was used before OS 8.1 or so and it was superseded by HFS+ which allows you to have a smaller file allocation sizes on large disks which is good because it saves space (eg. drives have a minimum size they can allocate to files, so if you've got a 1KB file and a drive that has an allocation size of 8KB, the 1KB file will take up all of that 8KB of space... all files under the allocation size will take up the entire 8KB or whatever the size is).
anyway, for compatability, HFS+ disks have a wrapper that allows them to be mounted on systems which can't read the HFS+ format. with this wrapper, an older system can see and mount an HFS+ volume, but the only files that will appear on the disk are some readmes which explain that the volume is in the newer HFS+ format which older systems don't support. or something... never tried it myself.
-r.