Page 7 of 10

Re: Problems mounting Samba shares UE32F5300!

Posted: Thu May 01, 2014 7:13 pm
by brunogts77
sectroyer wrote:this command:

Code: Select all

mount | grep cifs
:)
this is result:

Code: Select all

VDLinux#> mount | grep cifs
VDLinux#> mount | grep cifs
VDLinux#> VDLinux#> mount | grep cifs
VDLinux#> mount | grep cifs
VDLinux#>

Re: Problems mounting Samba shares UE32F5300!

Posted: Thu May 01, 2014 7:14 pm
by zoelechat
Now launch samba script through webif and try the command again please (just to be sure :) )

Re: Problems mounting Samba shares UE32F5300!

Posted: Thu May 01, 2014 7:16 pm
by brunogts77
zoelechat wrote:Now launch samba script through webif and try the command again please (just to be sure :) )
Ok it?s done.

Code: Select all

VDLinux#> mount | grep cifs
//192.168.1.251/PUBLIC on /dtv/usb/sda/smb/192.168.1.251/PUBLIC type cifs (rw,mand,relatime,sec=ntlm,unc=\192.168.1.251\PUBLIC,username=sysadmin,uid=0,noforceuid,gid=-1,noforcegid,addr=192.168.1.251,file_mode=0755,dir_mode=0755,nounix,rsize=16384,wsize=131007,actimeo=1)
//192.168.1.251/sysadmin on /dtv/usb/sda/smb/192.168.1.251/sysadmin type cifs (rw,mand,relatime,sec=ntlm,unc=\192.168.1.251\sysadmin,username=sysadmin,uid=0,noforceuid,gid=-1,noforcegid,addr=192.168.1.251,file_mode=0755,dir_mode=0755,nounix,rsize=16384,wsize=131007,actimeo=1)
VDLinux#>

Re: Problems mounting Samba shares UE32F5300!

Posted: Thu May 01, 2014 7:28 pm
by zoelechat
As expected and that gives no clue...
Could you edit again this line:

Code: Select all

M_OPTS="$PERM,user=${USER},password=${PASSWD},codepage=cp1250,iocharset=utf8,noserverino"
and add ,nounix,nobrl,noperm at the end, like this:

Code: Select all

M_OPTS="$PERM,user=${USER},password=${PASSWD},codepage=cp1250,iocharset=utf8,noserverino,nounix,nobrl,noperm"
(then reboot)

Re: Problems mounting Samba shares UE32F5300!

Posted: Thu May 01, 2014 7:42 pm
by brunogts77
zoelechat wrote:As expected and that gives no clue...
Could you edit again this line:

Code: Select all

M_OPTS="$PERM,user=${USER},password=${PASSWD},codepage=cp1250,iocharset=utf8,noserverino"
and add ,nounix,nobrl,noperm at the end, like this:

Code: Select all

M_OPTS="$PERM,user=${USER},password=${PASSWD},codepage=cp1250,iocharset=utf8,noserverino,nounix,nobrl,noperm"
(then reboot)
Ok, nothing new. :roll:

Re: Problems mounting Samba shares UE32F5300!

Posted: Thu May 01, 2014 7:46 pm
by zoelechat
Ok, just one more try before I give up for tonight, modify these 2 lines:

Code: Select all

get_servers
get_shares
to

Code: Select all

get_servers >> /dtv/samba.log
get_shares >> /dtv/samba.log
reboot TV and give output of telnet command

Code: Select all

cat /dtv/samba.log

Re: Problems mounting Samba shares UE32F5300!

Posted: Thu May 01, 2014 7:56 pm
by brunogts77
reboot TV and give output of telnet command

Code: Select all

cat /dtv/samba.log
Output:

Code: Select all

VDLinux#> cat /dtv/samba.log
Search Shares
on: 192.168.1.5
on: 192.168.1.254
on: 192.168.1.4
VDLinux#>

Re: Problems mounting Samba shares UE32F5300!

Posted: Thu May 01, 2014 8:01 pm
by zoelechat
Do you have shares on these 3 IPs? Or do you expect only 192.168.1.251?

Re: Problems mounting Samba shares UE32F5300!

Posted: Thu May 01, 2014 8:04 pm
by brunogts77
I have shares on these 3 but missed one! "192.168.1.251".It?s my NAS!

Re: Problems mounting Samba shares UE32F5300!

Posted: Thu May 01, 2014 8:07 pm
by zoelechat
I mean: which IPs/folders do you want to be shared to TV?
Are they all present when you launch script through webif?
(in output above I see only //192.168.1.251/PUBLIC and //192.168.1.251/sysadmin)