PCI 推出官方版的 debian, 大家可以於日本的 PCI 下載. http://www.planex.co.jp/support/download/drive/accept/nas-01g_debian.shtml 解開 nas-01g_debian.zip ...
PCI 推出官方版的 debian, 大家可以於日本的 PCI 下載.
http://www.planex.co.jp/support/download/drive/accept/nas-01g_debian.shtml
解開 nas-01g_debian.zip
1. backdoor
2. nas01g_debian.tgz
解上面兩個, 放在 Share 中.
backdoor 內容為下面, 就會安裝 debian
#!/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
fi
if [ -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
安裝好 debian, 可以將 backdoor 改為下面.
#!/bin/sh
rm -f /mnt/mldonkey/*.tmp
ln -sf /mnt/mldonkey /mnt/Share/mldonkey
/mnt/debian/Share/chroot /mnt/debian /etc/rc3.d/S20ssh restart
mount -t proc proc proc
DLNA、iTune Server 很少用, 建議將 Nas-01g 版本為 3.0,
因為 3.3 不能透過 web 管理 DLNA、iTune Server.
1. http://www.planex.co.jp/support/download/drive/nas-01g.shtml
2. http://www.mobile01.com/topicdetail.php?f=110&t=249502&p=67
3. http://www.mobile01.com/topicdetail.php?f=110&t=249502&p=68