View Single Post
 
Old 09-09-2008, 04:25 PM
davidcmc davidcmc is offline
Puma
 
Join Date: Sep 2008
Posts: 21
Quote:
Originally Posted by Maksimum View Post
Got some other fix for the different problems (the one with the File Sharing not working on the Hackintoth and the one with not connecting to another file share):

The Rev.2-install has some problems with file paths of some symbol links.

1. open the Terminal
2. 'sudo -s' for becoming root
3. look at /System/Library/Filesystems for the symbol link afpfs.fs. It has to point to '/System/Library/Filesystems/AppleShare/afpfs.kext', mine was showing to 'System/Library/Filesystems/AppleShare/afpfs.kext' (notice the missing slash at the beginning)
4. if it's wrong (without the slash): 'rm afpfs.fs' and then a 'ln -s /System/Library/Filesystems/AppleShare/afpfs.kext afpfs.fs'
5. for fixing the problem of not being able to share something: look in /usr/sbin for AppleFileServer, also a symlink, which on my computer was also missing the slash at the beginning
Thank you so much. That fixed my problem of nothing being able to use the "Connect to Sever" function. It was always showing a message that the address was not recognized as a file share, no matter what I type there.

Now it's working!
Reply With Quote