The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Special Forums > UNIX Desktop for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 01-18-2009
jhansen jhansen is offline
Registered User
  
 

Join Date: Jan 2009
Posts: 1
Installing software

Greetings, all. I'm a newcomer here, and I appreciate the forum to ask questions.

Here is the situation: I am installing software on a network hard-drive (NAS), to add functionality to it. The OS is in a read-only flash partition. Someone else hacked the firmware to install Busybox on this device. It has telnet, ftp, and some other services running. But, it is missing things like tar and ipkg. I am working on it by telnetting in from an OS X machine.

There is a directory (opt) which is a link to the writeable (hard drive) part of the device. It has a bin directory in it.

My question: how can I install software on this? Can I just copy the tar binary from my machine to this /opt/bin? I tried it, and when I try to run it it says "applet not found". So, how does one install software manually, without tar, and outside the usual space?

Thanks much.

Cheers,
Jeremy