Gentoo Archives: gentoo-user

From: Heinz Sporn <heinz.sporn@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Apple Partition Scheme - any way to mount it?
Date: Wed, 19 Oct 2005 04:53:11
Message-Id: 1129697211.10166.1.camel@spok.local.sporn-it.com
In Reply to: [gentoo-user] Apple Partition Scheme - any way to mount it? by Mark Knecht
1 Am Dienstag, den 18.10.2005, 13:39 -0700 schrieb Mark Knecht:
2 > Hi,
3 > I'm playing around with some external 1394 drives. The purpose is
4 > to find the best setup to allow a given drive to be mounted on my
5 > Gentoo boxes, my last Win XP system and my new Mac Mini. Obviously not
6 > all file system types are going to work everywhere. So far it seems
7 > that only FAT32 is supported by all 3, but I cannot use FAT32, AFAICT,
8 > due to path length name restrictions for instance.
9 >
10 > Anyway, I've emerged the HFS+ tools package on Gentoo, but it turns
11 > out that Apple's GUI will only put HFS+ on a 1394 drive that uses the
12 > 'Apple Partition Scheme', and when I plug this drive into my Gentoo
13 > box it tells me that it doesn't recognize the partition format.
14 >
15 > In my kernel config I have included both:
16 >
17 > <*> Apple Macintosh file system support (EXPERIMENTAL)
18 > <*> Apple Extended HFS file system support
19
20 I'm not sure but wouldn't you need CONFIG_MAC_PARTITION (File Systems /
21 Partition Types / Advanced Partition Selection) as well?
22
23 >
24 > thinking this would get me there, but when I plug the drive in all I
25 > see is this in dmesg:
26 >
27 > scsi5 : SCSI emulation for IEEE-1394 SBP-2 Devices
28 > ieee1394: sbp2: Logged into SBP-2 device
29 > ieee1394: Node 0-00:1023: Max speed [S400] - Max payload [2048]
30 > ieee1394: sbp2: aborting sbp2 command
31 > scsi5 : destination target 0, lun 0
32 > command: cdb[0]=0x12: 12 00 00 00 24 00
33 > Vendor: IC35L080 Model: AVVA07-0 Rev:
34 > Type: Direct-Access-RBC ANSI SCSI revision: 04
35 > SCSI device sdc: 160836480 512-byte hdwr sectors (82348 MB)
36 > sdc: asking for cache data failed
37 > sdc: assuming drive cache: write through
38 > SCSI device sdc: 160836480 512-byte hdwr sectors (82348 MB)
39 > sdc: asking for cache data failed
40 > sdc: assuming drive cache: write through
41 > sdc: unknown partition table
42 > Attached scsi disk sdc at scsi5, channel 0, id 0, lun 0
43 > mark@lightning ~ $
44 >
45 > and when I try to run fdisk I get this:
46 >
47 > lightning ~ # fdisk -l /dev/sdc
48 >
49 > Disk /dev/sdc: 82.3 GB, 82348277760 bytes
50 > 255 heads, 63 sectors/track, 10011 cylinders
51 > Units = cylinders of 16065 * 512 = 8225280 bytes
52 >
53 > Disk /dev/sdc doesn't contain a valid partition table
54 > lightning ~ #
55 >
56 > Does anyone know the trick to make Apple's HFS+ mount on Gentoo? Do
57 > I have to format the drive on Gentoo and then use it on the Mac? Can
58 > Apple's Partition Scheme be used at all under Linux?
59 >
60 > Thanks,
61 > Mark
62 >
63 --
64 Mit freundlichen Grüßen
65
66 Heinz Sporn
67
68 SPORN it-freelancing
69
70 Mobile: ++43 (0)699 / 127 827 07
71 Email: heinz.sporn@××××××××.com
72 heinz.sporn@××××××.at
73 Website: http://www.sporn-it.com
74 Snail: Steyrer Str. 20
75 A-4540 Bad Hall
76 Austria / Europe
77
78 --
79 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Apple Partition Scheme - any way to mount it? Mark Knecht <markknecht@×××××.com>