Diff for "hfsplus"


Differences between revisions 2 and 3
Revision 2 as of 2010-07-21 17:11:02
Size: 943
Editor: 128
Comment:
Revision 3 as of 2010-08-09 20:03:47
Size: 937
Editor: adsl-68-127-150-191
Comment: new gentoo wiki page url
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
http://en.gentoo-wiki.com/wiki/HOWTO_hfsplus http://en.gentoo-wiki.com/wiki/Hfsplus

HFS+ is the files system used on many Apple Macintosh computers by Mac OS. You can mount this filesystem in Ubuntu with read only access by default. If you need read/write access then you have to disable journaling with OS X before you can continue.

In OS X, open a terminal and do

sudo diskutil disableJournal volumeName

There was a bug in certain versions of OS X that would allow this command to complete successfully, but still not disable journaling. In order to fix this issue, you may need to enable journaling first with the command:

sudo diskutil enableJournal volumeName

Disabling journaling on your main OS X partition is not recommended however as journaling is an important feature of any filesystem that can prevent damage and data loss: http://en.wikipedia.org/wiki/Journaling_file_system

Other information which may be useful can be found here: http://en.gentoo-wiki.com/wiki/Hfsplus

hfsplus (last edited 2015-09-22 21:44:03 by 213)