Page 1 of 1
External HFS+ harddrives
Posted: 13 May 2009, 16:47
by Esse
Hi! I have two external Mac-formated (HFS+) harddrives and Bubba recognize them but doesn't mount them - nothing happens when I click mount after Safari or Firefox reloads.
Isnt that filesystem supported? If no what do you recommend?
best regards
/E
Posted: 16 May 2009, 16:22
by Esse
The friendly support says no, not yet.
Re: External HFS+ harddrives
Posted: 22 Feb 2012, 04:28
by beaufils
This filesystem seems to be supported read only now.
I know for sure that I am able to read/write them under Debian using one of hfsplus or hfsutils package.
Unfortunately they are not available in Excito stock APT sources.list.
Any idea where I can get them from ?
Re: External HFS+ harddrives
Posted: 24 Sep 2012, 14:47
by beaufils
Found a working explanation. Briefly said :
1. be sure to have installed hfsprogs debian package
2. use the force option when mounting
Code: Select all
mount -o force /dev/sdx /mnt/blabla
Be aware that MacOS X does not use 1000 as first userid

Re: External HFS+ harddrives
Posted: 26 Sep 2012, 13:26
by nobody
Maybe you should mention that the force option is required because hfsplus support is not considered stable in linux. Althou unstable in linux terms is still very robust, you are not allowed to complain if for some reason your partition gets corrupted.
Re: External HFS+ harddrives
Posted: 13 Nov 2012, 10:06
by ther
I've attached an external disk to my B3 with HFS+ as filesystem.
I think all I did was to install hfsprogs
when I formatted my disk as HFS+ I also labeled it (I would recommend the use of labels if you plan to make it a persistant part of B3's filesystem, since /dev/sdc2 might be /dev/sdb1 upon a reboot), so my fstab looks kinda like this:
Code: Select all
LABEL="XYZ" /mount/point hfsplus force,rw,defaults,uid=user,nofail 0 2
Where nofail could be important, otherwise there might be some truoble during a reboot if the disk isn't attached to your b3.