Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I just began unraring files directly on the DNS323, however, it's not a very convenient interface (the prompt, that is). I wonder if it's possible to compile midnight commander, or any other suitable file manager, for the NAS. MC is very nice, since it's easy to use and you can use unrar with it. Anyone??
The reason is that unraring with my computer requires the transfer of the files back and forth over the network every time.
Offline
yeah, it would be great to have MC on DNS-323
Offline
I'm not sure what's quicker, using unrar via nfs/samba, copying the files and then unraring or using unrar on the dns-323 directly - however you may want to do it on the 323 if you're using ssh etc). For the last option, there is a link to unrar for arm in this thread:
http://dns323.kood.org/forum/t935-archivator-unit.html
Alternatively if that doesn't work there's a version I've compiled here (libstdc++.so.6 is required & included as it's not standard on the 323):
http://download329.mediafire.com/xlxhbl … ar.tar.bz2
To run it, copy it to the /mnt/HD_a2 path on the dns-323 and run:
bunzip2 unrar.tar.bz2
tar xvf unrar.tar
cd unrar/bin
LD_LIBRARY_PATH=/mnt/HD_a2/unrar/lib; export LD_LIBRARY_PATH
./unrar [options]
You can set the LD_LIBRARY_PATH (or use ld.so.conf) and PATH in your fun_plug script so that you can run unrar from anywhere.
Haydn.
Offline
Haydn,
HaydnH wrote:
I'm not sure what's quicker, using unrar via nfs/samba, copying the files and then unraring or using unrar on the dns-323 directly - however you may want to do it on the 323 if you're using ssh etc). For the last option, there is a link to unrar for arm in this thread:
Haydn.
I am sorry - I am also very keen on getting mc running on my DNS
your instruction seem to quite clear on how to get unrar - but where can I get pre-compiled mc from? (presumably in rar archive?)
Thanks
Offline