Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
 |
09-30-2005, 08:08 PM
|
#1
|
Member
Registered: Jun 2004
Location: Boston, MA USA
Distribution: Suse 9.3
Posts: 68
Rep:
|
Playing Windows files on Linux box?
I'm running XP on one machine, Linux on another, using Samba to network them. Windows lets me run multimedia files stored on the Linux machine. I just go to the folder, click the file, and it streams into whatever player I'm using. I can create a playlist of files on the Linux machine, and play them in any order.
When I switch to the Linux computer and try to play files stored on Windows, Linux doesn't cooperate so easily. I have to copy the file into the /tmp directory before it will play, and I can't create a list of files on the Windows machine and play them one after the other.
I get the impression that I'd have to mount the Windows files on a partition of the Linux machine to run them seamlessly. I don't know how to do this. Or is there some other solution? Thanks.
|
|
|
09-30-2005, 08:49 PM
|
#2
|
Member
Registered: Oct 2004
Location: Yogyakarta, Indonesia
Distribution: Mandrake 9.0, 9.1, 9.2, 10.0
Posts: 84
Rep:
|
I usually use LinNeighborhood to mount shared directories.
|
|
|
09-30-2005, 10:10 PM
|
#3
|
Member
Registered: Jun 2004
Location: Boston, MA USA
Distribution: Suse 9.3
Posts: 68
Original Poster
Rep:
|
And what is LinNeighborhood? I never heard of it. I'm running SUSE 9.3, in case that matters...
|
|
|
09-30-2005, 11:19 PM
|
#4
|
Member
Registered: Oct 2004
Location: Yogyakarta, Indonesia
Distribution: Mandrake 9.0, 9.1, 9.2, 10.0
Posts: 84
Rep:
|
LinNeighborhood is a GUI tool to solve your problem. 
Basically, you can mount it from command prompt, like this:
Code:
# mount -t smbfs -o username=wedhus,password=wedhus //winsystem/Shared /mnt/Shared/
LinNeighborhood do the same way, but it's much better.
regards
ag2uki
|
|
|
10-01-2005, 01:20 PM
|
#5
|
Member
Registered: Jun 2004
Location: Boston, MA USA
Distribution: Suse 9.3
Posts: 68
Original Poster
Rep:
|
And how does one get LinNeighborhood?
|
|
|
10-01-2005, 07:56 PM
|
#6
|
Member
Registered: Jun 2004
Location: Boston, MA USA
Distribution: Suse 9.3
Posts: 68
Original Poster
Rep:
|
OK, I found LinNeighborhood and installed it. Now I can't get it to work. It identifies the folder I want to mount on my Linux box, but when I click "mount," it says "cannot resolve address."
Can anyone help? Thanks.
|
|
|
10-03-2005, 08:34 PM
|
#7
|
Member
Registered: Oct 2004
Location: Yogyakarta, Indonesia
Distribution: Mandrake 9.0, 9.1, 9.2, 10.0
Posts: 84
Rep:
|
perhaps you installed a firewall on either your Suse or your Windows machines.
I have found a similar question, and i hope it will work for you.
http://www.linuxquestions.org/questi...04/07/2/197829
Good Luck!
regards
ag2uki
|
|
|
10-03-2005, 11:30 PM
|
#8
|
Member
Registered: Jun 2004
Location: Boston, MA USA
Distribution: Suse 9.3
Posts: 68
Original Poster
Rep:
|
The firewall on my SUSE box is off. I have a firewall on my Windows machine. I disabled it and tried again. It still won't resolve the address. So if both firewalls are shut down entirely, why else might it not work? Thanks.
|
|
|
10-04-2005, 12:41 PM
|
#9
|
Member
Registered: Aug 2005
Location: NY,USA
Distribution: Debian, Gentoo, Ubuntu
Posts: 103
Rep:
|
If you wanna try doing it by hand instead of using LinNeighborhood (can't say i'm familiar with it at all) then try to make some sense of this:
to mount the windows shares under linux, install smbclient and smbfs (both are in apt repositories if you happen to be using debian or ubuntu) and I'm sure there's an RPM for them as well.
After that is all happy, it is just a matter of using smbmount (basically "mount" with special stuff to tell it that it is a windows network share) or you can add a line into your /etc/fstab file telling it to mount //computername/sharename into a mount path as filesystem type smbfs
you can also mount it using mount with filesystem type smbfs too. see man smbmount and man mount for more info, it is really straightforward
Last edited by FliesLikeABrick; 10-04-2005 at 12:43 PM.
|
|
|
10-04-2005, 08:19 PM
|
#10
|
Member
Registered: Jun 2004
Location: Boston, MA USA
Distribution: Suse 9.3
Posts: 68
Original Poster
Rep:
|
Sounds like a plan, dude. I'll try it. Thanks.
|
|
|
10-04-2005, 08:57 PM
|
#11
|
Member
Registered: Jun 2004
Location: Boston, MA USA
Distribution: Suse 9.3
Posts: 68
Original Poster
Rep:
|
Yep, I puzzled out the right text command for mounting. Part of the problem was the Windows filename. I needed to put it in quotes. Still, it now works. Just wish I could automate the process. Oh, well, at least I made a copy of the command, so I can reissue it whenever I log on. Thanks much.
|
|
|
10-06-2005, 07:43 PM
|
#12
|
Member
Registered: Feb 2005
Location: Rotterdam, The Netherlands
Distribution: Debian - Ubuntu
Posts: 219
Rep:
|
hi
i'm using slackware so don't know how to do it with suse, but with slack i can edit a file called /etc/fstab (think you have the same file in suse)
this file tells the system what to mount at startup, my cdrom and floppy are listed there as well,
i can simply add a new line with the smbmount command in there and it will mount the windows share automatically at boot instead of typing it in.
|
|
|
10-06-2005, 08:10 PM
|
#13
|
Member
Registered: Jun 2004
Location: Boston, MA USA
Distribution: Suse 9.3
Posts: 68
Original Poster
Rep:
|
Yeah, I mean to try that one of these days. For now, I'd just as soon type the command as needed. Long as I can mount the share, I'll die happy.
Thanks.
|
|
|
All times are GMT -5. The time now is 04:07 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|