NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Amazon Elastic File System



On Thu, Aug 18, 2016 at 10:17:48PM -0400, Al Zick wrote:
> Hi,
> 
> How can I mount Amazon's Elastic File System (EFS) on NetBSD?
> 
> The command to mount it in linux is:
> mount -t nfs4 -o vers=4.1 $(curl -s http://169.254.169.254/latest/meta-data/placement/availability-zone).{file-system-ID}.efs.{aws-region}.amazonaws.com:/
> efs

You'd need an implementation of NFSv4 for NetBSD.

	Jonathan Kollasch


Home | Main Index | Thread Index | Old Index