No samba shares on virtual USB
Posted: Sun Jun 16, 2013 7:25 am
I achieved telnet and ftp access by following the steps for the widget. I see a virtual usb device, but no video's/music/photos are shown, it's totally empty. I have a Samba share present in my network, but apparantly it's not found.
I have almost no linux knowledge by the way.
I changed /mnt/etc/init.d/04_04_samba.init
. /dtv/SGO.env
# sleep 9
##### CHANGE MEEEEE !!!!! ######
USER=""
PASSWD=""
PERM="rw" # can be ro or rw
##### CHANGE MEEEEE END ######
As my share requires no user or passwd. Also tried guest as user. And tried random strings for both user and passwd.
Tried changing the server to:
DEST_DIR=$MOUNT_PATH/smb
# SERVER=""
SERVER="192.168.2.253" # if you want a fixed server
SHARES=""
FR_NAME="Samba Server"
# M_OPTS="rw,user=${USER},password=${PASSWD}"
M_OPTS="$PERM,user=${USER},password=${PASSWD},codepage=cp1250,iocharset=utf8"
Nothing works.
I tried mounting the share manually through telnet:
VDLinux#> mount -o guest -t cifs //192.168.2.253/samba /dtv/usb/sdj/nas
mount: unknown filesystem type 'cifs'
So apparantly cifs is not loaded?
I have a UE40ES6300. Can someone help?
I have almost no linux knowledge by the way.
I changed /mnt/etc/init.d/04_04_samba.init
. /dtv/SGO.env
# sleep 9
##### CHANGE MEEEEE !!!!! ######
USER=""
PASSWD=""
PERM="rw" # can be ro or rw
##### CHANGE MEEEEE END ######
As my share requires no user or passwd. Also tried guest as user. And tried random strings for both user and passwd.
Tried changing the server to:
DEST_DIR=$MOUNT_PATH/smb
# SERVER=""
SERVER="192.168.2.253" # if you want a fixed server
SHARES=""
FR_NAME="Samba Server"
# M_OPTS="rw,user=${USER},password=${PASSWD}"
M_OPTS="$PERM,user=${USER},password=${PASSWD},codepage=cp1250,iocharset=utf8"
Nothing works.
I tried mounting the share manually through telnet:
VDLinux#> mount -o guest -t cifs //192.168.2.253/samba /dtv/usb/sdj/nas
mount: unknown filesystem type 'cifs'
So apparantly cifs is not loaded?
I have a UE40ES6300. Can someone help?