It looks like our HDD has similar firmware as some other multimedia HDD.
We need to start two services in the HDD linux (BusyBox) in order to see the web page correctly. In this web page we will see not only the access to the HDD file system, but we have a nice BitTorrent client.
So, just when we connect to the home network, we need the HDD ip. With this information, from a pc in the same network, we can get a TELNET to the HDD. Then, we will see something like a "Venus Login", we access with 'root' user and no password.
Now we are in the HDD BusyBox linux. We have to move to '/user/local/bin/package/script' directory (cd /user/local/bin/package/script ). Within this directory we have several scripts, and now we have only to:
- Start the webserver ( ./unicgi start)
- Start the BitTorrent client ( ./bt.script start /user/local/bin/package/btpd /tmp/usbmounts/sdc1/)
Now, just open the web browser in your pc with th HDD ip, and voila!!!
The only problem is that we have to start this services everytime we turn on the HDD