Added SATA details in note #18
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Sysdeploy/idlers-agent#18
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "swapnil/idlers-agent:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
You can remove dependency on
lsblk
in the next PR.@ -94,0 +103,4 @@
# Get the list of devices
try:
device_list = subprocess.check_output(['lsblk', '-d', '-o', 'NAME'], stderr=subprocess.STDOUT, universal_newlines=True).split()[1:]
There's no
lsblk
in Synology DSM or openwrt. You could search for/sys/block/*/device
similarly as when looking for the disk sizes.