Error while moving data

I’m trying to move data to a SSD disk (USB), but keep getting error.

I have formatted the disk as NTFS. I have also tried with exFAT. I’m I doing something wrong or is it maybe the disc?

I want to have OS running on SD-card and have data on an SSD disk. I’m running ODROID.
Any suggestions?

Logger: homeassistant.components.hassio
Source: components/hassio/websocket_api.py:123
Integration: Home Assistant Supervisor (documentation, issues)
First occurred: October 20, 2022 at 11:46:14 PM (1 occurrences)
Last logged: October 20, 2022 at 11:46:14 PM

Failed to to call /os/datadisk/move - Can't move data partition to /dev/sda: Error wiping newly created partition /dev/sda1: Failed to open the device '/dev/sda1'
Logger: aiohttp.server
Source: /usr/local/lib/python3.10/site-packages/aiohttp/web_protocol.py:405
First occurred: October 20, 2022 at 7:19:09 PM (19 occurrences)
Last logged: 12:13:56 AM

Error handling request
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/aiohttp/web_protocol.py", line 334, in data_received
    messages, upgraded, tail = self._request_parser.feed_data(data)
  File "aiohttp/_http_parser.pyx", line 551, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: 400, message="Bad status line 'Invalid method encountered'"