新しいノートブック

Android大好き

Raspberry Pi

Raspberry Pi3にsambaを導入

sambaの導入 sudo apt-get update sudo apt-get install samba 設定ファイルの変更 設定ファイルは/etc/samba/smb.confになります。まずはバックアップしておく。 sudo cp -p /etc/samba/smb.conf /etc/smb.conf.orig 共有ディレクトリを追加。ファイル下部…

Raspberry Pi3で外付けHDDをマウントする

RaspberryでNASを構築するため、外付けHDDをマウントします。 今回はこちらのHDDを使用しました。 I-O DATA HDD 外付けハードディスク 4TB USB3.0 HDDの接続 外付けHDDをUSB接続し認識されているか確認。 # ディスクをリスト表示 sudo fdisk -l | grep /dev/…

Raspberry Pi3で固定IPを設定する

ローカルIPを固定する Linuxのネットワーク設定は通常下記に記載されているかと思います。 /etc/network/interfaces とりあえず開いてみると… # Please note that this file is written to be used with dhcpcd # For static IP, consult /etc/dhcpcd.conf a…