View Single Post
Posts: 539 | Thanked: 518 times | Joined on May 2010 @ nanaurbusiness
#1
Hi there,

I'm trying to mount my smb shares but all I get is
Code:
mount: wrong fs type, bad option, bad superblock on //192.168.xxx.xxx,
       missing codepage or helper program, or other error
       (for several filesystems (e.g. nfs, cifs) you might
       need a /sbin/mount.<type> helper program)
       In some cases useful info is found in syslog - try
       dmesg | tail or so
I tried
Code:
mount -t cifs -o nolock,addr=192.168.my.ip 192.168.my.ip:/Movies /home/nemo/Videos/Movies
as well as some of the basic combinations but none worked.
Code:
mount -t cifs //192.168.my.ip/MyShare /home/nemo/Videos/Movies
modinfo cifs gives the following so the module should be there...
Code:
[root@Jolla nemo]# modinfo cifs
filename:       /lib/modules/3.4.0.20131212.3/kernel/fs/cifs/cifs.ko
version:        1.78
description:    VFS to access servers complying with the SNIA CIFS Specification e.g. Samba and Windows
license:        GPL
author:         Steve French <sfrench@us.ibm.com>
srcversion:     626D640DF7DD0301397A171
depends:
intree:         Y
vermagic:       3.4.0.20131212.3 SMP preempt mod_unload modversions ARMv7
parm:           CIFSMaxBufSize:Network buffer size (not including header). Default: 16384 Range: 8192 to 130048 (int)
parm:           cifs_min_rcv:Network buffers in pool. Default: 4 Range: 1 to 64 (int)
parm:           cifs_min_small:Small network buffers in pool. Default: 30 Range: 2 to 256 (int)
parm:           cifs_max_pending:Simultaneous requests to server. Default: 32767 Range: 2 to 32767. (int)
parm:           enable_oplocks:Enable or disable oplocks (bool). Default:y/Y/1 (bool)
As far as I know mounting nfs shares with above commands is working just fine.

So, does anyone know what I am missing?
(Maybe its just cifs-utils, but there's no such package yet)

Thanks in advance,

J4ZZ
__________________

N900 ~ $ make me a sandwich
-bash: no, make it yourself
N900 ~ $ sudo make me a sandwich
-bash: ok then...

Last edited by J4ZZ; 2014-01-20 at 20:10.