<storrgie> I am in fedora 18 and recently noticed that my mount aliases all dont work | |
<storrgie> my mount alias looks like this: "alias alexandria_agd='sudo mount -t cifs -o credentials=/etc/samba/creds,dir_mode=0775,file_mode=0775,uid=1000,gid=1000 //alexandria/agd /mnt/alexandria/agd'" | |
<storrgie> it appears that as of whatever version of cifs fedora 18 has, it seems to ignore the credentials line | |
<storrgie> its trying to mount as root.... | |
<storrgie> here is me running that alias with a -v: mount.cifs kernel mount options: ip=192.168.1.3,unc=\\alexandria\agd,dir_mode=0775,file_mode=0775,uid=1000,gid=1000,user=root,pass=******** |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment