Page 1 of 1

PROBLEMS TO accessing NFS, Samba and Fusesmb

Posted: Mon Apr 09, 2012 12:01 pm
by brunogts77
Hi. Since I enabled NFS, Samba and Fusesmb, my tv can show all my shares but the last point, when i go to access the movie folder , I get the message: "can not read directory"! In the upper left corner of the tv, I have a statement: "LOADING"! This message, never stops. Is it normal?? If i connect via FTP, I can see all the shares and access to all levels of folders, including i can read movies, photos, music! Anyone can help me? Have turned off the script: djmount.init already deleted the folder "contents / database", any suggestions???

Re: PROBLEMS TO accessing NFS, Samba and Fusesmb

Posted: Tue Apr 10, 2012 4:38 pm
by brunogts77
Hi, the problem was "Fusesmb"! I have disabled the script and now all works fine. Can someone explain why the script fusesmb can not work together with the script "samba"?
Below is my file samba and fusesmb:

[Samba fille]
/dtv/SGO.env
# sleep 9
##### CHANGE MEEEEE !!!!! ######
USER="sysadmin"
PASSWD="123456789"
PERM="rw" # can be ro or rw
##### CHANGE MEEEEE END ######

rm -fr /mtd_contents/database/

[ -e /mtd_rwarea/smb_userdata ] && source /mtd_rwarea/smb_userdata
[ -z $USER ] && exit 1
[ -z $PASSWD ] && exit 1

DEST_DIR=$MOUNT_PATH/smb
SERVER=""
# SERVER="10.0.0.1" # if you want a fixed server
SHARES="Video Music Photo"
FR_NAME="Samba Server"
# M_OPTS="rw,user=${USER},password=${PASSWD}"
M_OPTS="$PERM,user=${USER},password=${PASSWD},codepage=cp1250,iocharset=utf8"

[Fusesmb fille]
. /dtv/SGO.env
# sleep 9
##### CHANGE MEEEEE !!!!! ######
USER="sysadmin"
PASSWD="carteiro"
##### CHANGE MEEEEE END ######

[ -e /mtd_rwarea/smb_userdata ] && source /mtd_rwarea/smb_userdata

[ -z $USER ] && exit 1
[ -z $PASSWD ] && exit 1

DEST_DIR=$MOUNT_PATH/fusesmb

FR_NAME="NG Windows Server"

************************************************************Anyone can help me? Should I make any changes?***********************************************************************