[opensuse-security] problems with smbmount and OSS10.2

Hi, after oss10.2 installation i have tried to mount a smb filesystem: mount -t smbfs -o ip=192.168.33.35,username=franky //franky/share /mnt but i have received this message after i have inserted password Suse Kernel don't support smb filesystem!!! Do i must recompile? thanks --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-security+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-security+help@opensuse.org

You might try the same thing with CIFS: mount -t cifs -o ip=192.168.33.35,username=franky //franky/share /mnt On Wed, 27 Dec 2006 19:01:41 +0100, Tolmino <gratis@tolmino.it> wrote:
Hi, after oss10.2 installation i have tried to mount a smb filesystem:
mount -t smbfs -o ip=192.168.33.35,username=franky //franky/share /mnt
but i have received this message after i have inserted password
Suse Kernel don't support smb filesystem!!!
Do i must recompile? thanks --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-security+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-security+help@opensuse.org -- Remmy Router
--------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-security+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-security+help@opensuse.org

On 27.12.2006 20:01, Tolmino wrote:
Hi, after oss10.2 installation i have tried to mount a smb filesystem:
mount -t smbfs -o ip=192.168.33.35,username=franky //franky/share /mnt
but i have received this message after i have inserted password
Suse Kernel don't support smb filesystem!!!
Do i must recompile? thanks
Sounds like smbfs is compiled as module, but the module is not loaded on boot. Use lsmod to see the loaded modules and modprobe to load one. The module is called smbfs. Now that I tried to see if the module is loaded here, it is not:) Maybe mount loads it automatically? Anyway 'Kernel doesn't support...' sounds exactly like missing module. -- Blade hails you... All I ever craved were the two dreams I shared with you. One I now have, will the other one ever dream remain. For yours I truly wish to be. --Nightwish

fredag 29 december 2006 10:14 skrev Boyan Tabakov:
Sounds like smbfs is compiled as module, but the module is not loaded on boot. Use lsmod to see the loaded modules and modprobe to load one. The module is called smbfs. Now that I tried to see if the module is loaded here, it is not:) Maybe mount loads it automatically? Anyway 'Kernel doesn't support...' sounds exactly like missing module.
smbfs is completely disabled in 10.2, it's not even available as a module. -- !++ ! Lennart Börjeson, Cinnober Financial Technology AB ! Industrigatan 2A, S-112 46 STOCKHOLM ! Sverige/Sweden/Schweden/Suède ! phone:+46-8-50304717 gsm:+46-70-3394717 fax:+46-8-50304701 !-- --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-security+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-security+help@opensuse.org

On 29.12.2006 11:43, Lennart Börjeson wrote:
fredag 29 december 2006 10:14 skrev Boyan Tabakov:
Sounds like smbfs is compiled as module, but the module is not loaded on boot. Use lsmod to see the loaded modules and modprobe to load one. The module is called smbfs. Now that I tried to see if the module is loaded here, it is not:) Maybe mount loads it automatically? Anyway 'Kernel doesn't support...' sounds exactly like missing module.
smbfs is completely disabled in 10.2, it's not even available as a module.
Hmmm... That's good to know. Thanks... -- Blade hails you... Born from silence, silence full of it A perfect concert my best friend So much to live for, so much to die for If only my heart had a home --Nightwish
participants (4)
-
Boyan Tabakov
-
Lennart Börjeson
-
Remington Router
-
Tolmino