You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get ksmbd work on a machine running bookworm. But regardless if I'm using a Linux GUI, CLI or a Windows 10 Client, I'm unable to browse through files or directories within the mounted share.
But I'm able to create files and directory's on the ksmb server, to edit them und to remove them again.
Because all cients work the same way I guess it's a ksmbd problem. All following data are from Linux CLI
By the way, regardless if I login to the server via ssh or sshfs. The user 'henning' did always see files and directories.
Note. All files on the server within /zPool are mounts of ZFS repositories. Some with posix acl's, some without acl's.
When using the share "example" from my ksmbd.conf, which points to /tmp on the server, everything works as expected.
Is this an error, or am I missing something, when using ZFS. Did not find a hint anywhere...
[global]
; global parameters
bind interfaces only = no
deadtime = 0
guest account = nobody
interfaces =
ipc timeout = 0
kerberos keytab file =
kerberos service name =
kerberos support = no
map to guest = never
max active sessions = 1024
max connections = 128
max open files = 10000
netbios name = KSMBD SERVER
restrict anonymous = 0
root directory =
server max protocol = SMB3_11
server min protocol = SMB2_10
server multi channel support = no
server signing = disabled
server string = SMB SERVER
share:fake_fscaps = 64
smb2 leases = no
smb2 max credits = 8192
smb2 max read = 4MB
smb2 max trans = 1MB
smb2 max write = 4MB
smb3 encryption = auto
smbd max io size = 8MB
tcp port = 445
workgroup = WORKGROUP
durable handles = no
; default share parameters
browseable = yes
comment =
create mask = 0744
crossmnt = yes
directory mask = 0755
force create mode = 0000
force directory mode = 0000
force group =
force user =
guest ok = no
hide dot files = yes
inherit owner = no
invalid users =
oplocks = yes
path =
read list =
read only = ; yes
store dos attributes = yes
valid users =
veto files =
vfs objects =
write list =
[example]
comment = read only /tmp access
path = /tmp
[tmp]
comment = temp share
path = /zPool/tmp
create mask = 0774
directory mask = 0775
force group = admins
hide dot files = no
read only = no
write list = henning,moni
The text was updated successfully, but these errors were encountered:
I'm trying to get ksmbd work on a machine running bookworm. But regardless if I'm using a Linux GUI, CLI or a Windows 10 Client, I'm unable to browse through files or directories within the mounted share.
But I'm able to create files and directory's on the ksmb server, to edit them und to remove them again.
Because all cients work the same way I guess it's a ksmbd problem. All following data are from Linux CLI
By the way, regardless if I login to the server via ssh or sshfs. The user 'henning' did always see files and directories.
Note. All files on the server within /zPool are mounts of ZFS repositories. Some with posix acl's, some without acl's.
When using the share "example" from my ksmbd.conf, which points to /tmp on the server, everything works as expected.
Is this an error, or am I missing something, when using ZFS. Did not find a hint anywhere...
lets have a look into the mountpoint before start
mount share to local dir
no error, seems that nothing happened
client
but try to create dir & file, nor errors so far
seems that nothing happened again
lets look on the server, new created entry's are there
finaly the ksmbd.conf
The text was updated successfully, but these errors were encountered: