## =,file_system =,filesystem =,FS is here. 줄여서 '''FS'''. 유닉스에서는 [[마운트,mount]]해서 사용한다. [[수퍼블록,superblock]]: 유닉스 파일시스템의 전반적 정보를 담고 있다. 리눅스 파일시스템 문제가 발생하면 [[fsck_명령]]을 쓴다. 도스의 경우 노턴 유틸리티 같은 게 있다. <> = 파일시스템 만들기 = 비슷한 말로 포맷이 있다. 리눅스의 mkfs 명령이 있다. 이것은 mkfs.ext2, .. 등의 프론트엔드 역할을 한다, 옵션 {{{ mkfs -t type device }}} -t: filesystem type 지정. [[파티션,partition]]이 있을 경우 device에는 장치명이 아닌 파티션 명을 적어야 한다. (e.g. /dev/hda가 아니라 /dev/hda2) 예 플로피에 ext2 FS 만들기 {{{ mkfs -t ext2 /dev/fd0 }}} = journaling file system = Srch:journaling [[Wiki:JournalingFileSystem]] = http://wiki.c2.com/?JournalingFileSystem = FAT = http://fileformats.archiveteam.org/wiki/FAT == FAT16 FAT32 ... == == exFAT == flash_memory를 위한? http://forensic.korea.ac.kr/DFWIKI/index.php/ExFAT http://forensic.korea.ac.kr/DFWIKI/index.php/구조분석/exFAT ... Google:exFAT = VFAT = LFN(long_file_name)을 위한? Win95부터? http://fileformats.archiveteam.org/wiki/VFAT = NTFS = = Fossil (Plan 9) = [[Plan_9]] [[WpEn:Fossil_(file_system)]] = https://en.wikipedia.org/wiki/Fossil_(file_system)