Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Apple Partition Scheme - any way to mount it?
Date: Tue, 18 Oct 2005 20:46:46
Message-Id: 5bdc1c8b0510181339n248cedf7ub66a1701cc7c6256@mail.gmail.com
1 Hi,
2 I'm playing around with some external 1394 drives. The purpose is
3 to find the best setup to allow a given drive to be mounted on my
4 Gentoo boxes, my last Win XP system and my new Mac Mini. Obviously not
5 all file system types are going to work everywhere. So far it seems
6 that only FAT32 is supported by all 3, but I cannot use FAT32, AFAICT,
7 due to path length name restrictions for instance.
8
9 Anyway, I've emerged the HFS+ tools package on Gentoo, but it turns
10 out that Apple's GUI will only put HFS+ on a 1394 drive that uses the
11 'Apple Partition Scheme', and when I plug this drive into my Gentoo
12 box it tells me that it doesn't recognize the partition format.
13
14 In my kernel config I have included both:
15
16 <*> Apple Macintosh file system support (EXPERIMENTAL)
17 <*> Apple Extended HFS file system support
18
19 thinking this would get me there, but when I plug the drive in all I
20 see is this in dmesg:
21
22 scsi5 : SCSI emulation for IEEE-1394 SBP-2 Devices
23 ieee1394: sbp2: Logged into SBP-2 device
24 ieee1394: Node 0-00:1023: Max speed [S400] - Max payload [2048]
25 ieee1394: sbp2: aborting sbp2 command
26 scsi5 : destination target 0, lun 0
27 command: cdb[0]=0x12: 12 00 00 00 24 00
28 Vendor: IC35L080 Model: AVVA07-0 Rev:
29 Type: Direct-Access-RBC ANSI SCSI revision: 04
30 SCSI device sdc: 160836480 512-byte hdwr sectors (82348 MB)
31 sdc: asking for cache data failed
32 sdc: assuming drive cache: write through
33 SCSI device sdc: 160836480 512-byte hdwr sectors (82348 MB)
34 sdc: asking for cache data failed
35 sdc: assuming drive cache: write through
36 sdc: unknown partition table
37 Attached scsi disk sdc at scsi5, channel 0, id 0, lun 0
38 mark@lightning ~ $
39
40 and when I try to run fdisk I get this:
41
42 lightning ~ # fdisk -l /dev/sdc
43
44 Disk /dev/sdc: 82.3 GB, 82348277760 bytes
45 255 heads, 63 sectors/track, 10011 cylinders
46 Units = cylinders of 16065 * 512 = 8225280 bytes
47
48 Disk /dev/sdc doesn't contain a valid partition table
49 lightning ~ #
50
51 Does anyone know the trick to make Apple's HFS+ mount on Gentoo? Do
52 I have to format the drive on Gentoo and then use it on the Mac? Can
53 Apple's Partition Scheme be used at all under Linux?
54
55 Thanks,
56 Mark
57
58 --
59 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Apple Partition Scheme - any way to mount it? Heinz Sporn <heinz.sporn@××××××××.com>
Re: [gentoo-user] Apple Partition Scheme - any way to mount it? Martin Ullrich <martin.andreas.ullrich@×××××.com>