[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
|
|
Subscribe / Log in / New account

Accessing zoned block devices with zonefs

Accessing zoned block devices with zonefs

Posted Jul 24, 2019 1:04 UTC (Wed) by epithumia (subscriber, #23370)
In reply to: Accessing zoned block devices with zonefs by JohnVonNeumann
Parent article: Accessing zoned block devices with zonefs

The use case for these things is basically write-rarely data. The devices are larger than the available non-shingled drives but can't really be used in the same way (or at least not efficiently).

And yes, you must write an entire zone at once. But the devices generally have a region which accepts random writes (or are paired with another device which serves that function), so you can potentially accumulate a zone's worth of data over time and then move that to a zone all at once. There is plenty of room for smart filesystems here.


to post comments

Accessing zoned block devices with zonefs

Posted Jul 24, 2019 4:48 UTC (Wed) by smurf (subscriber, #17840) [Link] (1 responses)

Do you really need to write a whole zone at once? I thought these drives have per-zone append (until the zone is full of course).

Accessing zoned block devices with zonefs

Posted Jul 24, 2019 13:29 UTC (Wed) by willy (subscriber, #9762) [Link]

Your understanding is correct; epithumia is mistaken.

Accessing zoned block devices with zonefs

Posted Jul 24, 2019 10:24 UTC (Wed) by james (subscriber, #1325) [Link]

Another use case is video surveillance, where you're continually recording video and want to keep as much as possible before you need to over-write.

Commercial devices based on a zoned drive could have an embedded OS in the conventional zones to keep the bill of materials down.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds