Configure a mounted NAS source
You can migrate data from a Mounted Network-Attached Storage (NAS) by configuring it as your source filesystem for Data Migrator.
Data Migrator doesn't support live migrations for mounted NAS sources.
Configure a mounted NAS source filesystem with the UI
- From the Dashboard, select an instance under Instances. 
- In the Filesystems & Agents menu, select Filesystems. 
- Select Add source filesystem 
- Select Mounted Network-Attached Storage (NAS) from the Filesystem Type dropdown list. 
- Enter the following details: - Display Name: Enter a name for your source filesystem.
- Mount Point: The filesystem directory path to use as the source filesystem. You can migrate any data in the mount point directory.
 note- Your NAS must be mounted on the server hosting Data Migrator. For example: - /mth/path.
- Select Save. 
Configure a mounted NAS source filesystem with the CLI
To create a mounted NAS source, run the filesystem add local command in the CLI:
filesystem add local
filesystem add local    [--file-system-id] string
                        [--fs-root] string
                        [--source]
                        [--scan-only]
                        [--properties-files] list
                        [--properties] string
Mandatory parameters
- --file-system-idThe ID to give the new filesystem resource. In the UI, this is called Display Name.
Optional parameters
- --fs-rootThe directory in the filesystem to scan for data. Should be supplied using the full directory path from the root.
  If no fs-root is specified, the file path defaults to the root of your system.
- --sourceEnter this parameter to use the filesystem resource created as a source. This is referenced in the UI when configuring the Unknown source.
- --scan-onlyEnter this parameter to create a static source filesystem for use in one-time migrations. Requires- --source.
- --properties-filesReference a list of existing properties files.
- --propertiesEnter properties to use in a comma-separated key/value list.
Examples
Mounted NAS filesystem as source
filesystem add local --file-system-id mytarget --fs-root ./tmp --source
Next steps
Configure a target filesystem to migrate data to. Then create a migration.