How do I share folders with Hyper-V?

Gelsana Thompson 26 Reputation points
2022-05-18T20:54:05.957+00:00

How do I share folders with Hyper-V? I am using Hyper-V with Windows 10 Pro and Ubuntu 22.04 as the Virtual Machine.

Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,536 questions
{count} vote

2 answers

Sort by: Most helpful
  1. Limitless Technology 39,351 Reputation points
    2022-05-23T09:40:03.773+00:00

    Hello

    Thank you for your question and reaching out. I can understand you are having queries related to accessing Windows shared folder from Linux VM.

    You can use from Ubunutu VM the smbclient, the command-line SMB/CIFS clients for Unix, is the command-line tool to access to your Windows host share folders

    For Example :

    $ sudo mount.cifs //<NAME OF YOUR PC>/<SHARED FOLDER NAME>
    ~/SharedFolder -o user=<YOUR WINDOWS USERNAME>


    --If the reply is helpful, please Upvote and Accept as answer--

    2 people found this answer helpful.

  2. Dave Patrick 426.1K Reputation points MVP
    2022-05-18T21:49:11.383+00:00

    Try connecting the admin share \192.168.10.10\C$

    --please don't forget to upvote and Accept as answer if the reply is helpful--