Skip to search formSkip to main contentSkip to account menu

EXOSTOSES, MULTIPLE, TYPE III (disorder)

Known as: EXOSTOSES, MULTIPLE, TYPE III, EXT3 
National Institutes of Health

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2012
2012
Implementation defects in file systems can lead to disastrous data-loss. This situation has drawn the attention of researchers… 
2011
2011
  • 2011
  • Corpus ID: 53535143
2011
2011
Existing file-system reliability methods, such as checksums, redundancy, or transactional updates, provide limited defenses… 
2009
2009
In recent years, quite a few has happened in the Linux filesystem scene. Storage is becoming ever larger, solid state disks are… 
2009
2009
A snapshot-based fine granularity versioning technique is presented to retain history data only for a single directory or a… 
2008
2008
Solid-state drives (SSDs) are quickly becoming an affordable alternative to mechanical hard disk drives. SSDs perform low latency… 
2007
2007
In this paper we describe design and implementation of a database-assisted multimedia file system, named as XPRESS (eXtendible… 
2006
2006
In this paper we present the results of an investigation conducted by SGI into streaming filesys-tem throughput on the Altix… 
2006
2006
안정성은 가장 중요시 되는 컴퓨터의 특성이다. 안정성에 문제가 생긴 경우, 전체의 동작이 중단 되어 수정 중이던 데이터가 손실되거나 기존 데이터의 복구가 불가능하게 되는 상황이 초래될 수 있다. 이러한 문제점들을 극복하기 위해 DualFS[8], log-structured 파일 시스템[10] 등의 다양한 저널링 파일 시스템들이 사용된다. 특히 Ext3 파일 시스템은 일반적으로 매우 안정적으로 동작하며, 치명적인 문제도 없기 때문에 많이 사용 되고 있는 저널링 파일 시스템이다. 하지만 Ext3 파일 시스템의 기본 저널링 모드인 ordered mode는 메타 데이터에 대한 기록을 남기기 위해 여분의 디스크 공간이 필요 하고, 저널링을 위한 추가적인 작업이 수행되어야 한다. 본 논문에서는 ordered mode의 추가적인 공간과 추가적인 작업의 필요 없이 저널링을 수행하는 log-ordered mode를 제안한다.