daily pastebin goal
64%
SHARE
TWEET

Untitled

a guest Jun 19th, 2015 261 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # /etc/fstab: static file system information.
  2. #
  3. # Use 'blkid' to print the universally unique identifier for a
  4. # device; this may be used with UUID= as a more robust way to name devices
  5. # 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/sda9 during installation
  10. UUID=5cedd7aa-66e6-4962-89fa-3083c7887a41 /               ext4    errors=remount-ro 0       1
  11. # /boot/efi was on /dev/sda2 during installation
  12. UUID=9ABF-217D  /boot/efi       vfat    defaults        0       1
  13. # swap was on /dev/sda8 during installation
  14. UUID=3447ce8e-d179-417a-896b-67f3cc02c17c none            swap    sw              0       0
  15.  
  16.  
  17.  
  18. /dev/sdc1       /media/usb1     auto    noauto,user,exec,rw,sync        0       0
  19. /dev/sdb1       /media/usb2     auto    noauto,user,exec,rw,sync        0       0
  20. /dev/sdd        /media/pocket   auto    noauto,user,exec,rw,sync        0       0
  21. /dev/sdb        /media/android  auto    noauto,user,exec,rw,sync        0       0
RAW Paste Data
Top