! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
CIFS mount with fstab-configuration is not recognized as mounted in thunar in...
Status:
RESOLVED: MOVED
Product:
Thunar-volman
Component:
General

Comments

Description ultraviolett2 2016-11-17 14:09:48 CET
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
Comment 1 Git Bot editbugs 2020-05-25 23:11:16 CEST
-- 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

Bug #12968

Reported by:
ultraviolett2
Reported on: 2016-11-17
Last modified on: 2020-05-25

People

Assignee:
Jannis Pohlmann
CC List:
1 user

Version

Attachments

Additional information