Drives not showing up on display

Hi,

Recently put together a Quad Sata Hat with Raspberry Pi 4 and everything seems rignt, but the drives did not shown up on the OLDE display and when I run systemctl status rockpi-quad.service I only get this instead of the 4 drives:
● rockpi-quad.service - Rockpi SATA Hat
Loaded: loaded (/lib/systemd/system/rockpi-quad.service; enabled; preset: enabled)
Active: active (running) since Fri 2024-09-20 16:49:21 CEST; 3h 19min ago
Main PID: 588 (python3)
Tasks: 5 (limit: 8731)
CPU: 1min 48.384s
CGroup: /system.slice/rockpi-quad.service
└─588 /usr/bin/python3 /usr/bin/rockpi-quad/main.py

Sep 20 16:49:21 raspberrypi systemd[1]: Started rockpi-quad.service - Rockpi SATA Hat.

But when I run ls /dev/sd* everything shows up.
root@raspberrypi:/etc# ls /dev/sd*
/dev/sda /dev/sdb /dev/sdc /dev/sdd

What can be the issue?

Note: I had to modify the misc.py in order to run the script, because it was looking for /etc/rockpi-penta.conf instead of /etc/rockpi-quad.conf