Traceback (most recent call last):
  File "/run/media/kwarteng/BITCOIN/Electrum-4.8.1/electrum/daemon.py", line 449, in _run
    async with self.taskgroup as group:
               ^^^^^^^^^^^^^^
  File "/run/media/kwarteng/BITCOIN/Electrum-4.8.1/packages/aiorpcx/curio.py", line 304, in __aexit__
    await self.join()
  File "/run/media/kwarteng/BITCOIN/Electrum-4.8.1/electrum/util.py", line 1430, in join
    task.result()
    ~~~~~~~~~~~^^
  File "/run/media/kwarteng/BITCOIN/Electrum-4.8.1/electrum/daemon.py", line 336, in run
    raise Exception(f"failed to start CommandsServer at {self._socket_config_str()}. got exc: {e!r}") from None
Exception: failed to start CommandsServer at <socket type=unix, path=/run/media/kwarteng/BITCOIN/electrum_data/daemon_rpc_socket>. got exc: PermissionError(1, 'Operation not permitted')