Guest User

Untitled

a guest
Dec 18th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. //1.2.3.4/share /mnt/share cifs rw,iocharset=utf8,uid=root,gid=root,credentials=/root/smbcredentials 0 0
  2.  
  3. username=...
  4. password=...
  5.  
  6. # mount /mnt/backups
  7. mount: wrong fs type, bad option, bad superblock on //10.13.37.5/backups,
  8. missing codepage or helper program, or other error
  9. (for several filesystems (e.g. nfs, cifs) you might
  10. need a /sbin/mount.<type> helper program)
  11.  
  12. In some cases useful info is found in syslog - try
  13. dmesg | tail or so.
  14. # dmesg | tail
  15. [ 1308.670814] CIFS VFS: No username specified
  16.  
  17. yum install cifs-utils # centos/redhat/fedora
  18. apt-get install cifs-utils # debian/ubuntu
Add Comment
Please, Sign In to add comment