Page 1 of 1

mount samba from router wzr-hp-ag300h

Posted: Thu Oct 13, 2011 9:17 am
by schaschix
Hello,
I have a UE46C8700 with 3005.1 and wifdget hacked.

I want to mount my samba-share from my router without success.

mounting NFS from my coolstream-NEO is working GREAT with:
insmod /dtv/usb/sda1/cifs.ko #(tried the latest from SamyGO-All-Modules-v0.03.7-r01-for-armv7a_valencia_DEV-T-VAL6DEUC-20110912071317.zip)
mount -o nolock 192.168.178.20:/media/sda1 /dtv/usb/sda1/NFS/sda1 -t nfs

BUT mounting SAMBA from the router goes to ERROR.
on my ubuntu I can mount the router-SAMBA and I do it with:
sudo mount -t cifs //192.168.178.4:/usb /home/bucket/Desktop/buffalo-SMB/usb -o username=tv,passwd=tv,uid=1000,gid=1000
but, on TV it goes to error
mount -t cifs //192.168.178.4:/usb /dtv/usb/sda1/NFS/sda2 -o username=tv,passwd=tv,uid=1000,gid=1000
or
mount -t cifs //192.168.178.4:/usb /dtv/usb/sda1/NFS/sda2 -o username=tv,passwd=tv
says
mount: mounting //192.168.178.4:/usb on /dtv/usb/sda1/NFS/sda2 failed

a tread for B-series says that it has to work with SAMBA...
"viewtopic==303"

I want to know what I did wrong so please don't answer I have to thake 'rcSGO'
Can anybody help?


regards
schaschix

Re: mount samba from router wzr-hp-ag300h

Posted: Fri Oct 14, 2011 7:19 am
by schaschix
trued this too...

~ # mount -o rw,user=tv,password=tv -t cifs //192.168.178.4/usb /dtv/usb/sda2/NFS/sda1
mount: mounting //192.168.178.4/usb on /dtv/usb/sda2/NFS/sda1 failed


:-(

Re: mount samba from router wzr-hp-ag300h

Posted: Sat Oct 15, 2011 3:24 am
by schaschix
hello,

thanks to the great people from SamyGO-All-Extensions-v0.03.6-r12-for-T-VALDEUC-20110103184650
I saw soluttion in 04_04_samba.init.dis

insmod cifs.ko
mount -o rw,user=tv,password=tv,codepage=cp1250,iocharset=utf8 -t cifs //192.168.178.4/usb /dtv/usb/sda2/NFS/sda1

...works finw in my run.sh..

regards
schaschix