Welcome to Incremental Social! Learn more about this project here!
Check out lemmyverse to find more communities to join from here!

Thoughts on these SATA/M.2-->SATA/2.5" adapters?

Trying to squeeze some more storage in my MiniPC. I have questions about these. These use hardward RAID with selectable modes (Individual/JBOD/RAID1/RAID2).

  1. If I use RAID 1 and one of the drives fails, will I know?

  2. If a drive fails, and a slap in a new one, will it internally begin repairing RAID 1 again?

  3. Can I use these as "individual" or JBOD and have 2 separate drives through the same connector, and use something like TrueNAS to software-RAID them?

aard ,
@aard@kyu.de avatar

JBOD relies on an optional SATA extension, which most of your controllers won't have.

That leaves you with RAID in the controller - which is a bad idea, as you don't have much control over what is going on, and recovery if it fails will possibly messy.

helenslunch OP ,

Then why does it list JBOD?

aard ,
@aard@kyu.de avatar

Because it does JBOD if the controller supports it. Pretty much none of the controllers you'll find in consumer hardware support that.

helenslunch OP ,

What do you mean by "controller"?

chronicledmonocle ,

The SATA controller on the motherboard. The thing you plug your SATA cable into.

mathers ,
  1. Since you mentioned that speed wasn't a concern, I would go with software raid, which would also alleviate your concerns about 1 and 2.
Paragone ,

IF JBOD, && Linux, THEN yes you can know, through SMARTTOOLS, or something like that..

However, I can't imagine how you'd get 2 separate PCIe

( presuming NVMe devices ..

.. no, this thing must be presuming SATA, NOT NVMe ..

even in SATA, there's no bifurcator for SATA, I don't think:

SAS has expanders, which can take a single SAS channel & attach something like 128 SAS devices onto it,

PCIe has some kind of equivalent, and there is a PCIe card which crams loads of NVMe's into it, out in the last year, but SATA??

Hmm... )

shrug

1Fuji2Taka3Nasubi ,

The equivalent of SAS expanders for SATA are called port multipliers, and the JMS562 chip in the picture can act as one (as well as becoming a sort of RAID controller).

01189998819991197253 ,
@01189998819991197253@infosec.pub avatar

TIL these exist. Neat.

helenslunch OP ,

You're neat

possiblylinux127 ,
@possiblylinux127@lemmy.zip avatar

Do not use one with any kind of logic. The mSATA ones are fine because they just passthough

helenslunch OP ,

Logic?

possiblylinux127 ,
@possiblylinux127@lemmy.zip avatar

Silicon

RegalPotoo ,
@RegalPotoo@lemmy.world avatar

As in, hardware RAID is a terrible idea and should never be used. Ever.

With hardware RAID, you are moving your single point of failure from your drive to your RAID controller - when the controller fails, and they fail more often then you would expect - you are fucked, your data is gone, nice try, play again some time. In theory you could swap the controller out, but in practice it's a coin flip if that will actually work unless you can find exactly the same model controller with exactly the same firmware manufactured in the same production line while the moon was in the same phase and even then your odds are still only 2 in 3.

Do yourself a favour, look at an external disk shelf/DAS/drive enclosure that connects over SAS and do RAID in software. Hardware RAID made sense when CPUs were hewn from granite and had clock rates measures in tens of megahertz so offloading things to dedicated silicon made things faster, but that's not been the case this century.

helenslunch OP ,

Okay well it has non-RAID modes as well...

bjoern_tantau ,
@bjoern_tantau@swg-empire.de avatar
01189998819991197253 ,
@01189998819991197253@infosec.pub avatar

I see that you, too, bear scars of RAIDs.

1Fuji2Taka3Nasubi ,

OP should be looking at backup before considering RAID anyway, because RAID is not backup.

CouncilOfFriends ,

Correct, it's not obvious when first diving in but the main use for RAID is increasing performance and availability by allowing up to a specific number of drive failures. For that to work, ideally in an enterprise you'd have a primary and secondary controller to mitigate that point of failure which is not typical for most homelabs and makes backup even more important.

altima_neo ,
@altima_neo@lemmy.zip avatar

I cant see these being great if all youre doing is trying to add more storage. For one, raid is already not terribly great, and on some unknown hardware like this, who knows?

If all you needed was storage, youd be better off getting an actual 2.5" drive in the highest capacity you can find, and it will still likely be cheaper thank a bunch of M.2 and perform better too.

helenslunch OP ,

Then there's no redundancy

Kidplayer_666 ,

Question, where did you find these?

helenslunch OP ,

Amazon. QNAP and StarTech Make them.

