LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 03-23-2006, 01:23 PM   #1
cpikey316_
LQ Newbie
 
Registered: Mar 2006
Posts: 3

Rep: Reputation: 0
Mp3's from network!


Not sure if this is a network problem or not, seemed like the right place to put it.

I'm new to linux, decided on SuSE 10, downloaded it, and have spent the last 2 weeks setting network up and making mp3s play! This was more complicated but the vast amount of information helped. However, when I try to play Mp3's from a network drive ( the D drive of my windows pc) Linux won't do it! Im using xmms, local files play fine (I copied one to test it out) but they refuse to play if i attempt to add them from the network drive.

Realplayer suggests that it might be SMB, but I have this on there, and it's clearly working, as I have a network, right?

my apologies for being a complete moron when it comes to all this, but i'd love to get the hang of linux to escape Bill Gates evil clutches! Any help would be appreciated!
 
Old 03-23-2006, 05:00 PM   #2
nevelis
Member
 
Registered: Feb 2005
Distribution: Ubuntu, Debian
Posts: 56

Rep: Reputation: 15
If you are using Gnome, you could try using VFS. To do this:

Click Places -> Connect to server

Fill out the pretty little form, and the folder will appear on your desktop. Try that, see if it works.

Another approach is to actually mount the network drive, like this:

Code:
mount -t smbfs //computer/share /mnt/mp3s
Cheers,
Aaron
 
Old 03-24-2006, 06:56 AM   #3
cpikey316_
LQ Newbie
 
Registered: Mar 2006
Posts: 3

Original Poster
Rep: Reputation: 0
Ok, Tried that, this i got it wrong, as it says the contents cannot be displayed. Can't delete it either, as it says to unmount it, but there is no unmount option, greyed out or not.

I appreciate your help, but wouldn't that just create an easy way to get to the music folder on my desktop. So i could just click on that to get a folder full of mp3s that wont play, instead of going through the computer icon.
 
Old 03-24-2006, 01:08 PM   #4
nevelis
Member
 
Registered: Feb 2005
Distribution: Ubuntu, Debian
Posts: 56

Rep: Reputation: 15
Try:

Code:
mount -t smbfs -o umask=0000 //something/mp3s /mnt/mp3
That'll mount it, and give everyone read/write access to the share. The mounted icon should appear on your desktop automatically.

Cheers,
Aaron
 
Old 03-25-2006, 08:35 AM   #5
cpikey316_
LQ Newbie
 
Registered: Mar 2006
Posts: 3

Original Poster
Rep: Reputation: 0
Didn't work, I got a huge list of options too large to post here.

But I reiterate, wouldn't that just create an easy way to get to the music folder on my desktop. So i could just click on that to get a folder full of mp3s that wont play, instead of going through the computer icon.

Can you tell me how to unmount one of these icons i've created?
 
Old 03-25-2006, 11:56 AM   #6
nevelis
Member
 
Registered: Feb 2005
Distribution: Ubuntu, Debian
Posts: 56

Rep: Reputation: 15
No, it wouldn't. Some applications will not read from the smb:// protocol, but if it's mounted as a folder it'll work fine. I've done it before for both music & video. It's done transparently at kernel level, as far as the application's concerned, it's getting it from a folder in your own filesystem, not on a network share.

To unmount a folder, type mount. It'll bring up a list of all of the current mounts, a-like so:

Code:
aaron@chibi:~$ mount
/dev/hda3 on / type reiserfs (rw,notail)
proc on /proc type proc (rw)
/sys on /sys type sysfs (rw)
varrun on /var/run type tmpfs (rw)
varlock on /var/lock type tmpfs (rw)
udev on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
devshm on /dev/shm type tmpfs (rw)
/dev/hda2 on /shared type vfat (rw)     <-- lets say we want to unmount this
aaron@chibi:~$ su
Password:
root@chibi:/home/aaron# umount /dev/hda2
You have to do it as root, users can only mount/unmount folders specified in /etc/fstab with the 'user' option.

I tried gnome-vfs, and it doesn't work in xmms, but it works with Totem, which is gnome's default player. I assume you're using gnome?

Cheers,
Aaron
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
.mp3's Geminias Linux - Newbie 13 01-04-2006 07:20 AM
MP3's Shifty02 SUSE / openSUSE 6 06-09-2005 03:02 PM
how many mp3's? jaz General 1 05-14-2004 12:03 AM
MP3's odd Linux - Software 2 05-08-2004 10:58 AM
Where do you go for .mp3's GtkUser Linux - General 8 10-03-2002 05:20 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 11:35 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration