낸드 플래시 메모리는 하드디스크드라이브와 물리적 특성이 다르기 때문에, 기존 하드디스크드라이브의 파일 시스템을 낸드 플래시 메모리에 적용할 수 없다. 이 문제를 해결하기 위해 낸...

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.
변환된 중국어를 복사하여 사용하시면 됩니다.
https://www.riss.kr/link?id=T11228737
서울 : 중앙대학교 대학원, 2008
학위논문(석사) -- 중앙대학교 대학원 , 컴퓨터공 모바일 및 임베디드 컴퓨터시스템 , 2008. 2
2008
한국어
서울
iv, 53 p. ; 26 cm
지도교수: 김성조
0
상세조회0
다운로드낸드 플래시 메모리는 하드디스크드라이브와 물리적 특성이 다르기 때문에, 기존 하드디스크드라이브의 파일 시스템을 낸드 플래시 메모리에 적용할 수 없다. 이 문제를 해결하기 위해 낸...
낸드 플래시 메모리는 하드디스크드라이브와 물리적 특성이 다르기 때문에, 기존 하드디스크드라이브의 파일 시스템을 낸드 플래시 메모리에 적용할 수 없다. 이 문제를 해결하기 위해 낸드 플래시 메모리 전용 파일 시스템으로 리눅스 커널에서 제공하는 JFFS, JFFS2와 Alpha에서 개발한 YAFFS, YAFFS2가 상용으로 널리 사용되고 있다. 최근에는 더 좋은 성능 및 안정성을 가진 다양한 파일 시스템이 개발되었다. 그러나 이 파일 시스템들은 파일의 메타 정보를 파일 데이터와 분리하여 저장하는 구조 때문에, 파일이 쓰여질 때마다 파일의 메타 정보가 저장된 페이지를 갱신하는 오버헤드가 존재한다. 또한, 파일 시스템이나 파일 자체의 메타 정보가 저장된 페이지가 손실되었을 때, 파일 시스템이 실패하게 되는 안정성의 문제가 있다.
본 논문에서는 이와 같은 기존 낸드 플래시 메모리 전용 파일 시스템에서의 효율성 문제와 안정성 문제를 해결하기 위한 자기 서술 페이지(Self-Description Page) 기법과 메모리 상의 코어 파일 시스템(In Memory Core File System) 기법을 제안한다. 자기 서술 페이지는 낸드 플래시 메모리 각각의 페이지에 데이터와 그 데이터를 설명할 수 있는 메타 정보를 함께 저장함으로써 하나의 페이지가 그 페이지를 완전히 서술할 수 있는 페이지로 어떤 페이지들이 실패하더라도 그 페이지의 정보만 소실할 뿐, 전체 파일 시스템은 실패하지 않는다. 메모리 상의 코어 파일 시스템은 마운트 시 메모리 상에 구성된 파일 시스템의 메타 정보와 파일의 메타 정보를 언마운트 시까지 메모리 상에만 존재하도록 하는 시스템 정책으로써, 파일 I/O 연산 시 파일 메타 정보를 갱신하는 오버헤드를 제거한다. 이 기법을 적용하여 개발한 SDFS (Self-Description File System)는 낸드 플래시 메모리 페이지들이 실패해도 파일 시스템을 복구할 수 있으며, YAFFS2보다 쓰기와 읽기 성능을 각각 36%, 15% 향상시켰고 마운트 속도를 최대 1/20까지 단축시켰다.
다국어 초록 (Multilingual Abstract)
Conventional file systems for harddisk drive can not be applied to NAND flash memory, because the physical characteristics of NAND flash memory differs from those of harddisk drive. To address this problem, JFFS and JFFS2 provided by Linux kernel and ...
Conventional file systems for harddisk drive can not be applied to NAND flash memory, because the physical characteristics of NAND flash memory differs from those of harddisk drive. To address this problem, JFFS and JFFS2 provided by Linux kernel and YAFFS and YAFFS2 developed by Alpha have been used widely as NAND-based flash memory based systems. Various file systems with better reliability and efficiency have also been developed recently. However, these file systems have inherent overheads for updating pages in file's meta-data, because these file systems have save file's meta-data and data separately. This cause very expensive update cost. Futhermore, these file systems have a critical reliability problem: file systems fail when either a page in meta-data of a file system or a file itself fails. In this thesis, we propose a self-description page scheme and In Memory Core File System scheme to address these efficiency and reliability problems. A self-description page is a page within NAND flash memory that can describe itself by saving file's data and meta-data together which can describe file's data to each page. This make it possible that even though some pages fail, the file system never fails except losing some data from failed pages. In Memory Core File System is a policy that file system's and file's meta-data structured in RAM at the mount time reside in RAM until unmount time, which eliminates overheads of updating meta-data at the operation time of file I/O. SDFS(Self-Description File System) can be recovered, although some pages fail, and improves write and read performance by 36% and 15%, respectively, and reduces mounting time by 1/20 compared with YAFFS2.
목차 (Table of Contents)