On 10/19/05, Martin Ullrich <[EMAIL PROTECTED]> wrote: > As far as I know, MacOS should be able to read/write ext2/3 > filesystems even on dirves with "PC-style" partition tables. And there > are some ext2/3 drivers for Windows too. If you just do all the > formatting with Linux or Windows (you'll need some special software > for creating ext2/3 partitions with Windows - PowerQuest > PartitionMagic has always worked for my purposes; so it would be > better to use Linux). > I don't know whether it'll work or not, but I think it's worth a try ;-). > > Martin
Martin, Here's what I've learned, mostly from the Unix section on Apple's OS X forums: 1) Apple does not support ext2 or ext3. To the best of their knowledge everyone tells me that this has always been the case. 2) There is a Sourceforge project that provides an ext2 driver for OS X 10.3 but it doesn't work with 10.4, the current version of OS X. http://sourceforge.net/projects/ext2fsx 3) It is not possible, at least with Applie's GUI called 'Disk Utility' to use the PC Partition Scheme and format a 1394 drive with anything other than FAT32. 4) It is possible using Disk Utility to use the Apple Partition Scheme and format a 1394 drive with a number of Apple HFSP formats. 5) It is possible to get Linux to recognise the above formats if you enable the Apple Partition option in the kernel. 6) I have not yet determined if it is possible to mount the HFS+ partition, but I'm told it is by one fellow in the Apple forums. 7) One downside of using Apple's Disk Utility when doing FAT32 partitions is that fdisk complains that partitions do not end on cylinder boundaries. I do not know if this is really a problem but I do not like the warning. 8) Worst of all, so far hpmount, part of the hfsplustools pckage says it won't mount the HFS+ partitions created by the Mac. 9) There is something called mac-fdisk but it won't build on my AMD64 platform. It does build on IA32 but I don't have 1394 in that box. I own a copy of System Commander for Windows which includes Partition Commander but it won't work with 1394 drives. Only EIDE. So, some headway, but still no real good results. Cheers, Mark > > > 2005/10/18, Mark Knecht <[EMAIL PROTECTED]>: > > Hi, > > I'm playing around with some external 1394 drives. The purpose is > > to find the best setup to allow a given drive to be mounted on my > > Gentoo boxes, my last Win XP system and my new Mac Mini. Obviously not > > all file system types are going to work everywhere. So far it seems > > that only FAT32 is supported by all 3, but I cannot use FAT32, AFAICT, > > due to path length name restrictions for instance. > > > > Anyway, I've emerged the HFS+ tools package on Gentoo, but it turns > > out that Apple's GUI will only put HFS+ on a 1394 drive that uses the > > 'Apple Partition Scheme', and when I plug this drive into my Gentoo > > box it tells me that it doesn't recognize the partition format. > > > > In my kernel config I have included both: > > > > <*> Apple Macintosh file system support (EXPERIMENTAL) > > <*> Apple Extended HFS file system support > > > > thinking this would get me there, but when I plug the drive in all I > > see is this in dmesg: > > > > scsi5 : SCSI emulation for IEEE-1394 SBP-2 Devices > > ieee1394: sbp2: Logged into SBP-2 device > > ieee1394: Node 0-00:1023: Max speed [S400] - Max payload [2048] > > ieee1394: sbp2: aborting sbp2 command > > scsi5 : destination target 0, lun 0 > > command: cdb[0]=0x12: 12 00 00 00 24 00 > > Vendor: IC35L080 Model: AVVA07-0 Rev: > > Type: Direct-Access-RBC ANSI SCSI revision: 04 > > SCSI device sdc: 160836480 512-byte hdwr sectors (82348 MB) > > sdc: asking for cache data failed > > sdc: assuming drive cache: write through > > SCSI device sdc: 160836480 512-byte hdwr sectors (82348 MB) > > sdc: asking for cache data failed > > sdc: assuming drive cache: write through > > sdc: unknown partition table > > Attached scsi disk sdc at scsi5, channel 0, id 0, lun 0 > > [EMAIL PROTECTED] ~ $ > > > > and when I try to run fdisk I get this: > > > > lightning ~ # fdisk -l /dev/sdc > > > > Disk /dev/sdc: 82.3 GB, 82348277760 bytes > > 255 heads, 63 sectors/track, 10011 cylinders > > Units = cylinders of 16065 * 512 = 8225280 bytes > > > > Disk /dev/sdc doesn't contain a valid partition table > > lightning ~ # > > > > Does anyone know the trick to make Apple's HFS+ mount on Gentoo? Do > > I have to format the drive on Gentoo and then use it on the Mac? Can > > Apple's Partition Scheme be used at all under Linux? > > > > Thanks, > > Mark > > > > -- > > [email protected] mailing list > > > > > > -- > [email protected] mailing list > > -- [email protected] mailing list

