Jump to content

Packet writing: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Addbot (talk | contribs)
m Bot: Migrating 7 interwiki links, now provided by Wikidata on d:q1542120 (Report Errors)
Citation bot (talk | contribs)
Misc citation tidying. | Use this bot. Report bugs. | Suggested by AManWithNoPlan | #UCB_CommandLine
 
(16 intermediate revisions by 13 users not shown)
Line 1: Line 1:
{{redir|IPW|the New Zealand wrestling promotion|Impact Pro Wrestling}}
{{multiple issues|disputed=May 2008|POV=May 2008|unreferenced =July 2008}}
{{optical disc authoring}}
{{optical disc authoring}}
{{short description|Method used to write to optical discs}}
{{expand german|date=July 2020}}
'''Packet writing''' (or '''incremental packet writing''', '''IPW''') is an [[optical disc recording technology]] used to allow write-once and rewritable [[CD]] and [[DVD]] media to be used in a similar manner to a [[floppy disk]] from within the [[operating system]].


== Details ==
'''Packet writing''' or '''IPW''' (original term: ''Incremental Packet Writing''), is an [[optical disc recording technology]] used to allow write-once and rewritable [[CD]] and [[DVD]] media to be used in a similar manner to a [[floppy disk]] from within the [[operating system]], i.e., it allows users to create, modify, and delete files and directories on demand without the need to ''[[optical disc authoring|burn]]'' a whole disc. Packet writing technology achieves this by writing data in incremental blocks rather than in a single block. The most common file system for packet writing systems is the [[Universal Disk Format|UDF]].


Packet writing allows users to create, modify, and delete files and directories on demand without the need to ''[[optical disc authoring|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 are simply marked as being deleted. Similarly, changes to files cause new instances to be created instead of replacing the original files. Because of this, the available space on a medium using packet writing technology will decrease every time its content is modified. For rewritable discs, however, this doesn't necessarily occur; there exists technology that allows them to be used as fully rewritable storage media (see [[Universal Disk Format|UDF]]).


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.
Due to the characteristics of optical rewritable media such as [[CD-RW]]s and [[DVD-RW]]s, the ability of data sectors to hold their contents diminishes when changing them frequently (since re-crystallized alloy de-crystallizes). To cope with this the packet writing system can remap bad sectors with good sectors as required. These bad sectors cannot be recovered by formatting the media.

The most common file system for packet writing systems is [[Universal Disk Format|UDF]].

Due to the characteristics of optical rewritable media such as [[CD-RW]]s and [[DVD-RW]]s, the ability of data sectors to hold their contents diminishes when changing them frequently (since re-crystallized alloy de-crystallizes). To cope with this the packet writing system can remap bad sectors with good sectors as required. These bad sectors cannot be recovered by formatting the media.<ref name=PC-Thompson>[https://books.google.com/books?id=kG8LcWfruOAC&pg=PT242 ''"PC Hardware in a Nutshell: A Desktop Quick Reference"'' by Robert Bruce Thompson, Barbara Fritchman Thompson − Chapter 11 (starting page 340): CD writers]</ref>

{{See also|Universal_Disk_Format#Spared_(RW)_build}}

== Software ==
Packet writing is most popularly implemented by Microsoft since [[Windows Vista]], where it is referred to as the [[Live File System]].
Software implementing packet writing includes:


==Software Packages==
* [[Drag-to-Disc]] (former DirectCD)
* Nero [[InCD]]
* Nero [[InCD]]
* [[Drive Letter Access]]
* [[Drive Letter Access]]
* [[Linux kernel|Linux]] (since 2.6.8)


==References==
[[Category:Optical disc authoring]]

{{Reflist}}


{{hardware-stub}}
{{hardware-stub}}

[[Category:Optical disc authoring]]
[[Category:Optical computer storage media]]

Latest revision as of 04:13, 14 March 2023

Packet writing (or incremental packet writing, IPW) is an optical disc recording technology used to allow write-once and rewritable CD and DVD media to be used in a similar manner to a floppy disk from within the operating system.

Details

[edit]

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.

The most common file system for packet writing systems is UDF.

Due to the characteristics of optical rewritable media such as CD-RWs and DVD-RWs, the ability of data sectors to hold their contents diminishes when changing them frequently (since re-crystallized alloy de-crystallizes). To cope with this the packet writing system can remap bad sectors with good sectors as required. These bad sectors cannot be recovered by formatting the media.[1]

Software

[edit]

Packet writing is most popularly implemented by Microsoft since Windows Vista, where it is referred to as the Live File System. Software implementing packet writing includes:

References

[edit]