In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/01 Report--
Raspberry pie how to set up samba sharing server, this article introduces the corresponding analysis and answer in detail, hoping to help more partners who want to solve this problem to find a more simple and easy way.
Sudo apt-get samba samba
Sudo apt-get samba samba-common-bin
Next, edit the most important smb.conf configuration file, and before that, find a folder to expose and give read and write access.
Pi@raspberrypi:/home/share $sudo vim / etc/samba/smb.conf
Post my configuration file below
#
# Sample configuration file for the Samba suite for Debian GNU/Linux.
#
#
# This is the main Samba configuration file. You should read the
# smb.conf (5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options most of which
# are not shown in this example
#
# Some options that are often worth tuning have been included as
# commented-out examples in this file.
#-When such options are commented with ";", the proposed setting
# differs from the default Samba behaviour
#-When commented with "#", the proposed setting is the default
# behaviour of Samba but the option is considered important
# enough to be mentioned here
#
# NOTE: Whenever you modify this file you should run the command
# "testparm" to check that you have not made any basic syntactic
# errors.
# A well-established practice is to name the original file
# "smb.conf.master" and create the "real" config file with
# testparm-s smb.conf.master > smb.conf
# This minimizes the size of the really used smb.conf file
# which, according to the Samba Team, impacts performance
# However, use this with caution if your smb.conf file contains nested
# "include" statements. See Debian bug # 483187 for a case
# where using a master file is not a good idea.
#
# Global Settings = =
[global]
# # Browsing/Identification #
# Change this to the workgroup/NT-domain name your Samba server will part of
Workgroup = WORKGROUP
# server string is the equivalent of the NT Description field
Server string =% h server
# Windows Internet Name Serving Support Section:
# WINS Support-Tells the NMBD component of Samba to enable its WINS Server
# wins support = no
# WINS Server-Tells the NMBD components of Samba to be a WINS Client
# Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
; wins server = w.x.y.z
# This will prevent nmbd to search for NetBIOS names through DNS.
Dns proxy = no
# What naming service and in what order should we use to resolve host names
# to IP addresses
; name resolve order = lmhosts host wins bcast
# Networking #
# The specific set of interfaces / networks to bind to
# This can be either the interface name or an IP address/netmask
# interface names are normally preferred
; interfaces = 127.0.0.0 amp 8 eth0
# Only bind to the named interfaces and/or networks; you must use the
# 'interfaces' option above to use this.
# It is recommended that you enable this feature if your Samba machine is
# not protected by a firewall or is a firewall itself. However, this
# option cannot handle dynamic or non-broadcast interfaces correctly.
; bind interfaces only = yes
# Debugging/Accounting #
# This tells Samba to use a separate log file for each machine
# that connects
Log file = / var/log/samba/log.%m
# Cap the size of the individual log files (in KiB).
Max log size = 1000
# If you want Samba to only log through syslog then set the following
# parameter to 'yes'.
# syslog only = no
# We want Samba to log a minimum amount of information to syslog. Everything
# should go to / var/log/samba/log. {smbd,nmbd} instead. If you want to log
# through syslog you should set the following parameter to something higher.
Syslog = 0
# Do something sensible when Samba crashes: mail the admin a backtrace
Panic action = / usr/share/samba/panic-action% d
# Authentication #
# "security = user" is always a good idea. This will require a Unix account
# in this server for every user accessing the server. See
# / usr/share/doc/samba-doc/htmldocs/Samba3-HOWTO/ServerType.html
# in the samba-doc package for details.
Security = share
# You may wish to use password encryption. See the section on
# 'encrypt passwords' in the smb.conf (5) manpage before enabling.
Encrypt passwords = true
# If you are using encrypted passwords, Samba will need to know what
# password database type you are using.
Passdb backend = tdbsam
Obey pam restrictions = yes
# This boolean parameter controls whether Samba attempts to sync the Unix
# password with the SMB password when the encrypted SMB password in the
# passdb is changed.
Unix password sync = yes
# For Unix password sync to work on a Debian GNU/Linux system, the following
# parameters must be set (thanks to Ian Kahan
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.