I just updated my work desktop to F23 from F22. Everything looked good but then I realized some of the shares are not mapping. They are CIFS shares and all common to a single EMC filer. The weird part is that I have a share mounted on a different EMC filer that is working fine from my fstab file. If I try to mount the same share from Thunar file manager it works just fine but from the command line I get:
[root@1GYX8Y1L ####]# mount /home/user/shares/t Retrying with upper case share name mount error(13): Permission denied Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) [root@1GYX8Y1L ####r]# mount --verbose -t cifs -o username=#####,password=#########,domain=######,file_mode=0644,dir_mode=0755,uid=1000,gid=1000 //#####/apps1/ /home/######/shares/w mount.cifs kernel mount options: ip=10.1.23.15,unc=\\######\apps1,file_mode=0644,dir_mode=0755,uid=1000,gid=1000,user=######,,domain=#####,pass=******** mount error(13): Permission denied Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) I looked at it with wireshark and I am passing the same username to the systems but there is way more data being sent betrween the system using Thunar. On a side not and not sure it is related but Lotus Notes is also showing some weird issues (outside the normal ones) where I can get into my mail but when I try to send I get a "You are not authorized to perform that operation" and then the path to my mailbox on the server. Possibly unrelated to the CIFS issue butn ot really sure. Has anyone else seen this or know a change that may have affected it? I have already downgrade the cifs-utils package back to F22 with change.
-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org