InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   Leopard 10.5 (http://infinitemac.com/forumdisplay.php?f=85)
-   -   Can't connect to Windows shares anymore (http://infinitemac.com/showthread.php?t=702)

smileyme 05-18-2008 07:05 AM

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.


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
When you find the symlink "AppleFileServer" > Get info > note path to original.

mochiware 05-18-2008 05:03 PM

Can someone tell me what their AppleFileServer's original path is?
I 'rm AppleFileServer' before noting original path and I don't want to reinstall everything just to get this file.

smileyme 05-21-2008 07:51 PM

Here is where mine is
http://www.imagehut.eu/images/66685Symlink.png

davidcmc 09-09-2008 04:25 PM

Quote:

Originally Posted by Maksimum (Post 9822)
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! :D