the_stalli0n wrote:It all depends on what you're running on the NAS, but here's a good place to start:
viewtopic.php?f=3&t=486In particular, look at Atrem's later post(s)...
If you can give more details about the OS (which linux flavor? debian? redhat? gentoo?) you're running, it will be easier to help you...
Thanx for replying...
The specs are:
- Code: Select all
ARM 9 400MHz Processor / SDRAM: 64MB / 2 x 3.5" SATA bays / Supports RAID 0, 1, JBOD, Span (NRAID) / Server support: Samba, FTP, NFS, DHCP, UPnP-AV (30 days trial), iTunes support
Tried to follow the instructions in the forum post you sent me, however I stumbled upon some issues. The access to the NAS is only via telnet (SSH is not available). All directories, /volume1/, /usr/ etc that are required for the ARM bootstrap to get installed are read-only. FTP access is not allowed in the server root. Only within /mnt/ directory and downwards. SFTP is not available.
The available commands are:
- Code: Select all
BusyBox v1.00-rc3 (2008.02.14-01:00+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.
Built-in commands:
-------------------
. : alias bg break cd chdir continue eval exec exit export false
fg hash help jobs kill let local pwd read readonly return set
shift times trap true type ulimit umask unalias unset wait
After some investigation, tried to get root access. It seems now that neither volumes (1 & 2) reported by the device have the required space (only 3MB reported). Hence, is it possible to install ipkg and all the associated packages within the /mnt/md1/applications directory, which is located on the hard disks, and not within /usr/lib as specified in the .sh files of the bootstrap? Will ipkg run from that directory and not /usr/lib
I apologise if my question or description of the situation is basic, but I am a novice Linux user.