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)
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx 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