aBundleOfFerrets ,

Why not ask QNAP or StarTech support about how they operate then?

helenslunch OP ,

Seriously? When was the last time you tried to use customer support for absolutely anything? There's no such thing anymore.

aBundleOfFerrets ,

The last time I used customer support was asking an aliexpress seller the size of a DC jack on their product, and they answered my question (in broken english) with exactly the information I was looking for.

Decronym Bot , (edited )

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
NAS Network-Attached Storage
NVMe Non-Volatile Memory Express interface for mass storage
PCIe Peripheral Component Interconnect Express
RAID Redundant Array of Independent Disks for mass storage
SATA Serial AT Attachment interface for mass storage
SSD Solid State Drive mass storage

[Thread for this sub, first seen 6th Apr 2024, 21:05]
[FAQ] [Full list] [Contact] [Source code]

BigMikeInAustin ,

I'm not saying this rudely. This sounds like a "read the manual" moment, since different vendors can have different settings.

Or at least links to the exact one you are looking at.

helenslunch OP ,

I couldn't find any manuals. Nothing that referenced my questions. Thought maybe there was just a "conventional" way that these functioned.

AmbroisindeMontaigu ,

https://www.qnap.com/en/product/qda-a2mar seems to be the one in your image. From the users guide it seems it does everything you listed. The prices I've seen are about 100 € / $ though plus the two SSDs you need, personally I'd invest in external backup instead, that covers more data loss scenarios than this adapter.

helenslunch OP ,

That's cool that it has a utility but how would I even access that on a server? And how would I be notified if there was a problem?

External backup is not a possibility.

poVoq ,
@poVoq@slrpnk.net avatar
  1. Very likely no (but maybe some SMART data?)
  2. Probably only if it is the identical model, but depends on the the exact implementation I guess
  3. Probably if it claims to support them as individual drives, but you will be still limited to the speed of a single SATA3 connection.
scrubbles ,
@scrubbles@poptalk.scrubbles.tech avatar

Neat, but I see it personally as the worst of both worlds, unless you have a bunch of NVMEs sitting around.

You're going to be bottlenecked by SATA speeds, so even one NVME would be bottlenecked, let alone 2. So for me, going with a larger SATA SSD (which you could of course RAID with another) would probably get you still better speeds.

Then you have issue of it breaking. Personally, I have never had good luck with secondary board RAID items like this. They always fail after a while. The only stable raids I have seen are motherboards and SAS. Whenever I see "Make this interface into another RAID" I think of the.... 5-7 failed cards sitting behind me.

helenslunch OP ,

unless you have a bunch of NVMEs sitting around.

SATA, not NVMe.

You're going to be bottlenecked by SATA speeds

Speed is not a concern for me.

scrubbles ,
@scrubbles@poptalk.scrubbles.tech avatar

If you don't have a bunch of nvmes lying around that you want to use, then why not just go for a few sata drives and raid those together? You do what you like, to me that just seems like more storage for your buck

helenslunch OP ,

I don't have any way to add them.

loudWaterEnjoyer ,
@loudWaterEnjoyer@lemmy.dbzer0.com avatar

But you adding nvmes on the same slot?

helenslunch OP ,

No.

loudWaterEnjoyer ,
@loudWaterEnjoyer@lemmy.dbzer0.com avatar

What are we seeing here?

helenslunch OP ,

This is a SATA/M.2 to SATA/2.5" adapter. No NVMe.

slacktoid ,
@slacktoid@lemmy.ml avatar

M.2 is a form factor. Under that form factor it can run the NVMe or the SATA protocol.

mbfalzar ,

Just as an uninvolved third party, I'm trying to figure out how NVMe entered this response to a question about a SATA to SATA form factor converter

accideath ,

Because M.2 equals NVMe in some people’s minds, I suppose

scrubbles ,
@scrubbles@poptalk.scrubbles.tech avatar

Right, mostly because the only things you plug into an m.2 slot right now are nvme drives. Which is why I'm honestly trying to figure out what OP wants. They say speed isn't a concern just storage, so why not go for a larger SATA SSD then? Unless I'm missing something, buying this adapter to add m.2 slots would only give op a couple m.2 slots, vs just adding a sata drive itself. Honestly I don't know what they're trying to to do and their comments have made me more confused

helenslunch OP ,

so why not go for a larger SATA SSD then?

Because there's no redundancy.

accideath ,

Which is fair, I suppose, if you really only have one SATA port left. Then a RAID 1 through that device might work well enough. Wouldn’t be my first choice though… and definitely not for RAID 0. Not that RAID 0 should be anyone’s first choice, nowadays.

