Skip to content

Instantly share code, notes, and snippets.

@itsNikolay
Created February 5, 2012 16:52
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 itsNikolay/1746547 to your computer and use it in GitHub Desktop.
Save itsNikolay/1746547 to your computer and use it in GitHub Desktop.
vagrant@lucid32:/vagrant/demoapp/shared$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' 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>
proc /proc proc nodev,noexec,nosuid 0 0
/dev/mapper/lucid32-root / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda1 during installation
UUID=d3d0bee2-9b33-4e38-b0e9-dd58a1dfae8f /boot ext2 defaults 0 2
/dev/mapper/lucid32-swap_1 none swap sw 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment