From: Keith Beeby <[email protected]>
> 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


      
_______________________________________________
CentOS mailing list
[email protected]
http://lists.centos.org/mailman/listinfo/centos

Reply via email to