helenslunch OP ,

Just making the best with what I've got.

scrubbles ,
@scrubbles@poptalk.scrubbles.tech avatar

Neither is there if this controller dies.... Like the other person said, my response would be "you don't have 2 sata ports then?". Better raid support and better capacity. Take it from my life lessons. Raid 0 is not a backup, it is barely redundant. It's primary use is production environments where you do not want your system to go down when a drive fails.

helenslunch OP ,

Neither is there if this controller dies....

Yes. There is. Unless the controller decides before it dies to wipe the disks for some reason?

Like the other person said, my response would be "you don't have 2 sata ports then?"

And like I said to the other person, "No."

Raid 0 is not a backup, it is barely redundant.

No one is talking about backups.

scrubbles ,
@scrubbles@poptalk.scrubbles.tech avatar

Okay, I don't know why you're downvoting me, and I'm over it. I was trying to help you and understand the question, I was trying not to be argumentative. My honest responses haven't changed on your questions, I think it's going to fail quickly, I think you're going to regret it, and I don't think it's good for your use case. But hey, what do I know, I've only done basically the same thing and self hosted stuff for 15 years, and was only trying to help you avoid the mistakes I made. Sorry I didn't just agree with everything you said and was trying to figure out alternatives.

mbfalzar ,

My desktop has a wireless card in an m.2 slot (as do those of my wife and both children), one of my laptops has a SATA m.2 as its only drive because it only has a SATA m.2 slot, another laptop has a SATA m.2 as the scratch drive because it has one NVMe and one SATA, and "the only things you plug into an m.2 slot right now are nvme drives" is such a wild take that I'm baffled as to where it came from

possiblylinux127 ,
@possiblylinux127@lemmy.zip avatar

If speed isn't the concern I would use Sata drives. They are cheaper anyway

helenslunch OP ,

Exactly

Shimitar ,
@Shimitar@feddit.it avatar

You fan pretty effective software raid with Linux built in drivers. No need for hardware raid, specially not cheapo ones...

Running Linux software raid for 20+ years with zero issues... Currently on USB3 and USB-C disks, but in the past all kind of mixed solutions (ide/sata/esata/USB/FireWire...).

Speed is not a big issue in my experience if you consume your media over network anyway.

slacktoid ,
@slacktoid@lemmy.ml avatar

M.2 is a form factor. Under that form factor it can run the NVMe or the SATA protocol.

scrubbles ,
@scrubbles@poptalk.scrubbles.tech avatar

Answered elsewhere in this thread. Yes, I'm aware, but the only real life use case is plugging in nvme drives

slacktoid ,
@slacktoid@lemmy.ml avatar

There are m.2 sata drives. They have a different pin layout and everything. It depends on what you want out of the QoS of your system and what bottlenecks you have.

scrubbles ,
@scrubbles@poptalk.scrubbles.tech avatar

Yeah, just then I still think it's the worst of both worlds. You still have a single point of failure, that raid controller on that device probably can't be ported anywhere else (at least most of the cheap controllers I've seen haven't been able to, most mobo raids I've been able to recover), and so if you don't have redundancy anyway, then a larger SSD is to me, the way to go. Honestly a single SSD and a nightly backup to an external would be how I'd do it if I was on a budget and only had one SATA port remaining.

slacktoid ,
@slacktoid@lemmy.ml avatar

Yeah thats the problem with hardware raid in general.

bonus_crab ,

also nvme drives get HOT, and sticking em together in an enclosure with no heatsink or fan would probably have thermal throttle under load.

uninvitedguest ,
@uninvitedguest@lemmy.ca avatar

Super cool. I didn't know this existed.

Hiro8811 ,
@Hiro8811@lemmy.world avatar

If I'm not wrong these are not compatible with nvme? I remember I wanted to buy something like this but I couldn't find PCIE to SATA, pretty sure I'm wrong but not in the mood to research

helenslunch OP ,

This one is SATA, yes.

Hiro8811 ,
@Hiro8811@lemmy.world avatar

What I mean is that I'm not sure there are adapters from PCIE the interface nvme drive use to SATA. If I'm not mistaken they don't work with nvme 4.0

helenslunch OP ,

There is no NVMe in this device. It's all SATA. The M.2 drives are SATA

Hiro8811 ,
@Hiro8811@lemmy.world avatar

Ahh, seems I have misunderstood what you said. I suppose it could work

helenslunch OP ,

No worries m8

  • All
  • Subscribed
  • Moderated
  • Favorites
  • selfhosted@lemmy.world
  • incremental_games
  • meta
  • All magazines