New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

External HFS+ harddrives

Got problems with your B2 or B3? Share and get helped!
Post Reply
Esse
Posts: 2
Joined: 13 May 2009, 16:44

External HFS+ harddrives

Post 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
Esse
Posts: 2
Joined: 13 May 2009, 16:44

Post by Esse »

The friendly support says no, not yet.
beaufils
Posts: 16
Joined: 22 Feb 2012, 04:24

Re: External HFS+ harddrives

Post 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 ?
beaufils
Posts: 16
Joined: 22 Feb 2012, 04:24

Re: External HFS+ harddrives

Post by beaufils »

Found a working explanation. Briefly said :

1. be sure to have installed hfsprogs debian package

Code: Select all

apt-get install hfsprogs
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 :-(
nobody
Posts: 226
Joined: 10 Mar 2012, 14:46

Re: External HFS+ harddrives

Post 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.
ther
Posts: 17
Joined: 13 Jul 2011, 08:33

Re: External HFS+ harddrives

Post 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.
Post Reply