항공용 데이터 기록 장치는 표준 규격을 넘어 다양한 형태로 개발되어지고 있다. 메모리를 효율적으로 관리하고 데이터 이동의 편의성을 위하여 파일시스템 적용이 필요하다. 본 논문에서는 데이터 기록장치에 FAT32 규격의 파일시스템을 적용하였다. 이 파일시스템은 여러 가지 운영체제에 대한 호환성을 가지고 있으며, 구현하기에 비교적 용이한 구조를 가지고 있다. 이 파일 시스템은 부트레코드, 예약된 영역, FAT, 데이터 영역으로 이루어져 있다. 파일을 생성하기 위해서는 부트레코드에 대한 분석과 루트디렉터리 엔트리 정보가 필요하다. 데이터를 기록하기위해서는 FAT을 분석하여 빈 섹터를 검색하고, 클러스터간의 연결 정보를 FAT영역에 기록한다. 저장된 파일은 지정된 최대 용량을 넘지 않도록 설계하였으며, 이를 초과할 경우 새로운 파일을 생성하여 저장한다.
Airborne data recorders are developed in various format get over the standards. We use the filesystems for managing memories efficiently and moving data conveniently. In this paper, FAT32 filesystem is applied for data recorder. This filesystem has compatibility with various operating systems and structure to complement easily. This composed of Boot Record, Reserved Area, File allocation Tables and Data area. We need analyzing the boot record and root directory entry information to make new file. We have to search the empty sectors, and write the linking data within fat area. We designed saved files don't over the limited size. If the file over the size, system make a new file.