Skip to content

Instantly share code, notes, and snippets.

@felipem775
Last active November 23, 2017 10:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felipem775/5bd3fd44bd9aedbefd4ad91789c2c314 to your computer and use it in GitHub Desktop.
Save felipem775/5bd3fd44bd9aedbefd4ad91789c2c314 to your computer and use it in GitHub Desktop.
# /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>
# / was on /dev/sda1 during installation
UUID=5f2d3ad5-9a91-49ee-8df9-cfd6f44a9d04 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda2 during installation
UUID=a1229264-f0b7-44bc-a9a1-24e26ca65ddf /home ext4 defaults 0 2
/dev/disk/by-uuid/62F00C02F00BDAE5 /mnt/disk2 auto nosuid,nodev,nofail,x-gvfs-show 0 0
//193.144.208.220/usuarios/it/mazaf /mnt/puerpc40 cifs uid=mazaf,credentials=/home/mazaf/.smbcredentials,iocharset=utf8,sec=ntlm 0 0
//193.144.213.8/intercambio /mnt/ihpc8 cifs uid=mazaf,credentials=/home/mazaf/.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