LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Cannot mount windiscs with Samba (https://www.linuxquestions.org/questions/linux-software-2/cannot-mount-windiscs-with-samba-486784/)

vvopenka 09-25-2006 08:16 AM

Cannot mount windiscs with Samba
 
Hi. I'm using Fedore Core 5 and GNOME. I would need to mount windows disc form a different computer (because of music). But when I type:
Code:

mount //192.168.0.1 /mnt/mp3
it tells me:
Code:

mount: unknown filesystem type 'sbmfs'
But when I use File Browser and use "Connect to server", I can connect to windows share files with no problem and work with them.

I chacked my service list and started the Samba smbd and nmbd demons, but no change.

In this forum I saw someone referring to smb4k, but when I wanted to install it, it told me, that it's for KDE. I don't know weather I can use it in GNOME as well.

I'm not sure what to install or what do I do wrong. I'm new to Linux, so I'm still getting used to new environment. Could you pleas help?

hob 09-25-2006 03:23 PM

You don't actually need to run the Samba services to connect to a Windows share from the command-line: the default Fedora installation has the necessary tools. smb4k etc. are just graphical interfaces, and the fact that GNOME connects suggests that the basic components are OK.

IIRC, Fedora uses the mount type "cifs" rather than "smbfs"?

If you want to do a command-line test to double-check that things are all working OK, first try smbclient, which gives an FTP-like interface:

man smbclient


Hope that helps.

vvopenka 09-26-2006 04:25 PM

Problem solved
 
Hi, so the problem is solved. I had to use cifs in stead of smbfs. So when I use
Code:

mount -t cifs //192.168.0.1/mp3 /mnt/mp3
it works perfectly.

Thank you very much.


All times are GMT -5. The time now is 12:54 AM.