Advertisement
Guest User

Untitled

a guest
Dec 25th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. //192.168.0.150/Files /media/sda1/Files cifs defaults,username=<name>,password=<password>
  2.  
  3. root@pi:/media/sda1# mount -a
  4. mount: wrong fs type, bad option, bad superblock on //192.168.0.150/Files,
  5. missing codepage or helper program, or other error
  6. (for several filesystems (e.g. nfs, cifs) you might
  7. need a /sbin/mount.<type> helper program)
  8.  
  9. In some cases useful info is found in syslog - try
  10. dmesg | tail or so.
  11. root@pi:/media/sda1# dmesg | tail
  12. [ 43.233536] eth0: no IPv6 routers present
  13. [ 56.788933] ip_tables: (C) 2000-2006 Netfilter Core Team
  14. [ 59.084915] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
  15. [1208037.847633] CIFS VFS: Connecting to DFS root not implemented yet
  16. [1208037.859146] CIFS VFS: cifs_mount failed w/return code = -22
  17. [1208150.427065] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  18. [1208223.167024] CIFS VFS: Connecting to DFS root not implemented yet
  19. [1208223.178430] CIFS VFS: cifs_mount failed w/return code = -22
  20. [1208571.347110] CIFS VFS: Connecting to DFS root not implemented yet
  21. [1208571.358562] CIFS VFS: cifs_mount failed w/return code = -22
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement