Re: Problems mounting Samba shares UE32F5300!
Posted: Thu May 01, 2014 8:43 pm
OK, LOL. Now it works but my NAS it?s not present.
Samsung TV Firmware on the GO
https://forum.samygo.tv/
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#>
Yes it is.zoelechat wrote:Wasn't 192.168.1.251/PUBLIC the path to your NAS?
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"
Sorry did not realize????zoelechat wrote:??
Paste your script please, it should not list IPs if server is fixed!?
Code: Select all
SERVER="192.168.1.251"
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"