> On Fri, 2004-11-12 at 19:51, Casey T. Deccio wrote: > > I just purchased an external hard drive (usb) for my mac. I formatted > > the drive using Mac OS extended (journaled). However, am I able mount > > this on my Linux box? When I plugged the drive into the usbport, this > > showed up in my syslog: > > You have the latest HFS+ driver? http://www.ardistech.com/hfsplus/ > > Michael
If you're up to recompiling your kernel, you can add support for hfs and hfsplus. You'll also want support built in for Mac partition tables. If you choose as a module, you'll have to modprobe hfsplus before using the disk. Even then mount *may* not correctly guess which type it is, and you'll have to tell it. If you're in a mixed linux/OSX environment you may also be interested in a plug in that will let OSX read ext formatted disks. I haven't used it myself yet, but I think this is the link. http://sourceforge.net/projects/ext2fsx/ Michael ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
