daily pastebin goal
1%
SHARE
TWEET

Untitled

a guest Jun 12th, 2015 234 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. # /etc/fstab: static file system information.
  3. #
  4. # Use 'blkid' to print the universally unique identifier for a
  5. # device; this may be used with UUID= as a more robust way to name devices
  6. # that works even if disks are added and removed. See fstab(5).
  7. #
  8. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  9. # / was on /dev/sdb1 during installation
  10. UUID=6fb59d06-ec00-44f4-abcc-0da0f018be93       /       ext4    defaults,errors=remount-ro,noatime,data=writeback       0       1       # /dev/sda1
  11. # swap was on /dev/sdb5 during installation
  12. UUID=616eaa19-299e-479b-8dcf-dfc36593f63a       none    swap    sw      0       0       # /dev/sda5
  13. UUID=ffb7b6fa-513f-47f1-b7aa-20e7ecec2ef9   /media/henry/ffb7b6fa-513f-47f1-b7aa-20e7ecec2ef9   ext4  defaults,errors=remount-ro,noatime,data=writeback    0    2       # /dev/sda3
RAW Paste Data
Top