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
mount samba from router wzr-hp-ag300h
Re: mount samba from router wzr-hp-ag300h
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

~ # 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
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
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