DSA (Windows)
- Target parameters ending with a backslash are not supported. The corresponding directory will be skipped and excluded from the scanning process. Below is an example:
dsa_scan --target "C:\TEST\"
To include it in the scan, remove the trailing backslash.
- Scanning mounted network drives is not supported. The specified directory will be skipped and excluded from the scanning process. For instance, in the command:
dsa_scan --target "Z:\Network-Folder"
Z drive is a mounted network drive. To scan a network drive, use \\network-drive instead of the drive letter.
- When entering unsupported dsa_scan command-line options, the system will return exit code 1 instead of 254. This is normal behavior.
- If the target path is specified as a symbolic link or soft link, the dsa_scan tool will not exclude it and will proceed with the scanning process. This is normal behavior.
- Simultaneously running multiple dsa_scan command-line instances and scanning the same directory may result in excessively long scan wait times or even unresponsiveness. Please avoid scanning the same path concurrently. If unresponsiveness occurs while scanning the same file path simultaneously, restart the AMSP service.
DSA (Linux)
- If the target path is specified as a symbolic link or soft link, the dsa_scan tool will exclude it and will not scan symbolic link and soft link. This is normal behavior.