|
I tried doing that, as well as looking up all the ones on here. It seems that I am having some of the similare problems as everyone else is, but no one wanted to post how they fixed it , other than saying its fixed. So they aren't helping me.
Here's what I have done thus far.
I went into my smb.conf file. I made a new share that points pretty much right to my directory full of music.
[shoutcast]
comment = share for shoutcast server
path = /fileserver01/mp3/albums
security = share
allow hosts = 192.168.15.007
browsable = no
writeable = no
read only = yes
Now, I have tried putting in a valid users (valid users = charlie). That still didn't work. Here's the command prompts I have tried.
mount -t smbfs //servername/sharename /music -o ip=192.168.15.024
- I get the message -
Error connecting to 192.168.15.20 (No route to host)
1589: Connection to optimus failed
SMB connection failed
I don't know how this could have failed. I did a ping with the ipaddress and netbios name, and they both come up correctly.
I had another one i tried, unfortunatly I cant remember it correctly. But it always asked for a password, though I never had it setup for one. I only have about 3 users on the machine, and I tried all their passwords withno luck.
smbmount //servername/shoutcast /music -o ip=192.168.15.24
Password:
1626: session setup failed: ERRDOS - ERRnoaccess (Access denied.)
SMB connection failed
I am all out of ideas, i've messed with this for hours. I just need it to work before I go and find some other way to do this.
much apprecaited.
Last edited by neocontrol; 05-06-2010 at 01:37 PM.
|