![]() |
[Problem] Mounting samba shares
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, Code:
mount -t cifs -o nolock,addr=192.168.my.ip 192.168.my.ip:/Movies /home/nemo/Videos/Movies Code:
mount -t cifs //192.168.my.ip/MyShare /home/nemo/Videos/Movies Code:
[root@Jolla nemo]# modinfo cifs So, does anyone know what I am missing? (Maybe its just cifs-utils, but there's no such package yet) Thanks in advance, J4ZZ |
Re: [Problem] Mounting samba shares
did you liad the CIFS module?
(as root, does lsmod show CIFS module is loaded) devel-su modprobe cifs will load the needed module |
Re: [Problem] Mounting samba shares
Yes, lsmod shows
Code:
Module Size Used by |
Re: [Problem] Mounting samba shares
Like in the NFS situation, without a working mount.cifs program you need to be more careful with the mount options you pass to the kernel.
In this case, something like the following should work: Code:
mount -o unc=\\\\host\\share,ip=192.168.1.2,username=X,password=X //host/share /mnt/tmp Alternatively, build cifs-utils. |
Re: [Problem] Mounting samba shares
Quote:
(for those who wanna try) Code:
cd /home/nemo/Downloads Code:
mount -t cifs //servername/sharename /nemo/mountfolder but apparently nls_utf8.ko is missing from kernel and all I get is: Code:
mount error(79): Can not access a needed shared library Thanks in advance, J4ZZ |
Re: [Problem] Mounting samba shares
Quote:
|
Re: [Problem] Mounting samba shares
Thanks mate, just voted ;)
|
Re: [Problem] Mounting samba shares
Quote:
For inspiration https://www.kernel.org/doc/Documenta...ld/modules.txt |
All times are GMT. The time now is 03:32. |
vBulletin® Version 3.8.8