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

BUG: Disk 8 is not being detected #143

Closed
ithakaa opened this issue Jul 29, 2023 · 12 comments
Closed

BUG: Disk 8 is not being detected #143

ithakaa opened this issue Jul 29, 2023 · 12 comments

Comments

@ithakaa
Copy link

ithakaa commented Jul 29, 2023

Install ENV:

  • motherboard: QNAP TS-869 Pro
  • CPU: CPU: Intel(R) Atom(TM) CPU D2701 @ 2.13GHz
  • NIC: e1000e

Arpl version: 23.7.4

DSM model: 920+
DSM version: DSM 7.2-64570 Update 1

Issue: Disk 8 is not being detected


Recently, I installed DS920+ on my QNAP TS869Pro, and everything seems to be working perfectly except for one problem - disk 8 is not available.

I'm seeking assistance to understand the possible reasons behind this issue and how I can resolve it. Any insights or solutions would be greatly appreciated.

@wjz304
Copy link
Contributor

wjz304 commented Jul 29, 2023

wget --no-check-certificate https://fastly.jsdelivr.net/gh/pocopico/rp-ext@main/dtbpatch/releases/dtc
chmod a+x dtc
./dtc -I dtb -O dts /etc.defaults/model.dtb > output.dts
cat output.dts

Check how many disks are inside

@ithakaa
Copy link
Author

ithakaa commented Jul 29, 2023

./dtc -I dtb -O dts output.dtb > output.dts

FATAL ERROR: Couldn't open "output.dtb": No such file or directory

@wjz304
Copy link
Contributor

wjz304 commented Jul 29, 2023

emm,I made a mistake. I made a modification

@ithakaa
Copy link
Author

ithakaa commented Jul 29, 2023

emm,I made a mistake. I made a modification

what would you like me to do ?

@wjz304
Copy link
Contributor

wjz304 commented Jul 29, 2023

./dtc -I dtb -O dts /etc.defaults/model.dtb > output.dts

@ithakaa
Copy link
Author

ithakaa commented Jul 29, 2023

./dtc -I dtb -O dts /etc.defaults/model.dtb > output.dts

Looks to me like 7 sata disks
https://pastebin.com/raw/tz9PgqZa

@wjz304
Copy link
Contributor

wjz304 commented Jul 29, 2023

Yes, only 7

ls /sys/block/sata* 

@wjz304
Copy link
Contributor

wjz304 commented Jul 29, 2023

If there are 7 returned from ls /sys/block/sata*, check whether the hard disk is normal, or change the location to try

@ithakaa
Copy link
Author

ithakaa commented Jul 29, 2023

If there are 7 returned from ls /sys/block/sata*, check whether the hard disk is normal, or change the location to try

7 returned
https://pastebin.com/raw/9vtZsGNq
will try your suggestions, thank you

@ithakaa
Copy link
Author

ithakaa commented Jul 29, 2023

It appears that one of my drives has failed, I want to express my sincere gratitude for your assistance in resolving this matter. Your help is greatly appreciated.

@ithakaa ithakaa closed this as completed Jul 29, 2023
@wjz304
Copy link
Contributor

wjz304 commented Jul 29, 2023

You can also confirm the drive issue with winPE

@ithakaa
Copy link
Author

ithakaa commented Jul 29, 2023

You can also confirm the drive issue with winPE

When I have some time tomorrow, thank you

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