Diff for "hfsplus"


Differences between revisions 1 and 2
Revision 1 as of 2009-01-18 16:16:39
Size: 944
Editor: c-71-207-215-117
Comment:
Revision 2 as of 2010-07-21 17:11:02
Size: 943
Editor: 128
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
sudo diskutil disableJournal volumeName sudo diskutil enableJournal volumeName

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/HOWTO_hfsplus

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