How to check if your QTS is Legacy or HAL type
Release date:
2021-10-29
-
Execute the following command:
# ls /sbin/hal_app
If your NAS is running HAL firmware you will see the following output:
[~] # ls /sbin/hal_app
/sbin/hal_app*
If your NAS is running Legacy firmware you will see the following:
[~] # ls /sbin/hal_app
ls: /sbin/hal_app: No such file or directory