Skip to content

Instantly share code, notes, and snippets.

@andrewgdunn
Created January 9, 2013 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewgdunn/4493182 to your computer and use it in GitHub Desktop.
Save andrewgdunn/4493182 to your computer and use it in GitHub Desktop.
<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