Skip to content

Instantly share code, notes, and snippets.

@aguimaraes
Created November 4, 2015 11:56
Show Gist options
  • Select an option

  • Save aguimaraes/ed6907d64d2b8e3127f8 to your computer and use it in GitHub Desktop.

Select an option

Save aguimaraes/ed6907d64d2b8e3127f8 to your computer and use it in GitHub Desktop.
/etc/fstab
# /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
@aguimaraes

Copy link
Copy Markdown
Author

Troquem o diretório que está o smbcredentials para o seu.
Não esquecam de criar os respectivos diretórios

@guifavere

Copy link
Copy Markdown

BUG!!!!!!!!!!!!!
O Ip atual é: 192.168.2.6. Reportado...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment