Guest User

Untitled

a guest
Nov 19th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. root@bt:~# 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/sdb1 during installation
  11. UUID=071689be-7b2f-4383-864c-d073c0761627 / ext4 errors=remount-ro 0 1
  12. # swap was on /dev/sdb5 during installation
  13. UUID=6dd12bda-9f86-4991-99e8-383486504906 none swap sw 0 0
Add Comment
Please, Sign In to add comment