Jump to content
4 posts in this topic

Recommended Posts

I tried the following things:

 

1. create a file /etc/nsmb.conf (minauth=none)

2. reinstall smbfs.kext via pacifist

3. tried this smb-fix

 

always fixed permissions. nothing worked :lol:

It always shows me the following error:

 

bild1uo9.jpg

 

sudo mount_smbfs //192.168.1.100/stephan ~/share

 

gives me the following:

 

mount_smbfs: /sbin/kextload command failed, exit status 1: Operation not permitted
mount_smbfs: SMB filesystem is not available

 

The file /etc/nsmb.conf is there, but it makes no difference :unsure:

 

The forum-search doesn't seem to work. It somehow shows the same results everytime, no matter what I search for ;)

Edited by fragreaver

Disk Utility didn't help, too :)

 

edit: yarr, it works!

 

I used a older smbfs.kext I found on my ngage xD

Use these commands to make it, maybe, work:

 

1. sudo chown -R root:wheel smbfs.kext

2. sudo chmod -R 755 smbfs.kext

3. sudo kextload -v smbfs.kext

4. sudo cp -R smbfs.kext /System/Library/Extensions

5. sudo kextcache -k /System/Library/Extensions

 

I attached the smbfs.kext that worked for me.

smbfs.kext.zip

Edited by fragreaver
×
×
  • Create New...