Skip to content

Instantly share code, notes, and snippets.

@dvgamerr
Created April 8, 2018 15:52
Show Gist options
  • Save dvgamerr/777e8fabe1f2190ac5cc0d948535f0c6 to your computer and use it in GitHub Desktop.
Save dvgamerr/777e8fabe1f2190ac5cc0d948535f0c6 to your computer and use it in GitHub Desktop.
Linux Config files
# /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/PGM--SERVER--vg-root / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda1 during installation
UUID=ee608de4-87ae-4fd4-a483-482ff96aef17 /boot ext2 defaults 0 2
/dev/mapper/PGM--SERVER--vg-swap_1 none swap sw 0 0
//192.168.10.2/NSprogrammer/.PGM-SERVER /backups cifs vers=2.0,username=PGM,password=123456 0 0
//192.168.10.2/NShome/kem /data/kem cifs vers=2.0,username=PGM,password=123456 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment