mirror of
https://github.com/007revad/Synology_M2_volume.git
synced 2026-04-26 00:06:14 +03:00
[GH-ISSUE #157] [Feature Request] Support 2.5 Cache Drives RS3413xs+ #36
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#36
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 @bradkeller on GitHub (May 19, 2024).
Original GitHub issue: https://github.com/007revad/Synology_M2_volume/issues/157
Originally assigned to: @007revad on GitHub.
Is there any way to add support for 2.5in SSDs in the cache trays of a Synology Rack Server?
@007revad commented on GitHub (May 19, 2024):
So DSM 7.1.1 won't let you create a storage pool on 2.5in SSDs in the cache trays?
I notice that the RS3413xs+ manual says you must install 2 identical SSDs in the cache trays in order to mount SSD cache. So it sounds like it only supported a read/write cache.
What does the following (insanely long) command return? It's 1 line.
for s in /dev/sd?; do echo -ne "$s "; cat "/sys/block/$(basename -- $s)/device/model" | tr -d '\n'; cat "/sys/block/$(basename -- $s)/device/syno_disk_serial" | xargs; doneCan you tell me which of the drives that command returned are the SSDs in the cache trays?
@007revad commented on GitHub (May 19, 2024):
Do you want to setup those SSDs as RAID 1, RAID 0 or 2 separate single volumes?
@bradkeller commented on GitHub (May 19, 2024):
These are the two installed SSDs currently:
/dev/sdk SSDSC2BA200G3 BTTV322101WW200GGN
/dev/sdl SSDSC2BA200G3 BTTV322101WZ200GGN
@bradkeller commented on GitHub (May 19, 2024):
Is it the same amount of work to have multiple options? I wouldn't mind all of those options being available all being equal. Otherwise currently I would just be happy moving the SSDs I have in the 3.5in bays to the 2.5in bay and using them as separate single volumes.
@007revad commented on GitHub (May 19, 2024):
So the SSDs are currently in 3.5in bays. You can create the volume, or volumes, on them while they are in the 3.5in bays, then shut down the NAS and move the SSDs to the 2.5in cache trays.
@bradkeller commented on GitHub (May 19, 2024):
The two installed SSDs are currently uninitialized in the 2.5in cache trays. You think I can move them to a 3.5 tray and create volume(s) and then move them back? I can give it a go.
@007revad commented on GitHub (May 19, 2024):
I believe it will work.
@007revad commented on GitHub (May 19, 2024):
Another alternative is:
or if you also want DSM to do a drive check after creating the storage pools:
You'd then create the volumes in storage manager.