View Single Post
 
Old 05-17-2008, 03:38 PM
mochiware mochiware is offline
Cheetah
 
Join Date: May 2008
Posts: 4
Quote:
[cite] Maksimum:[/cite]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
This has me quite excited as I followed steps 1-4 without problems. I am now able to connect my OSx86 to my iMac to access my files.

However I don't under where I am suppose to symlink AppleFileServer to in step 5? I am still unable to use my iMac to network access my OSx86. Looks like I have half of the problem solved.

Can anyone point me in the right direction?
Reply With Quote