daily pastebin goal
4%
SHARE
TWEET

fstab

a guest Jun 18th, 2017 57 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ryan@viktor ~ $ cat /etc/fstab
  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/sda2 during installation
  10. UUID=f4d86fa1-2deb-4681-80e6-8edc80b6656f /               ext4    noatime,errors=remount-ro 0       1
  11. # /boot/efi was on /dev/sda1 during installation
  12. #UUID=D069-F31A  /boot/efi       vfat    umask=0077      0       1
  13. # swap was on /dev/sda3 during installation
  14. UUID=d2459589-0196-43b4-8ef0-9fbecd357b68 none            swap    sw              0       0
  15. UUID=D069-F31A  /boot/efi   vfat    defaults    0   1
  16.  
  17. /dev/sdb1 /home/ryan/Warehouse ext4 defaults 0 1
RAW Paste Data
Top