Public paste
oioioi
By: /ETC/FSTAB | Date: Jan 6 2011 21:31 | Format: None | Expires: never | Size: 691 B | Hits: 959

  1. # /etc/fstab: static file system information.
  2. #
  3. # Use 'blkid -o value -s UUID' to print the universally unique identifier
  4. # for a device; this may be used with UUID= as a more robust way to name
  5. # devices that works even if disks are added and removed. See fstab(5).
  6. #
  7. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  8. proc            /proc           proc    nodev,noexec,nosuid 0       0
  9. # / was on /dev/sda2 during installation
  10. UUID=0241468c-3299-4ea6-a972-dd5797c2b43f /               ext4    errors=remount-ro 0       1
  11. # swap was on /dev/sda5 during installation
  12. UUID=54decfb8-a20f-400b-ac99-7a789ebc17ce none            swap    sw              0       0