How can I access a Mac OS X folder from Ubuntu Desktop (10.04) over the network?

link|improve this question

59% accept rate
1  
Are you trying to access a folder on an OS X Client or Server? Does Ubuntu see the OS X machine you are attempting to connect to? Does it see the drive? Does it see the folder? Is the OS X folder on a OS X client drive that is HFS+ formatted? – Everett Nov 20 '10 at 5:00
As you haven't answered any of the questions, did the answer provided work for you? – Everett Nov 22 '10 at 8:50
feedback

2 Answers

http://ubuntuforums.org/showthread.php?t=323105

This recommends you load some files from the repository and make sure that journaling is OFF if you are going to have Ubuntu write to the drive. In OS X go to System Preferences, Sharing, and checkmark all the services you want shared from OS X.

link|improve this answer
3  
Ubuntu will never be writing to (or reading from) the drive if it's over the network, so disabling journaling is not required. – Ignacio Vazquez-Abrams Nov 20 '10 at 5:06
feedback

in Mac - export the folder via NFS (edit /etc/exports)

mount it in Ubuntu manual with mount or auto - edit /etc/fstab

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.