daily pastebin goal
64%
SHARE
TWEET

Untitled

a guest Sep 18th, 2010 47 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. root@ubuntu:/# cat /etc/fstab
  2. # /etc/fstab: static file system information.
  3. #
  4. # Use 'blkid -o value -s UUID' to print the universally unique identifier
  5. # for a device; this may be used with UUID= as a more robust way to name
  6. # devices that works even if disks are added and removed. See fstab(5).
  7. #
  8. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  9. proc            /proc           proc    nodev,noexec,nosuid 0       0
  10. # / was on /dev/sda4 during installation
  11. UUID=03f72dce-5ff8-4b2b-afa5-a326baecb29c /               ext4    errors=remount-ro 0       1
  12. # /var was on /dev/sda3 during installation
  13. UUID=a1e3254f-b031-4e26-8430-f6c965863d52 /var            ext4    defaults        0       2
  14. # swap was on /dev/sda5 during installation
  15. UUID=c300a7e1-e9de-4164-851b-90bf4e566e19 none            swap    sw              0       0
  16. root@ubuntu:/#
RAW Paste Data
Top