LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   CIFS not supported by the system (https://www.linuxquestions.org/questions/slackware-14/cifs-not-supported-by-the-system-854828/)

dashko 01-07-2011 08:17 AM

CIFS not supported by the system
 
Hi there,
i am using Slackware 13.1 with my customize version of kernel:

# uname -a
Linux dash-pc 2.6.33.4 #1 SMP Thu Dec 30 15:28:19 CET 2010 i686 Intel(R) Core(TM)2 Duo CPU T5670 @ 1.80GHz GenuineIntel GNU/Linux

I compiled into kernel CIFS module and now i am still not able to mount SAMBA directory.

# mount.cifs //192.168.0.101/music /home/dash/music
Password:
mount error: cifs filesystem not supported by the system
mount error(19): No such device
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

# smbmount //192.168.0.101/music /home/dash/music
Password:
mount error: cifs filesystem not supported by the system
mount error(19): No such device
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

grep '=y$' /usr/src/linux/.config | grep CIFS
CONFIG_CIFS=y
CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
CONFIG_CIFS_DEBUG2=y

grep '=y$' /usr/src/linux/.config | grep SMB
CONFIG_SMB_FS=y

# grep '=y$' /usr/src/linux/.config | grep NTFS
CONFIG_NTFS_FS=y
CONFIG_NTFS_RW=y

# modprobe cifs
# modprobe -r cifs
FATAL: Module cifs is builtin
# modprobe cifs

EDIT: I forgot mention, that with mc i can go to the mount directory, so path is ok.

What's going on? Please help.
Thanks a much!

ponce 01-07-2011 09:33 AM

try not setting smbfs (deprecated) and cifs as built-in but build them as modules, this way smbfs shouldn't get on the way.

Linux.tar.gz 01-07-2011 09:37 AM

Is samba installed on your client system ?

dashko 01-07-2011 11:09 AM

Quote:

Originally Posted by ponce (Post 4216517)
try not setting smbfs (deprecated) and cifs as built-in but build them as modules, this way smbfs shouldn't get on the way.

Ok, it worked. I am now little confused :) thanks

ponce 01-07-2011 11:29 AM

- the kernel still gives precedence to smbfs;
- you can't use the two modules at the same time;

so,being both built-in, smbfs always had precedence and the kernel ignored cifs: building them as modules let you choose what you want ;)

abhijithvtk 04-11-2017 01:32 PM

Quote:

Originally Posted by dashko (Post 4216571)
Ok, it worked. I am now little confused :) thanks

how its worked? am facing same problem please help

ponce 04-11-2017 01:35 PM

hi abhijithvtk, welcome to LQ.

which problem? please open a new thread describing it extensively, don't revive a six years old thread.

abhijithvtk 04-11-2017 01:40 PM

already done.
I see your reply I think you can help me

Alien Bob 04-11-2017 01:40 PM

Quote:

Originally Posted by abhijithvtk (Post 5695698)
how its worked? am facing same problem please help

Please ask your question only in ONE location. You also posted in this thread: http://www.linuxquestions.org/questi...em-4175603650/


All times are GMT -5. The time now is 05:16 AM.