Page 1 of 1

Need to mount hfs+ drive [SOLVED]

Posted: Mon 07 Jan 2013, 17:43
by rmcellig
I would like to copy all the data from my hfs+ formatted drive (from my Mac) to my Linux formatted drive. When I click on the sdc1 (hfs+) icon, there is no data on the drive. Do I have to install something in order for hfs+ drives to mount properly?

I am running Puppy 5.2.8

Thanks!!

Posted: Mon 07 Jan 2013, 21:05
by Semme
Sounds like you need to... Loading hfs and hfsplus may be enough.

You can tell me whether the mount bit needs to happen..

Posted: Wed 09 Jan 2013, 02:39
by Peterm321
Hopefully the loading of the kernel module as suggested by Semme will solve the problem.

If there are compatibility issues, TestDisk may help, NB I once used TestDisk to copy files from a Ext4 formatted device in a version of Puppy that predated Ext4. TestDisk needs to be used with care though, as it can also be used to delete or reformat partitions.



http://superuser.com/questions/169096/r ... -partition

Posted: Wed 23 Jan 2013, 12:36
by rmcellig
Where are the hfs and hfsplus located. I can't see them in the puppy-lucid repo.

Thanks. I just happen to be in Puppy at the moment so I can try it out to see if it works.

Posted: Wed 23 Jan 2013, 12:53
by Semme
They're already onboard. From here it's: modprobe module_name for each..

Posted: Wed 23 Jan 2013, 13:50
by rmcellig
I just did what you said. is something supposed to happen? I don't see anything on my desktop.

sh-4.1# modprobe hfs
sh-4.1# modprobe hfsplus
sh-4.1#

Posted: Wed 23 Jan 2013, 13:54
by Semme
Now use the rest of John Does`mount cmd- linked above..