[CentOS] Mounting a Mac OS Extended (Journaled) Hard Drive

John Doe jdmls at yahoo.com
Mon Mar 22 16:55:07 UTC 2010


From: Keith Beeby <k.beeby at albion.co.uk>
> The Mac volume is 
> formatted as Mac OS Extended (Journaled) it seems that CentOS 5.4 supports 
> reading HFS volumes but not HFSPlus volumes. Is there a way of getting this 
> volume to mount so I can copy of the data? I see Fedora has HFSPlus 
> support

# locate hfsplus => /lib/modules/2.6.18-164.11.1.el5/kernel/fs/hfsplus/hfsplus.ko
But the mount manpage only talks about hfs and the hfsplus in the kernel sources seems to be empty...
I guess just try:
  modprobe hfsplus
  mount -t hfsplus ... (maybe -o ro to be safe?)

JD


      



More information about the CentOS mailing list