ich hatte folgendes Problem schon früher und gehofft, es würde im Laufe der Zeit durch Aktualisierungen verschwinden, ist es aber leider nicht.
Ich habe eine externe Festplatte am Telekom Router "Speedport Smart 3".
Die Verbindung stelle ich in Dolphin mit
Code: Alles auswählen
smb://192.168.2.1/Share/INTENSO
Die smb.config sieht so aus (Änderung gegenüber dem Original client min protocol = SMB2 -> NT1
Code: Alles auswählen
[global]
workgroup = WORKGROUP
dns proxy = no
log file = /var/log/samba/%m.log
max log size = 1000
client min protocol = NT1
server role = standalone server
passdb backend = tdbsam
obey pam restrictions = yes
unix password sync = yes
passwd program = /usr/bin/passwd %u
passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
pam password change = yes
map to guest = Bad Password
usershare allow guests = yes
name resolve order = lmhosts bcast host wins
security = user
guest account = nobody
usershare path = /var/lib/samba/usershare
usershare max shares = 100
usershare owner only = yes
force create mode = 0070
force directory mode = 0070
load printers = no
printing = bsd
printcap name = /dev/null
disable spoolss = yes
show add printer wizard = no
[homes]
comment = Home Directories
browseable = no
read only = yes
create mask = 0700
directory mask = 0700
valid users = %S
[printers]
comment = All Printers
browseable = no
path = /var/spool/samba
printable = yes
guest ok = no
read only = yes
create mask = 0700
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
browseable = yes
read only = yes
guest ok = no
Was könnte es sein?
Hier noch inxi -Fz
Code: Alles auswählen
System:
Kernel: 6.1.92-1-MANJARO arch: x86_64 bits: 64
Desktop: KDE Plasma v: 6.0.5 Distro: Manjaro Linux
Machine:
Type: Laptop System: Acer product: Aspire A315-35 v: V1.15
serial: <superuser required>
Mobo: JSL model: Camellia_JL v: V1.15 serial: <superuser required>
UEFI: Insyde v: 1.15 date: 01/03/2022
Battery:
ID-1: BAT1 charge: 31.5 Wh (100.0%) condition: 31.5/39.9 Wh (78.9%)
CPU:
Info: quad core model: Intel Celeron N5100 bits: 64 type: MCP cache:
L2: 1.5 MiB
Speed (MHz): avg: 1527 min/max: 800/2800 cores: 1: 687 2: 1571 3: 1244
4: 2609
Graphics:
Device-1: Intel JasperLake [UHD Graphics] driver: i915 v: kernel
Device-2: Chicony VGA WebCam driver: uvcvideo type: USB
Display: x11 server: X.Org v: 21.1.13 with: Xwayland v: 24.1.0 driver: X:
loaded: modesetting dri: iris gpu: i915 resolution: 1920x1080~60Hz
API: EGL v: 1.5 drivers: iris,swrast platforms: gbm,x11,surfaceless,device
API: OpenGL v: 4.6 compat-v: 4.5 vendor: intel mesa v: 24.0.9-manjaro1.1
renderer: Mesa Intel UHD Graphics (JSL)
API: Vulkan v: 1.3.279 drivers: intel surfaces: xcb,xlib
Audio:
Device-1: Intel Jasper Lake HD Audio driver: snd_hda_intel
API: ALSA v: k6.1.92-1-MANJARO status: kernel-api
Server-1: PulseAudio v: 17.0 status: active
Network:
Device-1: Intel Wi-Fi 6 AX201 160MHz driver: iwlwifi
IF: wlp0s20f3 state: up mac: <filter>
Device-2: Realtek RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet
driver: r8169
IF: enp6s0 state: down mac: <filter>
Bluetooth:
Device-1: Intel Bluetooth 9460/9560 Jefferson Peak (JfP) driver: btusb
type: USB
Report: rfkill ID: hci0 state: up address: see --recommends
Drives:
Local Storage: total: 238.47 GiB used: 61.62 GiB (25.8%)
ID-1: /dev/nvme0n1 vendor: Western Digital model: PC SN530
SDBPNPZ-256G-1114 size: 238.47 GiB
Partition:
ID-1: / size: 233.38 GiB used: 61.62 GiB (26.4%) fs: ext4
dev: /dev/nvme0n1p2
ID-2: /boot/efi size: 299.4 MiB used: 312 KiB (0.1%) fs: vfat
dev: /dev/nvme0n1p1
Swap:
Alert: No swap data was found.
Sensors:
System Temperatures: cpu: 35.0 C mobo: N/A
Fan Speeds (rpm): N/A
Info:
Memory: total: 8 GiB available: 7.57 GiB used: 3.57 GiB (47.2%)
Processes: 235 Uptime: 9h 29m Shell: Zsh inxi: 3.3.35
Steffen