0 Mitglieder und 1 Gast betrachten dieses Thema.
sudo apt update
bekomme soweit so gut vollen Zugriff auf NAS, dennoch habe ich keinen Zugriff auf Samba.
Hi :)mal bitte mit den grundlagen beschäftigen...damit wirst du bei deiner problemstellung keinen blumentopf gewinnen..
Daher Frage: was willst du mit Samba denn noch anstellen, wenn das Netzwerk zu funktionieren scheint?
Moin, ein Hinweis: Samba ist keine Anwendung oder Programm, dass du manuell startest. Stattdessen sind es mehrere Dienste, die beim Booten automatisch gestartet werden.Mit "ps aux | grep smbd" und "ps aux | grep nmbd"im Terminal kannst du sehen, ob die beiden wichtigsten Komponenten laufen.Wenn Ja, dann ist es vermutlich eine Einstellungssache, wenn nein ist der Dienst entweder nicht eingerichtet oder hat Startprobleme.Für letzteres zum Beispiel im Terminal:systemctl status smbd.servicesystemctl show smbd.service
katze@miau:~$ ps aux | grep smbdroot 1467 0.0 0.8 48840 18204 ? Ss 16:34 0:00 /usr/sbin/smbd --foreground --no-process-grouproot 1496 0.0 0.2 45588 5572 ? S 16:34 0:00 /usr/sbin/smbd --foreground --no-process-grouproot 1497 0.0 0.2 45604 4308 ? S 16:34 0:00 /usr/sbin/smbd --foreground --no-process-grouproot 1515 0.0 0.4 48836 8268 ? S 16:34 0:00 /usr/sbin/smbd --foreground --no-process-grouproot 3417 0.0 0.6 49120 14224 ? S 16:53 0:00 /usr/sbin/smbd --foreground --no-process-grouproot 3420 0.0 0.6 49120 14224 ? S 16:53 0:00 /usr/sbin/smbd --foreground --no-process-grouproot 3438 0.0 0.6 49120 14228 ? S 16:53 0:00 /usr/sbin/smbd --foreground --no-process-grouproot 3442 0.0 0.6 49132 14228 ? S 16:53 0:00 /usr/sbin/smbd --foreground --no-process-groupkatze 3847 0.0 0.0 5300 832 pts/0 S+ 18:13 0:00 grep --color=auto smbdkatze@miau:~$ ps aux | grep nmbdroot 1313 0.0 0.5 32316 11132 ? Ss 16:34 0:00 /usr/sbin/nmbd --foreground --no-process-groupkatze 3849 0.0 0.0 5300 852 pts/0 S+ 18:13 0:00 grep --color=auto nmbdkatze@miau:~
katze@miau:~$ systemctl status smbd.service● smbd.service - Samba SMB Daemon Loaded: loaded (/lib/systemd/system/smbd.service; enabled; vendor preset: ena Active: active (running) since Sun 2020-12-06 16:34:42 CET; 1h 41min ago Docs: man:smbd(8) man:samba(7) man:smb.conf(5) Main PID: 1467 (smbd) Status: "smbd: ready to serve connections..." Tasks: 8 (limit: 4691) CGroup: /system.slice/smbd.service ├─1467 /usr/sbin/smbd --foreground --no-process-group ├─1496 /usr/sbin/smbd --foreground --no-process-group ├─1497 /usr/sbin/smbd --foreground --no-process-group ├─1515 /usr/sbin/smbd --foreground --no-process-group ├─3417 /usr/sbin/smbd --foreground --no-process-group ├─3420 /usr/sbin/smbd --foreground --no-process-group ├─3438 /usr/sbin/smbd --foreground --no-process-group └─3442 /usr/sbin/smbd --foreground --no-process-groupDez 06 16:34:41 miau systemd[1]: Starting Samba SMB Daemon...Dez 06 16:34:42 miau systemd[1]: Started Samba SMB Daemon.Dez 06 16:53:18 miau smbd[3437]: pam_unix(samba:session): session closed for uselines 1-22/22 (END)
Type=notifyRestart=noPIDFile=/var/run/samba/smbd.pidNotifyAccess=allRestartUSec=100msTimeoutStartUSec=1min 30sTimeoutStopUSec=1min 30sRuntimeMaxUSec=infinityWatchdogUSec=0WatchdogTimestamp=Sun 2020-12-06 16:34:42 CETWatchdogTimestampMonotonic=46907944PermissionsStartOnly=noRootDirectoryStartOnly=noRemainAfterExit=noGuessMainPID=yesMainPID=1467ControlPID=0FileDescriptorStoreMax=0NFileDescriptorStore=0StatusText=smbd: ready to serve connections...StatusErrno=0Result=successUID=[not set]lines 1-23
Suchst du eine GUI, um Samba Einstellungen zu machen? Falls ja, weißt du Bescheid und was du tust? (Ich bezweifele das mal, bei deiner Fragestellung hier!)