On Sat, Feb 28, 2004 at 06:42:42AM -0500, Hank wrote: > Your mac partition is probably on sda. If you want to know which > partition just enter the following: > <fdisk /dev/sda>
The regular fdisk program reads PC style partition maps. You should use mac-fdisk to read a Mac style partition map. Also, with fdisk and mac-fdisk, you can add the -l flag to just print the partition map without having to enter any extra commands. mac-fdisk -l /dev/sda More info about the package here: http://packages.debian.org/stable/base/mac-fdisk Brad Boyer [EMAIL PROTECTED]