Page 4 of 10

Re: Problems mounting Samba shares UE32F5300!

Posted: Sun Apr 27, 2014 2:44 pm
by brunogts77
zoelechat wrote:Just an idea: disable fusesmb and try to rename through FTP samba script to "99_99_samba.init" (then reboot TV ;) )
Ok i have make that but still not mount samba shares!

Re: Problems mounting Samba shares UE32F5300!

Posted: Sun Apr 27, 2014 2:52 pm
by zoelechat
Ok, try to copy script again through FTP with its original name to have both files in init.d folder:

Code: Select all

04_04_samba.init
99_99_samba.init
Then telnet:

Code: Select all

chmod 777 /mnt/etc/init.d/04_04_samba.init
chmod 777 /mnt/etc/init.d/99_99_samba.init
Reboot TV.

If it still doesn't work, listen to sectroyer :)

Re: Problems mounting Samba shares UE32F5300!

Posted: Sun Apr 27, 2014 3:13 pm
by brunogts77
Ok i have tried but nothing! :x :x

Re: Problems mounting Samba shares UE32F5300!

Posted: Sun Apr 27, 2014 3:14 pm
by sectroyer
brunogts77 wrote:Ok i have tried but nothing! :x :x
ls -la of your files :)

Re: Problems mounting Samba shares UE32F5300!

Posted: Sun Apr 27, 2014 3:23 pm
by brunogts77

Code: Select all

VDLinux#> ls -la /dtv/usb/sda/smb
total 18
drwxr-xr-x    2 root     0             2048 Jan  1 00:00 .
drwxr-xr-x    3 root     0            16384 Jan  1 00:00 ..
VDLinux#>

Re: Problems mounting Samba shares UE32F5300!

Posted: Sun Apr 27, 2014 3:28 pm
by sectroyer
brunogts77 wrote:

Code: Select all

VDLinux#> ls -la /dtv/usb/sda/smb
total 18
drwxr-xr-x    2 root     0             2048 Jan  1 00:00 .
drwxr-xr-x    3 root     0            16384 Jan  1 00:00 ..
VDLinux#>
Run it after successfully mounting samba shares (using any method you want) :) This folder is empty so you didn't mount anything :)

Re: Problems mounting Samba shares UE32F5300!

Posted: Sun Apr 27, 2014 3:33 pm
by zoelechat
(delete 99_99_samba.init, re-enable fusesmb, reboot, ls -al :) )

Re: Problems mounting Samba shares UE32F5300!

Posted: Sun Apr 27, 2014 3:33 pm
by brunogts77
This is the result after run samba with web cgi:

Code: Select all

VDLinux#> ls -la /dtv/usb/sda/smb
total 20
drwxr-xr-x    3 root     0             2048 Jan  1 00:20 .
drwxr-xr-x    3 root     0            16384 Jan  1 00:00 ..
drwxr-xr-x    3 root     0             2048 Jan  1 00:20 BRUNO-PC
VDLinux#>


Re: Problems mounting Samba shares UE32F5300!

Posted: Sun Apr 27, 2014 3:36 pm
by sectroyer
brunogts77 wrote:This is the result after run samba with web cgi:

Code: Select all

VDLinux#> ls -la /dtv/usb/sda/smb
total 20
drwxr-xr-x    3 root     0             2048 Jan  1 00:20 .
drwxr-xr-x    3 root     0            16384 Jan  1 00:00 ..
drwxr-xr-x    3 root     0             2048 Jan  1 00:20 BRUNO-PC
VDLinux#>

This is wonderful but you need to add BRUNO-PC to the path so to becomes /dtv/usb/sda/smb/BRUNO-PC and run command:

Code: Select all

ls -al /dtv/usb/sda/smb/BRUNO-PC 
see what's there and keep adding folders to the path till you reach any media file that doesn't play :)

Re: Problems mounting Samba shares UE32F5300!

Posted: Sun Apr 27, 2014 3:40 pm
by zoelechat
But his files are well played when script is launched through webif, that's why I told to reenable fusesmb and reboot. In that case, shares are mounted on startup, but not playable :ugeek: