Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi, bought a DNS-313 for backup use but I have come across a problem that others before me also seem to have encountered, but I don't think it has been properly solved for everyone.
I want the 313 to get data from other machines on my network. The problem is that i can't mount the remote smb shares. As I have come to understand, the DNS-313 does not come with smbfs/cifs support and this needs to be loaded into the kernel. One way seems to be to load the cifs.ko module using insmod. I have downloaded a precompiled version of this file but insmod won't take it (invalid module format) and I'm not sure exactly how to compile it from source myself.
Using smbclient -L <host> I get a list of shares on each host and the shares can be accessed from other hosts, just not the 313.
I have installed fun_plug.
Any help would be really appreciated, thanks!
Offline
Hi !
Here is the "cifs.ko" kernel module, for DNS-313. I build it from kernel 2.6.15 source, with gcc 3.4.6, on the DNS-313 device.
I use it without any problem, like this
insmod /ffp/lib/modules/2.6.15/kernel/fs/cifs/cifs.ko mkdir -p /mnt/folder/ mount -t cifs //192.168.1.2/SharedFolder -o username=login /mnt/folder/
Last edited by Electrocut (2009-09-04 00:03:45)
Offline
Thanks! It solved the problem for me.
Very kind of you!
Let's hope all future users find this thread also.
Offline