원문정보
A File System for Embedded Multimedia Systems
초록
영어
Nowadays, we have many embedded systems which store and process multimedia data. For multimedia systems using hard disks as storage media such as DVR, existing file systems are not the right choice to store multimedia data in terms of cost, performance and reliability.
In this study we designed a reliable file system with very high performance for embedded multimedia applications. The proposed file system runs with quite simple disk layout to reduce time to initialize and to recover after power failures, uses a large data block to speed up the sequential accesses, incorporates a time-based indexing scheme to improve the time-based random accesses and boosts reliability by backing up the important meta data on a small NVRAM. We implemented the file system on a Linux-based DVR and verified the performance by comparing with existing file systems.
목차
1. 서론
2. 연구 배경
2.1 파일 시스템 관련 연구
2.2 멀티미디어 환경에서 새로운 파일 시스템의 필요성
3. 멀티미디어 시스템을 위한 파일 시스템의 구현
3.1 개인용 멀티미디어 파일 시스템의 요구 사항
3.2 설계,구현된 파일 시스템의 구조
4. 파일 시스템 성능 평가
4.1 성능 평가 실험 환경
4.2 성능 평가 결과
5. 결론
참고문헌