icav2 allows project data to be mounted on a local system. This feature is currently available on Linux and Mac systems only. Although not supported, users have successfully used Windows Subsystem for Linux (WSL) on Windows to use icav2 projectdata mount
command. Please refer to the WSL documentation for installing WSL.
icav2 (>=2.3.0) installed and authenticated in the local system.
For MAC refer to macFuse.
For other operating systems, refer to OS specific documentation for FUSE driver installation.
A project created on ICA v2 with data in it. If you don't already have a project, please follow the instructions here to create a project.
Identify the project id by running the following command:
Provide the project id under "ID" column above to the mount command to mount the project data for the project.
Check the content of the mount.
icav2 utilizes the FUSE driver to mount project data, providing both read and write capabilities. However, there are some limitations on the write capabilities that are enforced by the underlying AWS S3 storage. For more information, please refer to this page.
WARNING Do NOT use the CP -f command to copy or move data to a mounted location. This will result in data loss as data on the destination location will be deleted.
You can unmount the project data using the 'unmount' command.