Amazon (as of 2023) does not have a direct driver for EFS volumes for Windows. If you are using Net-X-Code in a cloud environment we recommend running the Linux version for direct access to the EFS volumes. For other software [like Adobe/Avid] that does not run on Linux, you can still access the files on the EFS volume by resharing the mount, internally or externally. This article explains how to do that.
Re-share EFS via SAMBA
Using the Net-X-Code Linux server, or another EFS attached Linux server, reshare the EFS as a SAMBA share:
- Create an AWS EC2 instance.
- Mount the EFS on the EC2 instance (using mount point IP, ensure same security group)
- Install Samba on EC2 instance
- Create local Samba config entry for EC2 local mount point
- Add security group inbound entry for "SMB" port for client IP.
- Mount EC2 samba share on Windows
Access EFS via Windows Subsystem for Linux
Windows now includes a subsystem that runs Linux at the same time as Windows. You can use it to mount the EFS volume as a folder accessible to Windows:
- sudo mount -t nfs4 -o rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,noresvport MY_IP_ADDRESS:/ efs
- Create your EFS folder in this location /mnt/wsl
- Mount your EFS using the previous command
- Go to this location \\wsl$ in the File Explorer, and get your Distro's root. In my case, \\wsl$\Ubuntu
- Copy your Distro's path and map it as your new Network Drive in Windows
- Now you can access your EFS from your Network Drive, for example, Z:\mnt\wsl\efs
Trademarks, Registered Trademarks, and CopyrightsTrademarks, Registered Trademarks, and Copyrights
Amazon Web Services, Inc. - Amazon, AWS and Smile Logo, Powered by AWS Logo, AWS Co-Marketing Tools, the Partner Logo, the Program Marks, Amazon Web Services, AWS, AWS S3, and the names of AWS products, services, programs, and initiatives are trademarks or registered trademarks of Amazon Web Services, Inc.
Avid Technology, Inc. - Avid Media Composer®, Avid MediaCentral®, Avid Interplay®, and Avid NewsCutter® are either trademarks or registered trademarks of Avid Technology, Inc. or its subsidiaries in the United States and/or other countries.
Drastic Technologies, Ltd. – trademarks specified here.
Linus Torvalds - Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries.
Microsoft Corporation – Microsoft: Windows®, Video For Windows (VFW), DirectShow, Microsoft, Skype, Microsoft Azure, Microsoft Teams, Wave Mapper, Microsoft, Windows NT|2000|XP|XP Professional|Server 2003|Server 2008 |Server 2012, Windows 7, Windows 8, Media Player, Media Encoder, Windows Defender, Microsoft Office, .Net, Internet Explorer, SQL Server 2005|2008|2012|2014, Windows Media Technologies and Internet Explorer are trademarks of Microsoft Corporation.
All other trademarks are the property of their respective owners.