Guest User

Untitled

a guest
Mar 22nd, 2018
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. mount -t cifs -o username=user1,password=passwd1,dir_mode=0777,file_mode=0777,uid=centos7,gid=www //192.168.1.2/www/ /var/www
  2.  
  3. mount error(115): Operation now in progress
  4. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
  5.  
  6. ==> default: Mounting SMB shared folders...
  7. default: D:/Vagrant/general => /vagrant
  8. Failed to mount folders in Linux guest. This is usually because
  9. the "vboxsf" file system is not available. Please verify that
  10. the guest additions are properly installed in the guest and
  11. can work properly. The command attempted was:
  12.  
  13. mount -t cifs -o sec=ntlmssp,credentials=/etc/smb_creds_vgt- 2e7e00e92f59cc95193a0f4a9585a3f6- 6ad5fdbcbf2eaa93bd62f92333a2e6e5,uid=1000,gid=1000 //192.168.1.2/vgt-2e7e00e92f59cc95193a0f4a9585a3f6-6ad5fdbcbf2eaa93bd62f92333a2e6e5 /vagrant
  14.  
  15. The error output from the last command was:
  16.  
  17. mount error(115): Operation now in progress
  18. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Add Comment
Please, Sign In to add comment