| 1 | # /etc/fstab: static file system information.
|
|---|
| 2 | #
|
|---|
| 3 | # <file system> <mount point> <type> <options> <dump> <pass>
|
|---|
| 4 | proc /proc proc defaults 0 0
|
|---|
| 5 | /dev/sda1 / ext3 errors=remount-ro 0 1
|
|---|
| 6 | /dev/sdc1 /mnt/usbstick auto defaults,noauto 0 0
|
|---|
| 7 | //192.168.1.2/bwib /home/bwib cifs iocharset=utf8,nobrl,uid=bwib,gid=bwib,file_mode=0660,dir_mode=0770,username=bwib,password=SECRET 0 0
|
|---|
| 8 | //192.168.1.2/bwiberg /home/bwiberg cifs iocharset=utf8,nobrl,uid=bwiberg,gid=bwiberg,file_mode=0660,dir_mode=0770,username=bwiberg,password=SECRET 0 0
|
|---|
| 9 | //192.168.1.2/backup /mnt/backup/bwib cifs iocharset=utf8,nobrl,uid=bwib,gid=bwib,file_mode=0600,dir_mode=0700,username=bwib,password=SECRET 0 0
|
|---|
| 10 | //192.168.1.2/backup /mnt/backup/bwiberg cifs iocharset=utf8,nobrl,uid=bwiberg,gid=bwiberg,file_mode=0600,dir_mode=0700,username=bwiberg,password=SECRET 0 0
|
|---|
| 11 | //192.168.1.2/media /mnt/media cifs iocharset=utf8,nobrl,uid=bwiberg,gid=users,file_mode=0664,dir_mode=0775,username=bwiberg,password=SECRET 0 0
|
|---|