第三世代 LinkStation ハックキットのセットアップは 一通り終わり、 KURO-RS を用いた赤外線リモコンも動くようになったので、 ハック de 録!!をセットアップしていく。
続いて 録画したファイルの共有
slam:~# chgrp yamasita /mnt/buffalo/mnt/disk1/share/videos/ slam:~# chmod g+w !$ chmod g+w /mnt/buffalo/mnt/disk1/share/videos/ slam:~# ls -ld !$ ls -ld /mnt/buffalo/mnt/disk1/share/videos/ drwxrwxr-x 2 root yamasita 37 Jul 20 07:49 /mnt/buffalo/mnt/disk1/share/videos/ slam:~#/mnt/disk1 のパーミッションも変更する。
slam:~# ls -ld /mnt/buffalo/mnt/disk1 drwx------ 5 root root 51 Jul 18 20:42 /mnt/buffalo/mnt/disk1 slam:~#これでは、root 以外にはアクセスできない。
slam:~# chmod 755 !$ chmod 755 /mnt/buffalo/mnt/disk1 slam:~# !-2 ls -ld /mnt/buffalo/mnt/disk1 drwxr-xr-x 5 root root 51 Jul 18 20:42 /mnt/buffalo/mnt/disk1 slam:~#!-2 は2つ前のコマンドの再実行。
slam:~# vi /etc/samba/smb.conf
[global] ## Browsing/Identification ### # Change this to the workgroup/NT-domain name your Samba server will part of workgroup = YAMASITA # server string is the equivalent of the NT Description field server string = %h server # cording system dos charset = CP932 # Windows Internet Name Serving Support Section: # WINS Support - Tells the NMBD component of Samba to enable its WINS Server # wins support = no
[video] comment = PCast Video path = /mnt/buffalo/mnt/disk1/share/videos writable = Yes
slam:~# /etc/init.d/samba reload Reloading /etc/samba/smb.conf: smbd only. slam:~#
ついでに、mpg ファイルをダブルクリックして、 正常に再生されることを確認。
|
← いちからやり直し、、、(18)ハック de 録!!(5)ハック de 録!! のセットアップ |
ハックの記録 LinkStation/玄箱 をハックしよう |
→ busybox に telnetd がない? |