Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Apple Partition Scheme - any way to mount it?
Date: Wed, 19 Oct 2005 20:39:29
Message-Id: 5bdc1c8b0510191323s6a01e132ubbe1899eb4eca522@mail.gmail.com
In Reply to: Re: [gentoo-user] Apple Partition Scheme - any way to mount it? by Heinz Sporn
1 On 10/18/05, Heinz Sporn <heinz.sporn@××××××××.com> wrote:
2 > Am Dienstag, den 18.10.2005, 13:39 -0700 schrieb Mark Knecht:
3 > > Hi,
4 > > I'm playing around with some external 1394 drives. The purpose is
5 > > to find the best setup to allow a given drive to be mounted on my
6 > > Gentoo boxes, my last Win XP system and my new Mac Mini. Obviously not
7 > > all file system types are going to work everywhere. So far it seems
8 > > that only FAT32 is supported by all 3, but I cannot use FAT32, AFAICT,
9 > > due to path length name restrictions for instance.
10 > >
11 > > Anyway, I've emerged the HFS+ tools package on Gentoo, but it turns
12 > > out that Apple's GUI will only put HFS+ on a 1394 drive that uses the
13 > > 'Apple Partition Scheme', and when I plug this drive into my Gentoo
14 > > box it tells me that it doesn't recognize the partition format.
15 > >
16 > > In my kernel config I have included both:
17 > >
18 > > <*> Apple Macintosh file system support (EXPERIMENTAL)
19 > > <*> Apple Extended HFS file system support
20 >
21 > I'm not sure but wouldn't you need CONFIG_MAC_PARTITION (File Systems /
22 > Partition Types / Advanced Partition Selection) as well?
23 >
24
25 Thanks VERY much Heinz! I would have NEVER found that!
26
27 Before:
28
29 <SNIP>
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 <SNIP>
39
40 After:
41
42 SCSI device sdc: 160836480 512-byte hdwr sectors (82348 MB)
43 sdc: asking for cache data failed
44 sdc: assuming drive cache: write through
45 SCSI device sdc: 160836480 512-byte hdwr sectors (82348 MB)
46 sdc: asking for cache data failed
47 sdc: assuming drive cache: write through
48 sdc: [mac] sdc1 sdc2 sdc3 sdc4 sdc5 sdc6 sdc7 sdc8 sdc9 sdc10 sdc11
49 sdc12 sdc13 sdc14 sdc15
50 Attached scsi disk sdc at scsi6, channel 0, id 0, lun 0
51 lightning ~ #
52
53 Now, unfortunately the partition table it's showing for the drive
54 isn't correct. I created 5 partitions - it's showing 16! However, it's
55 a big step forward.
56
57 I'm going to try reformatting the drive on the mac and see if I can
58 find some config that will mount.
59
60 Thanks very much,
61 Mark
62
63 --
64 gentoo-user@g.o mailing list