# FatFS - 소형 임베디드 시스템을 위한 FAT/exFAT 파일 시스템

> Clean Markdown view of GeekNews topic #8180. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=8180](https://news.hada.io/topic?id=8180)
- GeekNews Markdown: [https://news.hada.io/topic/8180.md](https://news.hada.io/topic/8180.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-01-05T10:36:35+09:00
- Updated: 2023-01-05T10:36:35+09:00
- Original source: [elm-chan.org](http://elm-chan.org/fsw/ff/00index_e.html)
- Points: 8
- Comments: 2

## Topic Body

- 도스/윈도우 호환   
- ANSI C(C89)로 작성되고, 디스크 I/O 레이어와 완전히 분리   
- 포팅이 쉽고, 매우 작은 풋프린트  
- 8051, PIC, AVR, ARM, Z80, RX 등에서 사용 가능   
- 다양한 설정 옵션 지원   
  - 긴 파일명 지원(ANDI/OEM 또는 Unicode)  
  - 대용량 스토리지를 위한 exFAT, 64bit LBA 및 GPT   
  - RTOS를 위한 쓰레드 세이프   
  - 멀티플 볼륨 지원(피지컬 드라이브 & 파티션)  
  - 가변 섹터 사이즈   
  - DBCS를 포함한 멀티 코드 페이지   
  - 읽기 전용, I/O 버퍼등   
- 더 작은 8비트 마이크로 컨트롤러를 위한 서브셋인 Petit FatFS 도 있음

## Comments



### Comment 14029

- Author: kbumsik
- Created: 2023-01-05T19:49:47+09:00
- Points: 1

임베디드 한창 할 때 아주 잘 썼죠 ㅎㅎ

### Comment 14016

- Author: jjpark78
- Created: 2023-01-05T10:59:37+09:00
- Points: 1

SDIO 할때 아주 감사해하며 잘 썼던 기억이
