Guest User

Untitled

a guest
Oct 21st, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. root@ubuntu:/mnt# cat disk/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/sda1 during installation
  11. UUID=47ade2c4-3340-4afc-b4a7-0e12d53ef7fc / ext4 errors=remount-ro 0 1
  12. # swap was on /dev/sda5 during installation
  13. UUID=6faf4643-2618-4008-9cd3-a5163022e7ac none swap sw 0 0
  14. none /cgroup cgroup defaults 0 0
Add Comment
Please, Sign In to add comment