Created
January 9, 2013 13:40
-
-
Save andrewgdunn/4493182 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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