Share a folder ubuntu azure vm

Pablo Ruano 51 Reputation points
2022-09-29T11:00:51.4+00:00

Hello, I have an azure virtual machine that has ubuntu and I want to share a folder to create a network location in windows and be able to edit that folder. How could I do it?

Sincerly Pablo

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,041 questions
0 comments No comments
{count} votes

Accepted answer
  1. Jackson Martins 10,606 Reputation points MVP Volunteer Moderator
    2022-09-29T22:07:02.813+00:00

    Hi @Pablo Ruano
    I don't know of any native resources in Azure to do this process, but you can just use samba 4 with acl to access via that share via windows.

    Or you can use a blob file share, map the folder on Linux and Windows at the same time

    reference: https://learn.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-linux?tabs=smb311

    reference: https://linuxhint.com/mount-smb-shares-on-ubuntu/

    Get in touch if you need more help with this issue.

    --please don't forget to "[Accept the answer]" if the reply is helpful--

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.