daily pastebin goal
18%
SHARE
TWEET

fstab

a guest Nov 23rd, 2012 19 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #
  2. # Use 'blkid' to print the universally unique identifier for a
  3. # device; this may be used with UUID= as a more robust way to name devices
  4. # that works even if disks are added and removed. See fstab(5).
  5. #
  6. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  7. proc            /proc           proc    nodev,noexec,nosuid 0       0
  8. # / was on /dev/sda1 during installation
  9. UUID=82cabb24-7883-4a94-a96e-886fd4d49d01 /               ext4    errors=remount-ro 0       1
  10. # swap was on /dev/sdb5 Replaced original swap
  11. UUID=dfc37b3f-1a52-4cbb-8c91-d5f8355f5b13 none            swap    sw              0       0
RAW Paste Data
Top