Linux 14.983 Themen, 106.379 Beiträge

Samba: Zugriff auf Linux Laufwerk gäähnend langsam

Silent Bob / 7 Antworten / Flachansicht Nickles

guten morgen,

hab gestern wieder etwas mit linux geübt. samba läuft soweit und ich kann auch auf die laufwerke unter windows zugreifen. allerdings ist der zugriff total lahm. um den inhalt eines ordners anzuzeigen (auch wenn nur 2 dateien drin sind) braucht der teilweise 10 sekunden.

woran kann das liegen?

danke im voraus

bei Antwort benachrichtigen
Silent Bob hasw „Das dauert anscheinend so lange weil es Probleme mit der Authentifizierung gibt....“
Optionen

hi,

also den user nobody gibts definitiv!

aber hier ist meine smb.conf.


# 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 (perhaps too
# many!) most of which are not shown in this example
#
# Any line which starts with a ; (semi-colon) or a # (hash)
# is a comment and is ignored. In this example we will use a #
# for commentry and a ; for parts of the config file that you
# may wish to enable
#
# NOTE: Whenever you modify this file you should run the command "testparm"
# to check that you have not made any basic syntactic errors.
#
#======================= Global Settings =====================================
[global]
# 1. Server Naming Options:
# workgroup = NT-Domain-Name or Workgroup-Name
workgroup = zuHause
# netbios name is the name you will see in "Network Neighbourhood",
# but defaults to your hostname
; netbios name =

bei Antwort benachrichtigen