(SOlVED) Problems mounting Samba shares UE32F5300!

Here for general support for F series TVs, request and problem solve area.

User avatar
brunogts77
Posts: 772
Joined: Sat Feb 18, 2012 8:34 pm

Re: Problems mounting Samba shares UE32F5300!

Post 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#>
UE40JU6000 T-MST12DEUC_1119]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: Problems mounting Samba shares UE32F5300!

Post by zoelechat »

Now launch samba script through webif and try the command again please (just to be sure :) )
I do NOT receive any PM. Please use forum.
User avatar
brunogts77
Posts: 772
Joined: Sat Feb 18, 2012 8:34 pm

Re: Problems mounting Samba shares UE32F5300!

Post 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#>
UE40JU6000 T-MST12DEUC_1119]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: Problems mounting Samba shares UE32F5300!

Post 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)
I do NOT receive any PM. Please use forum.
User avatar
brunogts77
Posts: 772
Joined: Sat Feb 18, 2012 8:34 pm

Re: Problems mounting Samba shares UE32F5300!

Post 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:
UE40JU6000 T-MST12DEUC_1119]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: Problems mounting Samba shares UE32F5300!

Post 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
I do NOT receive any PM. Please use forum.
User avatar
brunogts77
Posts: 772
Joined: Sat Feb 18, 2012 8:34 pm

Re: Problems mounting Samba shares UE32F5300!

Post 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#>
UE40JU6000 T-MST12DEUC_1119]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: Problems mounting Samba shares UE32F5300!

Post by zoelechat »

Do you have shares on these 3 IPs? Or do you expect only 192.168.1.251?
I do NOT receive any PM. Please use forum.
User avatar
brunogts77
Posts: 772
Joined: Sat Feb 18, 2012 8:34 pm

Re: Problems mounting Samba shares UE32F5300!

Post by brunogts77 »

I have shares on these 3 but missed one! "192.168.1.251".It?s my NAS!
UE40JU6000 T-MST12DEUC_1119]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: Problems mounting Samba shares UE32F5300!

Post 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)
I do NOT receive any PM. Please use forum.

Post Reply

Return to “[F] Support”