fdelahuz wrote:No way. I've downloaded and copied smbfs.ko to /mtd_rwarea/
rmmod cifs.ko
insmod /mtd_rwarea/smbfs.ko
mount -o user=user,password=pass -t smbfs //server_ip/shared /dtv/usb/sda/mount_point
mount: Mounting //server_ip/shared on /dtv/usb/sda/mount_point failed: Invalid argument
Same comand with -t cifs argument an cifs.ko module running works, but with previously related problems
I've also tried with an alternative, and more complete busybox, also downloaded from SamyGO, copied to TV but with same results
/mtd_rwarea/bin/mount -o user=user,password=pass -t smbfs //server_ip/shared /dtv/usb/sda/mount_point
mount: Mounting //server_ip/shared on /dtv/usb/sda/mount_point failed: Invalid argument
Seems like module may work but busybox doesn't support the -t smbfs option, as you said.
Is there any way to get an older working busybox (smbfs seems to be deprecated) in order to support this argument?
Regards!
i think you need the smbmount from older samba package, but it is also possible that the smbfs module need some nls configuration/heper modules
i hope its not realy urgent
arris