Skip to content

Instantly share code, notes, and snippets.

@xoner
Created July 2, 2012 07:08
Show Gist options
  • Save xoner/3031612 to your computer and use it in GitHub Desktop.
Save xoner/3031612 to your computer and use it in GitHub Desktop.
Some useful examples of fstab
# Bind FS mount example
bindfs#/usr/local/lib/python2.6/dist-packages/django/contrib/admin/media /var/www/django-media fuse owner=www-data,group=www-data 0 0
# CIFS mount example
//WindowsFiler/SharedFolder /unix/path/to/folder cifs rw,uid=unix-user,gid=unix-group,username=windows-user,password=windows-pass,domain=domainame 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment