LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   can I mnt a network connection (https://www.linuxquestions.org/questions/linux-networking-3/can-i-mnt-a-network-connection-412407/)

TinAkamia 02-06-2006 07:13 PM

can I mnt a network connection
 
I figured out how to connect to a share on my winXP LAN.

the only problem I have now is I can't figure out how to get to that connection from programs like XMMS which only lists folders and mounted drives.

is there a way to Map a network drive as it where like in windows?

kvedaa 02-06-2006 07:18 PM

It sounds like you may want to use Samba:

www.samba.org/

an interesting pages with instructions on how to perform a task like this.

http://www.cims.nyu.edu/systems/plat...nux_samba.html

Happy hunting

sunpascal 02-06-2006 07:43 PM

Lin Neighborhood works too.
It can mount shares anywhere you like.

TinAkamia 02-09-2006 09:40 PM

K....... that helped a little but didn't..... I am a complete newb and am having a confusion with everything thot is going on.

anyone out there that can step by step me?

mmaki 02-09-2006 09:52 PM

From linux, mounts (mapping shares) must be done as root unless specified otherwise in /etc/fstab. So, as root, try

# mount -t smbfs -o username=administrator //192.168.1.10/sharename /mnt/share

You'll be prompted for the administrator password.

Of course you need to substitute the correct ip address and sharename for the Windows box. /mnt/share or any other directory you want to mount at must also exist.

Access /mnt/share from xmms like any other directory.

Good Luck!

Mike

TinAkamia 02-10-2006 09:52 AM

thank you that work quite well

Darin 02-10-2006 01:41 PM

To clear some of the cobwebs that confuse Windows users. In Windows you "map" a drive to a drive letter, in Linux you "mount" a drive into your existing filesystem at a point that was either chosen automatically for you (/media/cdrom) or one of your choosing (/home or even /bob/windows_cdrive.)

TinAkamia 02-11-2006 12:46 AM

so now I have another problem.

XMMS is not able to play the files, though realplayer can. Either of these programs does not have a media library, which SUCKS!

any suggestions on a better mp3 player to use?

nevils_nonsense 02-11-2006 09:38 AM

Many distributions don't include a MP3 player because of licensing and took it out of XMMS. The easiest one to get going is 'mpg321'. WARNING - it is command line, but if you really want to get into the spirit of it you could do some of the jukebox projects that are out there and have a web base jukebox. There are also some how-to's on getting the version of XMMS with MP3 support and there are a few other programs I have used such as a winamp look alike written in java.

sunpascal 02-11-2006 10:05 AM

Quote:

Originally Posted by TinAkamia
Either of these programs does not have a media library, which SUCKS!

Some players have media libraries which SUCKS!

sunpascal 02-11-2006 10:06 AM

see freshmeat.net for software.

Darin 02-11-2006 01:43 PM

Quote:

Originally Posted by nevils_nonsense
Many distributions don't include a MP3 player because of licensing and took it out of XMMS...

Due to their licensing being incompatable with most of the open source licenses, most distributions do not include codecs. Still, the needed codecs are available on The Internet and you can download them once you find them.

dj_prime 02-12-2006 03:16 AM

thanks mmaki
 
mmaki..............you are a genius.

Thanks for your advice. Worked like a chum.


All times are GMT -5. The time now is 08:12 PM.