(SOlVED) Problems mounting Samba shares UE32F5300!

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

zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: Problems mounting Samba shares UE32F5300!

Post by zoelechat »

No news? I suppose problem is solved :)
Just had a look at F series samba script, something seems strange and I wonder if problem of shares not being mounted on startup couldn't be here:

Code: Select all

#M_POINT="$DEST_DIR/$1/$(echo -n $i | sed -e "s/\//_/g")"	#disabled by levi
M_POINT="$DEST_DIR/$1/$(basename $i)"						#enabled by levi
If I compare to E behavior, "basename" command can't be used as such on startup as it is not pure bash, it should be called at least with busybox for it to work.
When script is launched via webif, busybox is loaded so it could explain why it works at this point.
I wonder why this part of script has been modified, it wasn't needed to...
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:No news? I suppose problem is solved :)
Just had a look at F series samba script, something seems strange and I wonder if problem of shares not being mounted on startup couldn't be here:

Code: Select all

#M_POINT="$DEST_DIR/$1/$(echo -n $i | sed -e "s/\//_/g")"	#disabled by levi
M_POINT="$DEST_DIR/$1/$(basename $i)"						#enabled by levi
If I compare to E behavior, "basename" command can't be used as such on startup as it is not pure bash, it should be called at least with busybox for it to work.
When script is launched via webif, busybox is loaded so it could explain why it works at this point.
I wonder why this part of script has been modified, it wasn't needed to...
Hi. The problem it?s not solved. :x :x
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 »

What's the state of things now? You can access your shares, but only if you launch script via webif, that's it?
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:What's the state of things now? You can access your shares, but only if you launch script via webif, that's it?
Just like that. :D
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 so you can try that:
Find the 2 lines I've pasted above in samba script, uncomment the first line (remove leading #), and comment the 2nd one (add leading #). Like this:

Code: Select all

M_POINT="$DEST_DIR/$1/$(echo -n $i | sed -e "s/\//_/g")"   #disabled by levi
#M_POINT="$DEST_DIR/$1/$(basename $i)"                  #enabled by levi
(then overwrite script through FTP and reboot TV, of course :) )
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 »

Ok, but nothing!
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 »

Sh*t :D
Before launching script through webif, could you give output of (if there's any):

Code: Select all

mount | grep cifs
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 »

Ok To give you the output, what command? Sorry my ignorance!
UE40JU6000 T-MST12DEUC_1119]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: Problems mounting Samba shares UE32F5300!

Post by sectroyer »

this command:

Code: Select all

mount | grep cifs
:)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: Problems mounting Samba shares UE32F5300!

Post by zoelechat »

Copy/paste whole line if you're not sure ;)
edit: through Telnet, of course!
I do NOT receive any PM. Please use forum.

Post Reply

Return to “[F] Support”