ディスク共有できるようにする

前述の WL-HDD は、実は HDD ケースなのである。この計画の本当の目的は、Zaurus から WL-HDD の共有ドライブにマウントして、巨大なビデオファイルを共有することにある。
とりあえず、必要なファイル類(後述)を Zaurus に放り込むため、Zaurus の Samba サーバーをネットワーク上からアクセスできるようにする。
/usr/lib/samba/smb.conf

[global]
# workgroup is either a domain name or a workgroup name
workgroup = WORKGROUP
log file = /dev/null
#
# encrypt passwords is required for Win98, NT and Windows 2000
#
encrypt passwords = yes

coding system = utf8
client code page = 932
force create mode = 0755
strict sync = yes
sync always = yes

# interfaces = usbd0 <-- ここ
interfaces = usbd0 eth0 <-- ここ

んで、コンソールから su になって、/etc/rc.d/init.d/samba start を実行。