Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to start samba service on raspberry pie

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly shows you "how to start samba service on raspberry pie". The content is easy to understand and clear. I hope it can help you solve your doubts. Let me lead you to study and learn this article "how to start samba service on raspberry pie".

First of all, ensure the smooth flow of the network.

1) install samba first:

Sudo apt-get install sambasamba-common-bin

Execute the command and wait for the installation to complete

2) then modify the configuration file:

Sudo nano / etc/samba/smb.conf

The following configuration is to allow users to access their own home directory.

A) configure users to read and write their own home directory. In the "[homes]" section, change "readonly = yes" to "readonly = no".

B) find browseable=no and change it to yes

3) restart the samba service:

Sudo / etc/init.d/samba restart

4) add the system default user pi to samba:

Sudo smbpasswd-a pi

You will be prompted for a password: when you learn, you can set a simple password that is easy to remember. Use this password to log in to samba later.

5) windows access

Open any file browser, enter the ip address:\\ 10.161.65.112\ pi, enter the user name and password, and you can log in.

You can now access pi, the user's home directory, from other machines.

Map the network drive on our computer as shown in the following figure:

Now we can freely access our Pi under windows. You can transfer files between windows and linux. You can double-click to open the mapped drive. It is easy to transfer files between windows and raspberry pie.

The above is all the contents of the article "how to turn on samba Services on Raspberry Pie". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report