Advertisement
Guest User

Untitled

a guest
Jan 31st, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  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. # / was on /dev/sdb2 during installation
  9.  
  10. UUID=d6583dc4-618d-4b72-bd88-00335ab5c447 / ext4 errors=remount-ro 0 1
  11. # /boot/efi was on /dev/sdb1 during installation
  12. UUID=F5E5-2163 /boot/efi vfat umask=0077 0 1
  13. # swap was on /dev/sdb3 during installation
  14. UUID=571adfe9-db67-4d23-af60-36c7feffc39f none swap sw 0 0
  15.  
  16. works just fine
  17.  
  18. # /etc/fstab: static file system information.
  19. #
  20. # Use 'blkid' to print the universally unique identifier for a
  21. # device; this may be used with UUID= as a more robust way to name devices
  22. # that works even if disks are added and removed. See fstab(5).
  23. #
  24. # <file system> <mount point> <type> <options> <dump> <pass>
  25. # / was on /dev/sdb2 during installation
  26.  
  27. UUID=d6583dc4-618d-4b72-bd88-00335ab5c447 / ext4 errors=remount-ro 0 1
  28. # /boot/efi was on /dev/sdb1 during installation
  29. UUID=F5E5-2163 /boot/efi vfat umask=0077 0 1
  30. # swap was on /dev/sdb3 during installation
  31. UUID=571adfe9-db67-4d23-af60-36c7feffc39f none swap sw 0 0
  32. /dev/disk/by-uuid/e2404a26-ad72-4eba-892f-31470bdd3874 /home ext4 defaults 1 2
  33.  
  34. returns this:
  35.  
  36. Jan 31 18:44:22 oxford systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
  37. Jan 31 18:44:24 oxford lightdm[1206]: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory
  38. Jan 31 18:44:24 oxford lightdm[1206]: PAM adding faulty module: pam_kwallet.so
  39. Jan 31 18:44:24 oxford lightdm[1206]: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or directory
  40. Jan 31 18:44:24 oxford lightdm[1206]: PAM adding faulty module: pam_kwallet5.so
  41. Jan 31 18:44:25 oxford lightdm[1290]: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory
  42. Jan 31 18:44:25 oxford lightdm[1290]: PAM adding faulty module: pam_kwallet.so
  43. Jan 31 18:44:25 oxford lightdm[1290]: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or directory
  44. Jan 31 18:44:25 oxford lightdm[1290]: PAM adding faulty module: pam_kwallet5.so
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement