Linux Gains Lossless Filesystem | eWeek

Linux Gains Lossless Filesystem

Oct 2, 2005
1 minute read
eWeek content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More

An R&D affiliate of the worlds largest telephone company has achieved a stable release of a new Linux filesystem said to improve reliability over conventional Linux filesystems, and offer performance advantages over Solariss UFS filesystem. NILFS 1.0 (new implementation of a log-structured filesystem) is available now from NTT Labs (Nippon Telegraph and Telephones Cyber Space Laboratories).

Log-structured what?

Log-structured filesystems write down all data in a continuous log-like format that is only appended to, never overwritten. The approach is said to reduce seek times, as well as minimizing the kind of data loss that occurs with conventional Linux filesystems.

For example, data loss occurs on ext3 filesystems when the system crashes during a write operation. When the system reboots, the journal notes that the write did not complete, and any partial data writes are lost.

The UFS filesystem used by Solaris provides a data “snapshot” feature that prevents such data loss, NTT Labs says, but filesystem operation must be suspended to use the feature, reducing performance. NILFS, in contrast, can “continuously and automatically [save] instantaneous states of the file system without interrupting service,” NTT Labs says.

“Checkpoint” snapshot feature

The “instantaneous states” that NILFS continously saves can actually be mounted, read-only, at the same time that the actual filesystem is mounted read-write—a capability useful for data recovery after hardware failures and other system crashes.

/zimages/6/28571.gifRead the full story on LinuxDevices.com: Linux gains lossless filesystem

/zimages/6/28571.gifCheck out eWEEK.coms for the latest open-source news, reviews and analysis.

eWeek Logo

eWeek has the latest technology news and analysis, buying guides, and product reviews for IT professionals and technology buyers. The site's focus is on innovative solutions and covering in-depth technical content. eWeek stays on the cutting edge of technology news and IT trends through interviews and expert analysis. Gain insight from top innovators and thought leaders in the fields of IT, business, enterprise software, startups, and more.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.