mirror of
https://github.com/007revad/Synology_M2_volume.git
synced 2026-04-25 07:46:05 +03:00
[GH-ISSUE #57] Working on DSM 7.2-64570 #10
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Synology_M2_volume#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @Swaazz on GitHub (Jun 9, 2023).
Original GitHub issue: https://github.com/007revad/Synology_M2_volume/issues/57
Thanks and Great work
Quick question .... Why do Esxternal USB Drives now get picked up as a hardrive to create a Volume , they not reconized as External Devices any longer
@007revad commented on GitHub (Jun 10, 2023):
The script should ignore USB drives. Maybe something has changed in DSM 7.2-64570
Which version of the script are you using?
@Swaazz commented on GitHub (Jun 10, 2023):
Thanks again ... using v1.2.14
@007revad commented on GitHub (Jun 10, 2023):
It should only list drives that are listed in /sys/block/ starting with nvme (or nvc for SATA M.2 drives). I wonder if DSM 7.2-64570 are listing USB drives as nvc now.
What does the following command output:
sudo ls -I ram -I loop* -I dm-* /sys/block
Also, can you run the script again up to the "Select the 1st M.2 drive" prompt and select Quit, Then copy the output and paste it in your reply.
@Swaazz commented on GitHub (Jun 10, 2023):
Awesome will update you , had to rebuild NAS.... so i can test for you with a fresh install , im just restoring NAS at the moment then ill run script as you have guided