My fstab contains CIFS-paths which have been working in previous releases for thunar: $ cat /etc/fstab #works not in thunar, but mounts on file system //server1/path1/to /path/to/local/mount1 cifs _netdev,credentials=/home/user/.smbcredentials/file,iocharset=utf8,users,noauto 0 0 //server3/path/to /path/to/local/mount4 cifs _netdev,credentials=/home/user/.smbcredentials/file,iocharset=utf8,users,noauto,nounix,sec=ntlm 0 0 #works in thunar, and mounts on file system //server1/path2 /path/to/local/mount2 cifs _netdev,credentials=/home/user/.smbcredentials/file,iocharset=utf8,users,noauto 0 0 //server2/path/ /path/to/local/mount3 cifs _netdev,credentials=/home/user/.smbcredentials/file,iocharset=utf8,users,noauto,nounix,sec=ntlm 0 0 $ thunar --version Thunar 1.6.10 (Xfce 4.12) $ thunar-volman --version thunar-volman 0.8.1 (Xfce 4.12) So what is not working: clicking in Thunar under section "Devices" to mount the paths the latter two mount points are mounted appropriate (in file system and in thunar), the first two do not work. Well, all path are actually mounted and accessible on the file system, but Thunar does not recognize that for the first two "Devices". I get the waiting icon, and clicking twice on the same "Device" tells me that the resource is busy. The only difference that I see is the remote path length. The following command works without any issues successful. $ mount.cifs -vvv -o _netdev,credentials=/home/user/.smbcredentials/file,iocharset=utf8,users,noauto //server1/path1/to /path/to/local/mount1 domain=xy
-- GitLab Migration Automatic Message -- This bug has been migrated to xfce.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.xfce.org/xfce/thunar-volman/-/issues/12. Please create an account or use an existing account on one of our supported OAuth providers. If you want to fork to submit patches and merge requests please continue reading here: https://docs.xfce.org/contribute/dev/git/start#gitlab_forks_and_merge_requests Also feel free to reach out to us on the mailing list https://mail.xfce.org/mailman/listinfo/xfce4-dev