View Single Post
 
Old 03-27-2008, 11:28 PM
Mikeintosh Mikeintosh is offline
Puma
 
Join Date: Mar 2008
Posts: 16
Quote:
[cite] Maksimum:[/cite]
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'
Guys - this did the trick for me! I can now access my Windows shares like with rev. 1. Who would have thought it's all down to a missing slash in a symlink.... many thanks Maksimum!

Mike :-)
Reply With Quote