
Originally Posted by
limbimtimwim
Like Skunk said, make sure it's not connected somewhere else (Like you've closed the window, but the connection continues)
When you did $ smbclient //linuxmusic/casacaracol, you connected to the share exporting your homedir on the box, that's sweet. The smb process exporting that share won't let you 'cd ..' away somewhere else. So now you want to do $smbclient //linuxmusic/allmusic . Does that work (Once you put back the 'guest user =' parameter and restart samba) ? It should do, since that other share was working perfectly.
If you can access the shares correctly via smbclient, you should be able to do this:
$ mount_smbfs //guest@linuxmusic/allmusic /the/directory/i/want/to/mount/this/share/on/the/imac
That work? Awesome.. Urr.. I don't know how to make that connection permanent on a OSX box however.. heh.. I don't think it has a /etc/fstab ..
We'll solve that next..
Bookmarks