(SOlVED) Problems mounting Samba shares UE32F5300!
- brunogts77
- Posts: 772
- Joined: Sat Feb 18, 2012 8:34 pm
Re: Problems mounting Samba shares UE32F5300!
OK, LOL. Now it works but my NAS it?s not present.
UE40JU6000 T-MST12DEUC_1119]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
Re: Problems mounting Samba shares UE32F5300!
Wasn't 192.168.1.251/PUBLIC the path to your NAS?
I do NOT receive any PM. Please use forum.
- brunogts77
- Posts: 772
- Joined: Sat Feb 18, 2012 8:34 pm
Re: Problems mounting Samba shares UE32F5300!
zoelechat wrote:and? does it work?
output ofandCode: Select all
cat /dtv/samba.log
Code: Select all
mount | grep cifs
Code: Select all
VDLinux#> cat /dtv/samba.log
Fixed Server: 192.168.1.5
192.168.1.254
192.168.1.20
192.168.1.4
VDLinux#>
Code: Select all
VDLinux#> mount | grep cifs
VDLinux#>
UE40JU6000 T-MST12DEUC_1119]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
- brunogts77
- Posts: 772
- Joined: Sat Feb 18, 2012 8:34 pm
Re: Problems mounting Samba shares UE32F5300!
Yes it is.zoelechat wrote:Wasn't 192.168.1.251/PUBLIC the path to your NAS?
UE40JU6000 T-MST12DEUC_1119]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
- brunogts77
- Posts: 772
- Joined: Sat Feb 18, 2012 8:34 pm
Re: Problems mounting Samba shares UE32F5300!
This is what i make:zoelechat wrote:Looks like a D working script![]()
So, let's try to fix share...
Edit SERVER="" in your script toand edit SHARES="" toCode: Select all
SERVER="192.168.1.251"
(reboot)Code: Select all
SHARES="PUBLIC"
Code: Select all
. /dtv/SGO.env
# sleep 9
##### CHANGE MEEEEE !!!!! ######
USER="sysadmin"
PASSWD="123456789"
PERM="rw" # can be ro or rw
##### CHANGE MEEEEE END ######
DEST_DIR=$MOUNT_PATH/smb
SERVER=""
# SERVER="192.168.1.251" # if you want a fixed server
SHARES="PUBLIC"
FR_NAME="Samba Server"
UE40JU6000 T-MST12DEUC_1119]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
Re: Problems mounting Samba shares UE32F5300!
??
Paste your script please, it should not list IPs if server is fixed!?
Paste your script please, it should not list IPs if server is fixed!?
I do NOT receive any PM. Please use forum.
Re: Problems mounting Samba shares UE32F5300!
UNCOMMENT SERVER="192.168.1.251"
REMOVE LEADING #
REMOVE LEADING #
I do NOT receive any PM. Please use forum.
- brunogts77
- Posts: 772
- Joined: Sat Feb 18, 2012 8:34 pm
Re: Problems mounting Samba shares UE32F5300!
Sorry did not realize????zoelechat wrote:??
Paste your script please, it should not list IPs if server is fixed!?
UE40JU6000 T-MST12DEUC_1119]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
Re: Problems mounting Samba shares UE32F5300!
No matter... So, what happen if you remove #
(no "#" at the beginning of line, any command preceded by # is NOT executed)

Code: Select all
SERVER="192.168.1.251"
I do NOT receive any PM. Please use forum.
- brunogts77
- Posts: 772
- Joined: Sat Feb 18, 2012 8:34 pm
Re: Problems mounting Samba shares UE32F5300!
Ok now i just have in virtualusb My NAS! Eh ehzoelechat wrote:No matter... So, what happen if you remove #
(no "#" at the beginning of line, any command preceded by # is NOT executed)Code: Select all
SERVER="192.168.1.251"

The problem is solved.



UE40JU6000 T-MST12DEUC_1119]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]