Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. mount -t cifs //server/share/directory /mnt/directory -o credentials=/path/to/cifs.credentials --verbose
  2.  
  3. mount.cifs kernel mount options: ip=<IP of server>,unc=\server share,user=<username>,prefixpath=directory,pass=********
  4. mount error(2): No such file or directory
  5. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
  6.  
  7. mount -t cifs //server/share/directory /mnt/directory -o credentials=/path/to/cifs.credentials --verbose
  8.  
  9. mount -t cifs //server/share /mnt/directory -o credentials=/path/to/cifs.credentials,prefixpath=directory --verbose
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement