基本OS 功能
更多文章
不同代工牌規格
http://www.eusso.com/Models/NAS/USS4...SS4500-RS4.htm
vistor
同於 Kurobox PRO 硬體 不過Kuro 為單硬碟機種
http://buffalo.nas-central.org/wiki/KuroBoxPro
硬體規格
實測速度
CPU SPEC PDF
預設IP :
IP:192.168.1.2
WEB ID:admin
pass:admin
SSH:admin
pass:admin
$ cat /proc/cpuinfo Processor : ARM926EJ-Sid(wb) rev 0 (v5l) BogoMIPS : 332.59 Features : swp half thumb fastmult CPU implementer : 0x41 CPU architecture: 5TEJ CPU variant : 0x0 CPU part : 0x926 CPU revision : 0 Cache type : write-back Cache clean : cp15 c7 ops Cache lockdown : format C Cache format : Harvard I size : 32768 I assoc : 1 I line length : 32 I sets : 1024 D size : 32768 D assoc : 1 D line length : 32 D sets : 1024 Hardware : MV-88fxx81 Revision : 0000 Serial : 0000000000000000
/lib/libc.so.6 -> info about C library
lsmod -> info about loaded kernel modules
dmesg -> print out the kernel messages since bootup
$ uname -a Linux 4Bay-NAS 2.6.12.6-arm1 #1 Tue Dec 18 15:18:13 CST 2007 armv5tejl unknown
$ cat /proc/mtd mtd0: 00200000 00010000 "Kernel" mtd1: 00570000 00010000 "File-System" mtd2: 00010000 00010000 "System-config" mtd3: 00010000 00010000 "bootloader-config" mtd4: 00070000 00010000 "Boot-loader"
備份原Flash到 share 區的檔案夾$cat /dev/mtd0> /home/share/mtd0.backup
$cat /dev/mtd1> /home/share/mtd1.backup$cat /dev/mtd2> /home/share/mtd2.backup從 dev 目下發現 $dd if=/dev/mtd0 of=/home/share/mtd0.backup bs=1k $dd if=/dev/mtd_boot_cfg of=/home/share/mtd_boot_cfg.backup bs=1k $dd if=/dev/mtd_bootloader of=/home/share/mtd_bootloader.backup bs=1k $dd if=/dev/mtd_config of=/home/share/mtd_config.backup bs=1k $dd if=/dev/mtd_kernel of=/home/share/mtd_kernel.backup bs=1k $dd if=/dev/mtd_ramdisk of=/home/share/mtdramdisk.backup bs=1k
$cat /dev/mtd3> /home/share/mtd3.backup
$cat /dev/mtd4> /home/share/mtd4.backup
Firmware 下載:
方法一:要先安裝好硬碟(至少兩顆)
方法二:無任何硬碟時
TIPs:
* 開始升級時,雖然網頁會顯示進度(只是網頁效果),事實上,系統會馬上切斷網路,且在完成更新後會自行重開機,過程會需要幾分鐘。
* 升級後網路設定不會改變。
其他
開發版
http://dev.emcelettronica.com/hacking-network-attached-storage-nas
Bootloader
http://www.nas-central.org/wiki/General_NAS_customisation_guide
http://www.denx.de/wiki/bin/view/DULG/Manual
Custom Kenrel
http://computingplugs.com/index.php/..._custom_kernel
http://tweaky.aribaud.net/?q=book/export/html/35
穩定的套件link
http://ipkg.nslu2-linux.org/feeds/optware/dns323/cross/stable/
此為orion 開發版
http://www.nas-central.org/wiki/Orion_NAS_customisation_guide
其他套OS
https://forum.openwrt.org/viewtopic.php?id=12358
debian
http://www.cyrius.com/debian/orion/buffalo/kuroboxpro/install.html
http://hezmatt.org/~mpalmer/blog/2008/10/23/porting-d-i-to-the-dns-323.html
Freebsd
http://wiki.freebsd.org/FreeBSDMarvell
NAS 增加timemachine 相容功能
http://buffalo.nas-central.org/wiki/Time_Machine_%26_Time_Capsule_support_on_your_LinkStation
CPU 比教
http://storage.it168.com/a2009/0603/...582556_1.shtml
http://www.nslu2-linux.org/wiki/Optware/Platforms
note
http://forum.buffalo.nas-central.org/viewtopic.php?f=18&t=4242&sid=e8f052bd627a79bcc6777423dc680d9b
硬體MOD