Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When you are in an all-SSD environment, you may find an HDD error #303

Closed
proxy2008 opened this issue Jun 12, 2024 · 5 comments
Closed

When you are in an all-SSD environment, you may find an HDD error #303

proxy2008 opened this issue Jun 12, 2024 · 5 comments

Comments

@proxy2008
Copy link

proxy2008 commented Jun 12, 2024

By blocking the code below, it works fine

# Check hdds array isn't empty
if [[ ${#hdds[@]} -eq "0" ]]; then
    ding
    echo -e "\n${Error}ERROR${Off} No drives found!" && exit 2
else
    echo -e "\nHDD/SSD models found: ${#hdds[@]}"
    num="0"
    while [[ $num -lt "${#hdds[@]}" ]]; do
        echo "${hdds[num]}"
        num=$((num +1))
    done
    echo
fi

I guess if this can be controlled by adding a parameter

@proxy2008 proxy2008 changed the title When you are in an all-SDD environment, you may find an HDD error When you are in an all-SSD environment, you may find an HDD error Jun 12, 2024
@007revad
Copy link
Owner

Which Synology NAS model? And which DSM version?

Are they SATA or SAS SSDs?

@007revad
Copy link
Owner

I'm not seeing the issue in a NAS with just SATA SSDs and NVMes.

Are you using just NVMe drives?

@proxy2008
Copy link
Author

proxy2008 commented Jun 13, 2024

I'm not seeing the issue in a NAS with just SATA SSDs and NVMes.

Are you using just NVMe drives?

Yes, it is possible to emulate all NVMe drives on the SA6400 machine to deploy the Synology system

image

image

007revad added a commit that referenced this issue Jun 13, 2024
v3.5.91
- Changed to not exit if no SATA or SAS drives found. Issue #303
  - Now only exists if no SATA, SAS or NVMe drives found.
@007revad 007revad mentioned this issue Jun 13, 2024
@007revad
Copy link
Owner

Do you want to try this new release https://github.com/007revad/Synology_HDD_db/releases/tag/v3.5.91

commit c43662d

@proxy2008
Copy link
Author

Thank you for providing such an important and useful tool, and I will use it when reworking the system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants