Deutsch English Français Italiano |
<vmou5k$bc8h$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: Rich <rich@example.invalid> Newsgroups: comp.os.linux.misc Subject: Re: News : ARM Trying to Buy AmperComputing Date: Tue, 21 Jan 2025 19:56:36 -0000 (UTC) Organization: A noiseless patient Spider Lines: 62 Message-ID: <vmou5k$bc8h$1@dont-email.me> References: <_hycnQxlN5kAphr6nZ2dnZfqn_SdnZ2d@earthlink.com> <198f4f8c-a0d0-7caf-b67e-1f61fee9de41@example.net> <UcicndjNUaEg0hH6nZ2dnZfqnPSdnZ2d@earthlink.com> <35e42921-5781-8728-236f-afad1d3b56b1@example.net> <vSydnd3xKfdNFhD6nZ2dnZfqn_udnZ2d@earthlink.com> <7258fd01-44f7-850d-3f69-54b93489f64d@example.net> <vml7e7$31s95$1@dont-email.me> <69ce04cf-80a7-7170-675f-4165ffedc92b@example.net> <RtudnVi93qkPcBP6nZ2dnZfqnPudnZ2d@earthlink.com> <4985abd5-ec8c-44da-0105-0778434959c0@example.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Tue, 21 Jan 2025 20:56:37 +0100 (CET) Injection-Info: dont-email.me; posting-host="e0a4feb39bb5335767b6fc167d9731cd"; logging-data="373009"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19EGuLza4Ifcdxqz7TvVJiK" User-Agent: tin/2.6.1-20211226 ("Convalmore") (Linux/5.15.139 (x86_64)) Cancel-Lock: sha1:c1MEoJBLOuRwAL/oN1V1pz+SDhE= Bytes: 3686 D <nospam@example.net> wrote: > [-- text/plain, encoding 8bit, charset: utf-8, 94 lines --] > > > > On Mon, 20 Jan 2025, 186282@ud0s4.net wrote: > >> On 1/20/25 3:53 PM, D wrote: >>> >>> >>> On Mon, 20 Jan 2025, The Natural Philosopher wrote: >>> >>>> On 20/01/2025 09:30, D wrote: >>>>>> >>>>>> The Pi hat or OMV ? >>>>> >>>>> The pi, with directly connected spinning disks. Does the hat have its own >>>>> extra power supply? >>>> >>>> I've managed to get a P4 I think to run one spinning rust disk without >>>> extra power. >>>> Strictly it depends on the disk. >>>> The pi hat for 5 drives has an external 60W PSU >>> >>> Ahh, if it has an external PSU then there is no problem. Ideally, if the pi >>> hat for 5 drives is intended to accomodate 5 spinning drives, it would be >>> nice if it did so at full speeds. >> >> >> One review said the WRITEs were a little pokey, >> but not TOO bad. READs were apparently snappy. >> >> This is OK ... most stuff on HDDs is "write once / >> read more often". > > Hmm, do you have a link? What does "a little pokey" mean in terms of > writes? If it is only performance and latency related, then it is ok, > since the software will take care of a lot of that for me. The nymshift troll was likely referring to two possibilities: 1) SMR mechanical drives 2) SSD's In both cases, writes have to be done in what amounnts to a "two step process". For SMR drives, because the magnetic tracks physically overlap, writes get queued to a non SMR area, and then get "moved" to the actual disk sectors as a bigger batch to maintain the proper "overlap" of the magnetic tracks. For SSD's, writes occur to an "erased" flash block (typically much larger than a "disk sector" size used by the host) and given enough writes over a short enough timeframe the SSD controller can run out of "pre-erased" blocks to use, and when that happens write speed slows down to the rate that can be done when a "block erase" has to occur before the actual writes can hit the media. Note that this "block erase" can also invove moving any partially used data sectors out of the block into another block, creating a "write amplification" situation as well.