Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Quick question. How do you make symbolic links to another computer? And for that matter is it possible? I believe it is, but I am not sure.
I have one computer I use as a fileserver. I have samba on there to do the sharing usually. I have another computer which I have apache on, and I want to have a internet radio station on. I just want to make the link to the other computer so I dont have to copy over a bunch of music.
I tried directing the radio over to the fileserver but it didnt take. I read the documentation and it seems that it has to be local, so if i make a symbolic link to where i want it to go, it should work. i hope.
If you have any more ideas, let me know. Can you mount a drive from the server onto your current pc? like mapping in windows? i have never done anything like that , so if you can answer that it would be appreciated.
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.
Do you need any security on the share? Just make sure the SMB ports are blocked on your router/firewall/however you access the net and leave it open for your LAN to access. I use this which is pretty much bottom of the rung security-wise but I don't use wireless so people next door don't scare me and I have my firewall box blocking ports AND my ISP blocks certain ports, these included so I think I'm pretty safe. Most setups shouldn't be too different.
Code:
[Media]
path = /media
guest ok = yes
guest only = yes
guest account = nobody
writable = yes
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.