Advertisement
Guest User

Untitled

a guest
Jun 6th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. //192.168.0.151/C /mnt/Island_C cifs rw,user,noauto,username="User",password="" 0 0
  2. //192.168.0.151/M /mnt/Island_M smbfs rw,user,noauto,username="User",password="" 0 0
  3.  
  4. uranus mnt # mount
  5. mount mount.fuse mount.nfs mount.ntfs-3g mountpoint
  6. mount.cifs mount.fuse.ntfs mount.nfs4 mount.ntfs-fuse
  7. uranus mnt # mount^C
  8. uranus mnt # mount Island_C
  9. mount error: cifs filesystem not supported by the system
  10. mount error(19): No such device
  11. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
  12. uranus mnt # mount Island_M
  13. mount: wrong fs type, bad option, bad superblock on //192.168.0.151/M,
  14. missing codepage or helper program, or other error
  15. (for several filesystems (e.g. nfs, cifs) you might
  16. need a /sbin/mount.<type> helper program)
  17. In some cases useful info is found in syslog - try
  18. dmesg | tail or so
  19.  
  20. uranus mnt #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement