this post was submitted on 10 Jul 2025
33 points (100.0% liked)
Hardware
2953 readers
139 users here now
All things related to technology hardware, with a focus on computing hardware.
Rules (Click to Expand):
-
Follow the Lemmy.world Rules - https://mastodon.world/about
-
Be kind. No bullying, harassment, racism, sexism etc. against other users.
-
No Spam, illegal content, or NSFW content.
-
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.
-
Please try and post original sources when possible (as opposed to summaries).
-
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:
- Augmented Reality - !augmented_reality@lemmy.world
- Gaming Laptops - !gaminglaptops@lemmy.world
- Laptops - !laptops@lemmy.world
- Linux Hardware - !linuxhardware@programming.dev
- Mechanical Keyboards - !mechanical_keyboards@programming.dev
- Microcontrollers - !microcontrollers@lemux.minnix.dev
- Monitors - !monitors@piefed.social
- Raspberry Pi - !raspberry_pi@programming.dev
- Retro Computing - !retrocomputing@lemmy.sdf.org
- Single Board Computers - !sbcs@lemux.minnix.dev
- Virtual Reality - !virtualreality@lemmy.world
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
view the rest of the comments
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
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:Its old magic. Back when CD-R media was expensive ($20 USD per disc) "closing the disc" meant never writing to the disc again. If you only put a few megabytes on the disc might mean wasting a lot of money. Instead you could "close the session" which would cost you some capacity on the disc but let you write more to it in the future. Sometimes you would want to write the same filename (but a revised file) to the disc later, but because the file was already there, you'd need to "delete" the original before writing the new version. I think this is where this packet writing mode would come into play.
Within a few years Re-writable CD-R (CDR-W) came out and most of this wasn't needed anymore. You could wipe the whole disc and start fresh.
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. :)
I used packet writing for a while when I got my first DVD-RW drive. A few years later, multi gigabyte flash drives became affordable and there was no need to mess with DVD-RWs anymore.