Created
July 2, 2012 07:08
-
-
Save xoner/3031612 to your computer and use it in GitHub Desktop.
Some useful examples of fstab
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
# 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