1. Store
  2. Apps
  3. Hardware
  4. Support
  5. Solutions

ClearFoundation

Forums
Welcome, Guest
Mounting Mac OS Extended (Journaled) USB Drive
(1 viewing) 1 Guest
Go to bottomPage: 1
TOPIC: Mounting Mac OS Extended (Journaled) USB Drive
#41944
Mounting Mac OS Extended (Journaled) USB Drive 1 Year ago  
Hi,

I am trying to mount a usb drive that I use with my Mac; it's formatted as Mac OS Extended (Journaled). Webmin can't mount the drive because it only has hfs. As far as I know, I need to install hfsplus, but I don't know how to install it or where to get it.

I appreciate if someone can help.

Thanks in advance!
Bahram Shahrooz
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#41950
Re:Mounting Mac OS Extended (Journaled) USB Drive 1 Year ago  
Hi Bahram Shahrooz,

You got my attention because you ask a mac related question. I'm also using Mac OS and i think we need more active mac users on this forum.

I did some investigation and the Elrepo has the HFSplus kernel module. ELRepo supports Red Hat Enterprise Linux and its derivatives.

*** add elrepo

Code:

rpm -Uvh http://elrepo.org/elrepo-release-6-4.el6.elrepo.noarch.rpm



by default this repo is enable so i'll suggest you disable it and use "--enablerepo=" to install rpms.


*** install kmod-hfsplus

Code:

yum --enablerepo=elrepo install kmod-hfsplus



IMPORTANT:I never used this repo or tested this so my advice is test this in a virtual machine. So be careful.
Marcel van Leeuwen
Platinum Boarder
Posts: 1411
graphgraph
User Online Now Click here to see the profile of this user
The administrator has disabled public write access.
 
#41973
Re:Mounting Mac OS Extended (Journaled) USB Drive 1 Year ago  
Thanks Marcel, following your excellent instructions solved my problem.

However, I've a new problem! I've another drive which is GPT type and is formatted as Mac OS Extended (Journaled). When I try to mount it, I get the following error message.

[root@system usbdrive]# mount -t hfsplus /dev/sdd1 /mnt/usbdrive
mount: wrong fs type, bad option, bad superblock on /dev/sdd1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so

After trying dmesg | tail, I get the following:

sd 5:0:0:0: Attached scsi generic sg3 type 0
sd 5:0:0:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
sd 5:0:0:0: [sdd] Write Protect is off
sd 5:0:0:0: [sdd] Mode Sense: 38 00 00 00
sd 5:0:0:0: [sdd] Assuming drive cache: write through
sd 5:0:0:0: [sdd] Assuming drive cache: write through
sdd: sdd1 sdd2
sd 5:0:0:0: [sdd] Assuming drive cache: write through
sd 5:0:0:0: [sdd] Attached SCSI disk
hfs: unable to find HFS+ superblock


Could you please again help me?

Thanks again,
Bahram
Bahram Shahrooz
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
  get the latest posts directly to your desktop