Guest User

Untitled

a guest
Jan 20th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. #username=rene
  2. #password=***********
  3.  
  4. /etc/fstab: static file system information.
  5. #
  6. # Use 'blkid' to print the universally unique identifier for a
  7. # device; this may be used with UUID= as a more robust way to name devices
  8. # that works even if disks are added and removed. See fstab(5).
  9. #
  10. # <file system> <mount point> <type> <options> <dump> <pass>
  11. /dev/mapper/ubuntu--vg-root / ext4 errors=remount-ro 0 1
  12. # /boot/efi was on /dev/sda1 during installation
  13. UUID=0194-4700 /boot/efi vfat umask=0077 0 1
  14. /dev/mapper/ubuntu--vg-swap_1 none swap sw 0 0
  15.  
  16. #//192.168.1.183/Myfiles-Share /media/odroidxu4-nasshare cifs credentials=/home/rene/.smbcredentials,iocharset=utf8,sec=ntlm 0 0
  17.  
  18. //192.168.1.183/Myfiles-Share /media/odroidxu4-nasshare cifs credentials=/home/rene/.smbcredentials,iocharset=utf8,vers=1.0,sec=ntlm 0 0
  19.  
  20. [ 2675.630962] CIFS VFS: Send error in SessSetup = -13
  21. [ 2675.630989] CIFS VFS: cifs_mount failed w/return code = -13
  22. [ 2899.179580] Status code returned 0xc000006d NT_STATUS_LOGON_FAILURE
  23. [ 2899.179598] CIFS VFS: Send error in SessSetup = -13
  24. [ 2899.179627] CIFS VFS: cifs_mount failed w/return code = -13
Add Comment
Please, Sign In to add comment