this post was submitted on 10 Jul 2025
33 points (100.0% liked)

Hardware

2928 readers
377 users here now

All things related to technology hardware, with a focus on computing hardware.


Rules (Click to Expand):

  1. Follow the Lemmy.world Rules - https://mastodon.world/about

  2. Be kind. No bullying, harassment, racism, sexism etc. against other users.

  3. No Spam, illegal content, or NSFW content.

  4. Please stay on topic, adjacent topics (e.g. software) are fine if they are strongly relevant to technology hardware. Another example would be business news for hardware-focused companies.

  5. Please try and post original sources when possible (as opposed to summaries).

  6. If posting an archived version of the article, please include a URL link to the original article in the body of the post.


Some other hardware communities across Lemmy:

Icon by "icon lauk" under CC BY 3.0

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 16 points 3 days ago (9 children)

It's amazing to see optical media dying out to such a high degree. I was so excited when we got a CD-ROM drive in our home computer, when I was a kid. It opened up a lot of options for new games. Now, I have a collection of games on CD/DVD in a box, in the basement, which hasn't been opened in a decade, maybe two.

[–] [email protected] 17 points 3 days ago* (last edited 3 days ago) (3 children)

Note that this is not all writing of optical media, much less reading of optical media, but specifically packet writing, a comparatively rarely-used set of functionality to provide the appearance of limited modifiability on write-once media.

https://en.wikipedia.org/wiki/Packet_writing

Packet writing allows users to create, modify, and delete files and directories on demand without the need to burn a whole disc. Packet writing technology achieves this by writing data in incremental blocks rather than in a single block.

Deleting files and directories of a CD-R using packet writing technology does not recover the space occupied by these objects but, rather, they are simply marked as being deleted (making them effectively hidden). Similarly, changes to files cause new instances to be created instead of replacing the original files. Because of this, the available space on a non-rewritable medium using packet writing technology will decrease every time its content is modified.

I've burned many optical media discs, but never made use of packet writing.

EDIT: I think that wodim is probably the most-commonly-used optical media burning software for data discs on Linux, and looking at its man page, it apparently never got packet writing support out of being flagged experimental, for perspective:

   -packet
          Set Packet writing mode.  This is an experimental interface.

   pktsize=#
          Set the packet size to #, forces fixed packet mode.  This is an experimental interface.

   -noclose
          Do not close the current track, useful only when in packet writing mode.  This is an experimental interface.
[–] [email protected] 5 points 3 days ago

Thanks for the clarification!

I was under the impression this was all optical disc writing.

When the family got a computer with a CD-RW drive in 1999, I used a CD-RW disc as a sort of portable USB, I guessing that was the last time when I used packet writing. :)

load more comments (2 replies)
load more comments (7 replies)