Brad Boyer wrote:

On Sat, May 13, 2006 at 10:58:17PM -0400, Richard wrote:
Using /dev/hdc
(parted) p
Disk label type: mac
Minor    Start       End     Filesystem  Name                  Flags
1          0.002      0.125              Apple
2          0.125      0.152              Macintosh
3          0.152      0.179              Macintosh
4          0.180      0.207              Macintosh
5          0.207      0.234              Macintosh
6          0.234      0.484              Macintosh
7          0.484      0.734              Macintosh
8          0.734      0.984              Patch Partition
10       128.984   4368.558  hfs+        Apple_HFS_Untitled_1

The hfsplus module has code to detect a mac style partition map
and find a partition that looks likely. It searches for the
first one where the type field starts with Apple_HFS. You can
also specify which partition number to use with the part=<num>
option, so you may want to try adding part=10 to your options.
If that helps, it would seem to indicate that the type is
flagged wrong in the partition map. This output doesn't seem
to have the raw type strings, so it's hard to say.

        Brad Boyer
        [EMAIL PROTECTED]


That the part I not quite clear on, where would I add the string "10"
to mount that partition?

Rich


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to