Created
November 4, 2015 11:56
-
-
Save aguimaraes/ed6907d64d2b8e3127f8 to your computer and use it in GitHub Desktop.
/etc/fstab
This file contains hidden or 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
| # /etc/fstab: static file system information. | |
| # | |
| # Use 'blkid' to print the universally unique identifier for a | |
| # device; this may be used with UUID= as a more robust way to name devices | |
| # that works even if disks are added and removed. See fstab(5). | |
| # | |
| # <file system> <mount point> <type> <options> <dump> <pass> | |
| /dev/mapper/mint--vg-root / ext4 errors=remount-ro 0 1 | |
| # /boot was on /dev/sda1 during installation | |
| UUID=55ba6e00-0c7d-4dd5-9304-f24bc949a101 /boot ext2 defaults 0 2 | |
| /dev/mapper/mint--vg-swap_1 none swap sw 0 0 | |
| //192.168.0.6/www /media/ziny-www cifs credentials=/home/alvaro/.smbcredentials,iocharset=utf8,sec=ntlm 0 0 | |
| //192.168.0.6/desenvolvimento /media/ziny-desenvolvimento cifs credentials=/home/alvaro/.smbcredentials,iocharset=utf8,sec=ntlm 0 0 | |
| //192.168.0.6/public /media/ziny-public cifs credentials=/home/alvaro/.smbcredentials,iocharset=utf8,sec=ntlm 0 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BUG!!!!!!!!!!!!!
O Ip atual é: 192.168.2.6. Reportado...