A guide for mounting Vultr Storage Gateway on Linux systems to access VFS volumes over NFSv4.
Mounting a Vultr Storage Gateway — an NFS Gateway for Vultr File System (VFS) — allows your Vultr Bare Metal and Cloud Compute instances to access VFS volumes over NFSv4. This integration enables seamless, high-performance cloud storage access with the flexibility and scalability of VFS, eliminating the limitations of local disks. Follow this guide to mount a Vultr Storage Gateway on a Linux instance using the NFS protocol.
nfs-common package.nfs-common package.GET request to the List Storage Gateways endpoint to retrieve all your available Storage Gateways, and note the IP address defined in the public_ips array under the network_config section, you’ll use this IP address to mount the Storage Gateway.<storage-gateway-ip>, <export-path>, and <mount-point> with the actual values from your setup.vers=4.2: specifies the NFS version.soft: allows the system to timeout if the server is unresponsive.rw: mounts the export with read/write access./mnt/vfs: is your local mount point. You can create it using mkdir -p /mnt/vfs if it doesn’t exist./etc/fstab file in a text editor.<storage-gateway-ip> and <export-path> with the actual values from your setup.
0 Comments
Be the first to comment and share your perspective with the community.