Log-structured file system: Difference between revisions

Content deleted Content added
m Disadvantages: no citation necessary, simple deduction from "where seek times are usually negligible"
Updates to new Wear leveling link
Line 26:
* [[ULFS]] is a User-Level Log-structured File System (http://ulfs.sf.net) Using FUSE (http://fuse.sf.net).
 
Some kinds of storage media, such as [[flash memory]] and [[CD-RW]], slowly degrade as they are written to and have a limited number of erase/write cycles at any one ___location. Log-structured file systems are sometimes used on these media because they make fewer in-place writes and thus prolong the life of the device by [[wearWear levellingleveling]]. The more common such file systems include:
 
* [[Universal Disk Format|UDF]] is a file system commonly used on [[optical disc]]s.