Ancestors

Written by rambos@lemm.ee on 2024-08-26 at 21:02

Data HDD with SSD catch drive

https://lemm.ee/post/40718024

=> More informations about this toot | More toots from rambos@lemm.ee

Written by ShortN0te@lemmy.ml on 2024-08-26 at 21:23

40MB/s is very very low even for a HDD. I would eventually debug why it’s that low.

Yes it’s possible. FS like zfs btrfs etc. support that.

=> More informations about this toot | More toots from ShortN0te@lemmy.ml

Written by rambos@lemm.ee on 2024-08-26 at 21:50

Its the cheapest drive I could find (refurbished seagate from amazon), I thought thats the reason for being slow, but wasnt aware its that low. Im also getting 25-40 MB/s (200-320 Mbps) when copying files from this drive over network. Streaming works great so its not too slow at all. Is there better way of debugging this? What speeds can I expect from good drive or best drive?

Ill research more about BTRFS and ZFS, thx

=> More informations about this toot | More toots from rambos@lemm.ee

Written by acosmichippo@lemmy.world on 2024-08-26 at 21:53

can you copy files to it from another local disk?

=> More informations about this toot | More toots from acosmichippo@lemmy.world

Toot

Written by rambos@lemm.ee on 2024-08-26 at 22:09

Yeah, but need to figure out how to see transfer speed using ssh. Sorry noob here :)

=> More informations about this toot | More toots from rambos@lemm.ee

Descendants

Written by not_fond_of_reddit@lemm.ee on 2024-08-26 at 22:53

If you use scp (cp over ssh) you should see the transfer speed.

=> More informations about this toot | More toots from not_fond_of_reddit@lemm.ee

Written by rambos@lemm.ee on 2024-08-27 at 00:01

I have managed to copy with rsync and getting 180 MB/s. I guess my initial assumption was wrong, HDD is obviously not bottleneck here, it can get close to ISP speed. Thank you for pointing this out, Ill do more testing these days. Im kinda shocked because I never knew HDD can be that fast. Gonna reread all the comments as well

=> More informations about this toot | More toots from rambos@lemm.ee

Written by not_fond_of_reddit@lemm.ee on 2024-08-27 at 06:24

The cool thing about rsync is that it goes ”BRRRRRRRRR!” like a warthog… the plane… and it can saturate the receiving drive or array depending on your network and client. And getting 180 with rsync… on a SATA drive, can’t really hope for more.

And you can run a quick n dirty test is using dd

$> dd if=/dev/zero of=1g-testfile bs=1g count=1

=> More informations about this toot | More toots from not_fond_of_reddit@lemm.ee

Written by rambos@lemm.ee on 2024-08-27 at 09:46

Thx. Ive seen dd commands in guides how to test drive speed, but I’m not sure how can I specify what drive I want to test. I see I could change “if” and “of”, but don’t trust myself enough to use my own modified commands before understanding them better. Will read more about that. Honestly I’m surprised drive speed test is not easier, but its probably just me still being noob xD

=> More informations about this toot | More toots from rambos@lemm.ee

Written by not_fond_of_reddit@lemm.ee on 2024-08-27 at 10:33

Let’s say you want to test a drive that is mounted on /tmp… you just cd into that directory and you can use my example.

You can use

$> df -h

or

$> mount

to check how your drive is mounted in the OS

Most ”default ” installations will have 1-4 partitions and / being partition 3 or 4.

So if you look at the mount command and / is /dev/sdX3 (where X can be a-z depending on how many drives you have connected) and no other mounts are in the output then every directory under / is on that drive… so you can run my example from your home-directory if you fancy that.

=> More informations about this toot | More toots from not_fond_of_reddit@lemm.ee

Written by rambos@lemm.ee on 2024-08-27 at 13:23

Thank you a lot for being patient with me :D

1+0 records in

1+0 records out

1073741824 bytes (1.1 GB, 1.0 GiB) copied, 4.62269 s, 232 MB/s

This HDD is obviously working fine and much faster than I thought it can. I guess I have to find bottleneck elswhere

=> More informations about this toot | More toots from rambos@lemm.ee

Written by not_fond_of_reddit@lemm.ee on 2024-08-27 at 14:39

If I can at least help on stranger on the internet… well, then I have helped one stranger on the internet 😂

=> More informations about this toot | More toots from not_fond_of_reddit@lemm.ee

Written by rambos@lemm.ee on 2024-08-27 at 15:11

Hehe you are awesome 😂

=> More informations about this toot | More toots from rambos@lemm.ee

Written by ShortN0te@lemmy.ml on 2024-08-28 at 10:37

The limitation of HDDs was never sequential Read/Write when it comes to day to day use on a PC.

The huge difference to an SSD is when data is written or read not sequentially, often referred to random I/O.

=> More informations about this toot | More toots from ShortN0te@lemmy.ml

Proxy Information
Original URL
gemini://mastogem.picasoft.net/thread/113030606235890589
Status Code
Success (20)
Meta
text/gemini
Capsule Response Time
304.926732 milliseconds
Gemini-to-HTML Time
4.406622 milliseconds

This content has been proxied by September (ba2dc).