NAS-01G - Debian Kit
NAS-01GにDebianを放り込みました。(chrootされてます)
http://www.planex.co.jp/support/download/drive/nas-01g.shtml
よりDebian化キットをダウンロードして
\\nas-01g/Shareにbackdoorとnas01g_debian.tgzを置く
NAS-01Gを再起動する(http://nas-01g/の管理画面とか)
ハードディスクがカリカリいいDebianを解凍するので、HDDがとまったころにsshでアクセスする。
なにやっているかはbackdoorの中を見ればわかる
#!/bin/sh
if [ -e /mnt/Share/nas01g_debian.tgz ]; then
cd /mnt
tar xvzf /mnt/Share/nas01g_debian.tgz
rm -rf /mnt/Share/nas01g_debian.tgz
fiif [ -d /mnt/debian ]; then
/mnt/debian/bin/chroot /mnt/debian /etc/rc3.d/S20ssh restart
if [ ! -e /mnt/debian/proc/cpuinfo ]; then
mount -t proc proc /mnt/debian/proc
fi
fi
ログインに必要な情報は下記
ID : nas01g
PW : nas01g
su password : password
初回ログインは以下のような感じ
login as: nas01g
Password:
Linux debian 2.2.20-pmac #1 Thu Mar 21 17:08:23 EST 2002 ppc unknownThe programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Tue Jul 24 23:11:45 2007 from 192.168.10.161
nas01g@NAS-01G:~$ su
Password:
NAS-01G:/home/nas01g# whoami
root
初回だから apt-get update & upgrade やっておく
# apt-get update
# apt-get upgrade
繋ぎにいった先でDebian Sargeと判明(/etc/apt/source.list)
今後のやること
- Debian Etch にupgrade
- DLNA Server放り込む uShare or Mediatomb
- Samba入れる
ってとこでしょうか。負荷とか高め(iTunesとDLNAはOFF状態)
root@NAS-01G:/home/nas01g# w
01:58:41 up 1 day, 1:06, 2 users, load average: 1.00, 1.18, 1.26
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
nas01g ttyp0 192.168.1.6 00:27 0.00s 0.37s 0.32s sshd: nas01g [priv]