Advertisement
Guest User

Untitled

a guest
Nov 5th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. /etc/fstab:
  2.  
  3. //192.168.2.20/Movies /mnt/Movies cifs rw,noexec,nosuid,password=Password1,username=buffalonas,nodev
  4.  
  5. crash@crash-M17x:/sbin$ sudo mount -a
  6.  
  7. mount: wrong fs type, bad option, bad superblock on //192.168.2.20/Movies,
  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. In some cases useful info is found in syslog - try
  12. dmesg | tail or so
  13.  
  14. crash@crash-M17x:/sbin$ sudo apt-get install cifs-utils
  15.  
  16. Reading package lists... Done
  17. Building dependency tree
  18. Reading state information... Done
  19. cifs-utils is already the newest version.
  20. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  21.  
  22. apt-cache policy cifs-utils
  23.  
  24. apt-file list cifs-utils
  25.  
  26. cifs-utils: /etc/request-key.d/cifs.idmap.conf
  27. cifs-utils: /etc/request-key.d/cifs.spnego.conf
  28. cifs-utils: /sbin/mount.cifs
  29. cifs-utils: /usr/bin/cifscreds
  30. cifs-utils: /usr/bin/getcifsacl
  31. cifs-utils: /usr/bin/setcifsacl
  32. cifs-utils: /usr/sbin/cifs.idmap
  33. cifs-utils: /usr/sbin/cifs.upcall
  34. cifs-utils: /usr/share/doc/cifs-utils/NEWS.Debian.gz
  35. cifs-utils: /usr/share/doc/cifs-utils/README
  36. cifs-utils: /usr/share/doc/cifs-utils/changelog.Debian.gz
  37. cifs-utils: /usr/share/doc/cifs-utils/copyright
  38. cifs-utils: /usr/share/man/man1/cifscreds.1.gz
  39. cifs-utils: /usr/share/man/man1/getcifsacl.1.gz
  40. cifs-utils: /usr/share/man/man1/setcifsacl.1.gz
  41. cifs-utils: /usr/share/man/man8/cifs.idmap.8.gz
  42. cifs-utils: /usr/share/man/man8/cifs.upcall.8.gz
  43. cifs-utils: /usr/share/man/man8/mount.cifs.8.gz
  44.  
  45. dlocate -md5check cifs-utils
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement