Gentoo Archives: gentoo-user

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

Replies

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