12-07-2024, 11:29 AM
Looks like Linux detected the disk
sda
|
+---sda1
Support for SATA drives could be implemented in moode Library Config similar to how NVMe drives are supported but it's a significant amount of work due to the large number of moving parts that have to be created and tested.
The other issue for me is that I don't have a SATA drive or the PCIe bridge card to use for testing which increases the likelihood for bugs in the field and even more work to fix them.
As a workaround you might be able to put a mount line in /etc/fstab to auto-mount /dev/sda1 to /mnt/NVME. This will at least let MPD see the drive and index it.
sda
|
+---sda1
Support for SATA drives could be implemented in moode Library Config similar to how NVMe drives are supported but it's a significant amount of work due to the large number of moving parts that have to be created and tested.
The other issue for me is that I don't have a SATA drive or the PCIe bridge card to use for testing which increases the likelihood for bugs in the field and even more work to fix them.
As a workaround you might be able to put a mount line in /etc/fstab to auto-mount /dev/sda1 to /mnt/NVME. This will at least let MPD see the drive and index it.