Guest User

Untitled

a guest
Dec 13th, 2020
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. PS C:\path\to\vagrant> vagrant up --provider=hyperv
  2. Bringing machine 'default' up with 'hyperv' provider...
  3. ==> default: Verifying Hyper-V is enabled...
  4. ==> default: Verifying Hyper-V is accessible...
  5. ==> default: Importing a Hyper-V instance
  6. default: Creating and registering the VM...
  7. default: Successfully imported VM
  8. default: Please choose a switch to attach to your Hyper-V instance.
  9. default: If none of these are appropriate, please open the Hyper-V manager
  10. default: to create a new virtual switch.
  11. default:
  12. default: 1) Default Switch
  13. default: 2) WSL
  14. default:
  15. default: What switch would you like to use? 1
  16. default: Configuring the VM...
  17. ==> default: Starting the machine...
  18. ==> default: Waiting for the machine to report its IP address...
  19. default: Timeout: 120 seconds
  20. default: IP: 172.17.213.194
  21. ==> default: Waiting for machine to boot. This may take a few minutes...
  22. default: SSH address: 172.17.213.194:22
  23. default: SSH username: vagrant
  24. default: SSH auth method: private key
  25. default:
  26. default: Vagrant insecure key detected. Vagrant will automatically replace
  27. default: this with a newly generated keypair for better security.
  28. default:
  29. default: Inserting generated public key within guest...
  30. default: Removing insecure key from the guest if it's present...
  31. default: Key inserted! Disconnecting and reconnecting using new SSH key...
  32. ==> default: Machine booted and ready!
  33. ==> default: Preparing SMB shared folders...
  34. default: You will be asked for the username and password to use for the SMB
  35. default: folders shortly. Please use the proper username/password of your
  36. default: account.
  37. default:
  38. default: Username:
  39. default: Password (will be hidden):
  40.  
  41. Vagrant requires administrator access to create SMB shares and
  42. may request access to complete setup of configured shares.
  43. ==> default: Mounting SMB shared folders...
  44. default: C:/path/to/vagrant => /vagrant
  45. Failed to mount folders in Linux guest. This is usually because
  46. the "vboxsf" file system is not available. Please verify that
  47. the guest additions are properly installed in the guest and
  48. can work properly. The command attempted was:
  49.  
  50. mount -t cifs -o vers=2.0,credentials=/etc/smb_creds_vgt-1eef7ca9fead584de4f08022a0b48ea2-6ad5fdbcbf2eaa93bd62f92333a2e6e5,uid=1000,gid=1000 //172.17.213.193/vgt-1eef7ca9fead584de4f08022a0b48ea2-6ad5fdbcbf2eaa93bd62f92333a2e6e5 /vagrant
  51.  
  52. The error output from the last command was:
  53.  
  54. mount error(13): Permission denied
  55. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Advertisement
Add Comment
Please, Sign In to add comment