You are not logged in.
I connect to my smb server in Thunar with smb:// and have saved it as a bookmark. Works properly.
Now, how can i change the mount options individually per bookmark? Or how can i check the currently used ones? I want to set things like 'rsize=,wsize=,cache=none'.
'gio info' doesn't help.
Any ideas?
$ gio info /run/user/1000/gvfs/smb-share\:server\=192.168.1.1\,share\=myhost/
display name: myhost auf 192.168.1.1
edit name: /
name: /
type: directory
size: 0
uri: smb://192.168.1.1/myhost/
local path: /run/user/1000/gvfs/smb-share:server=192.168.1.1,share=myhost
unix mount: gvfsd-fuse /run/user/1000/gvfs fuse.gvfsd-fuse rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
attributes:
standard::type: 2
standard::name: /
standard::display-name: myhost auf 192.168.1.1
standard::edit-name: /
standard::icon: folder-remote, folder-remote-symbolic
standard::content-type: inode/directory
standard::fast-content-type: inode/directory
standard::size: 0
standard::allocated-size: 0
standard::symbolic-icon: folder-remote-symbolic, folder-remote
etag::value: 1649940667
id::filesystem: smb-share:server=192.168.1.1,share=myhost
access::can-trash: FALSE
time::modified: 1649940667
time::modified-usec: 659621
time::access: 1649940667
time::access-usec: 689622
time::changed: 1649940667
time::changed-usec: 659621
unix::device: 423942313
unix::inode: 131073Last edited by Maniaxx (2022-04-14 19:18:22)
sys2064
Offline
Thunar's smb protocol makes use of gfvs/samba and not of the in-kernel cifs implementation, so these options that are for the kernel module are meaningless/invalid in that context anyway.
Not sure whether you can relevantly configure this anywhere else, man page of e.g. smbclient doesn't mention any options into that direction.
Offline
I think i will drop fuse gvfs-smb and use a script instead triggering kernel based mounts on-demand.
Thanks!
sys2064
Offline