Raspberry Pi 3 でファイル共有 ( samba )
1549 ワード
Raspberry Pi 3 Model B+ ( ラズベリーパイ ) を使用したファイル共有 ( samba ) 環境構築
環境
- Raspberry Pi 3 Model B+
- Raspberry Pi の ipを固定(任意) [ 192.168.1.110 ]
1.sambaインストール
$ sudo apt-get install samba
2.設定
$ sudo nano /etc/samba/smb.conf
/etc/samba/smb.conf
[Public]
comment = RaspberryPi3
path = /mnt/nas
guest ok = yes
read only = no
browsable = yes
force user = pi
$ sudo apt-get install samba
2.設定
$ sudo nano /etc/samba/smb.conf
/etc/samba/smb.conf
[Public]
comment = RaspberryPi3
path = /mnt/nas
guest ok = yes
read only = no
browsable = yes
force user = pi
$ sudo nano /etc/samba/smb.conf
/etc/samba/smb.conf
[Public]
comment = RaspberryPi3
path = /mnt/nas
guest ok = yes
read only = no
browsable = yes
force user = pi
上記設定を追加
pathについては共有したいディレクトリを設定
3.設定を反映させるために再起動
$ sudo service smbd restart
$ sudo service smbd restart
これで \192.168.1.110\Public で他のパソコン等からも接続が可能になりました。
参考
Author And Source
この問題について(Raspberry Pi 3 でファイル共有 ( samba )), 我々は、より多くの情報をここで見つけました https://qiita.com/fstyle/items/1670d260f58f77a43144著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .