Hi all,
I'm new here (and with linux as well), and I recently bought a NAS model 351 (400Go) from STOREX, a small french company.
And the software is rather crappy and lousy, but good enough for being a netwroked hdd.
It supports nfs,cifs,ftp, telnet and has 2 usb2 ports, and 1 ethernet (no wifi).
it can bee seen here with some documentation as well : http://www.storex.eu/storex/htm/scripts … ;num_cat=2
This thing runs busybox v 1.00 pre 2
And has telnet access (no login needed !!)
This is what I get:
# cat /proc/sys/kernel/ostype
Linux
# cat /proc/sys/kernel/osrelease
2.4.20
# cat /proc/cpuinfo
system type : Broadcom BCM947XX
processor : 0
cpu model : BCM3302 V0.6
BogoMIPS : 263.78
wait instruction : no
microsecond timers : yes
tlb_entries : 32
extra interrupt vector : no
hardware watchpoint : no
VCED exceptions : not available
VCEI exceptions : not available
# cat /proc/meminfo
total: used: free: shared: buffers: cached:
Mem: 63463424 29409280 34054144 0 11214848 8425472
Swap: 0 0 0
MemTotal: 61976 kB
MemFree: 33256 kB
MemShared: 0 kB
Buffers: 10952 kB
Cached: 8228 kB
SwapCached: 0 kB
Active: 5664 kB
Inactive: 16264 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 61976 kB
LowFree: 33256 kB
SwapTotal: 0 kB
SwapFree: 0 kB
# mount
/dev/root on / type cramfs (ro)
none on /dev type devfs (rw)
proc on /proc type proc (rw)
usbdevfs on /proc/bus/usb type usbdevfs (rw)
ramfs on /tmp type ramfs (rw)
ramfs on /shares type ramfs (rw)
ramfs on /foreign_shares type ramfs (rw)
/dev/se/2 on /shares/main type reiserfs (rw)
# ls /bin /sbin /usr/sbin
/bin:
[ crontab getfacl mkdir printd setfattr umount
attr date getfattr mknod printjob sh utelnetd
busybox dd grep more ps sleep wget
cat df hexdump mount pwd sync wipedisks
chacl du kill msh rm tail
chmod echo killall mv rmdir test
chown false ln ping sensord touch
cp free ls printcmd setfacl true
/sbin:
arytst raidhotadd
crond raidhotremove
detect_multipath raidreconf
diskerror raidsetfaulty
dosfsck raidstart
erase raidstop
fdisk rc
firewall reboot
fsck.msdos reiserfsck
fsck.vfat resize_reiserfs
getguestaccount rmmod
hdparm route
hotdiskadd stats
hotdiskremove store_domain_sid
hotplug store_machine_password
hwclock swapoff
ifconfig swapon
init syslogd
insmod tmpgroupadd
klogd tmpgroupdel
list_all_shares tmpuseradd
lsmod tmpuseraddgroup
lsraid tmpuserchgpw
miscio_input_change tmpuserdel
mkdosfs tmpuserdelgroup
mkfs.msdos tmpusersetgroup
mkraid translate_virtual_share_path
mkreiserfs user_note
mkswap validate_user
portmap vsftpd
purgeshare write
raid0run
/usr/sbin:
SMART_log makecasetables rpc.mountd soft_power_waiter
brctl nas rpc.nfsd udhcpc
disconnect_disk nas4not rpc.rquotad udhcpd
disktestwait ntpclient rpc.statd upnp
dnsmasq nvram runwebhooks usb_config
epi_ttcp pppoecd se_util vconfig
et respart ses wl
exportfs rm_disk_STIME showmount wlconf
ez-ipupdate rm_disk_STOREX smartctl
httpd rpc.lockd smtpclient
So is there a way to have it more friendly and able to have a real ftp support ???
Tnx, JAy.