LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   fedora/samba/xmms frustration (https://www.linuxquestions.org/questions/fedora-35/fedora-samba-xmms-frustration-4175439233/)

timl 11-28-2012 10:44 PM

fedora/samba/xmms frustration
 
Hi, I have a samba server on a PC running Centos. From my F16 box I can connect to this share via Nautilus - not a problem.

I want to use xmms to play mp3s from this share. But it is not a directory. I received a suggestion to create a mount point and mount the share
mount -t cifs //share /mnt/mp3 -o user=username

mount error(115): Operation now in progress
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Any suggestions on how to make the share visible would be appreciated

camorri 11-29-2012 04:38 PM

The mount command should look like this:

Quote:

mount -t cifs -o username=USERNAME,password=PASSWD //192.168.1.88/shares /mnt/share
This is an example. You have to supply a valid user, password. The IP address of the server + share name. The last part is the mount point in the client. It needs to me an empty directory.

timl 11-30-2012 02:44 AM

thanks camorri. That has done the trick.

//192.168.1.88/shares - IP add and share name whereas I was using IP add and share location.

Solved


All times are GMT -5. The time now is 07:45 PM.