Linux에는 어떤 파일 시스템이 있습니까? [폐쇄]

Linux에는 어떤 파일 시스템이 있습니까? [폐쇄]

웹에는 Linux 파일 시스템의 전체 목록이 없으며 대부분의 목록은 너무 짧거나 오래되었습니다. 누구든지 Linux의 모든 파일 시스템을 나열하고 각 파일 시스템에 대한 설명을 제공할 수 있습니까?

다음은 교수님께서 불완전하거나 오래되었다고 말씀하신 두 가지 목록을 검토한 것입니다.

https://tldp.org/LDP/sag/html/filesystems.html

https://man7.org/linux/man-pages/man5/filesystems.5.html

답변1

다운로드리눅스 소스 코드, 압축 풀기, 실행 make menuconfig- 아래에서 File systems지원되는 모든 파일 시스템과 해당 설명을 찾을 수 있습니다.

Linux 5.8.16에서 볼 수 있는 내용은 다음과 같습니다.

 .config - Linux/x86 5.8.16 Kernel Configuration
 > File systems ────────────────────────────────────────────────────────────
  ┌──────────────────────────── File systems ────────────────────────────┐
  │  Arrow keys navigate the menu.  <Enter> selects submenus ---> (or    │  
  │  empty submenus ----).  Highlighted letters are hotkeys.  Pressing   │  
  │  <Y> includes, <N> excludes, <M> modularizes features.  Press        │  
  │  <Esc><Esc> to exit, <?> for Help, </> for Search.  Legend: [*]      │  
  │ ┌──────────────────────────────────────────────────────────────────┐ │  
  │ │    [ ] Validate filesystem parameter description                 │ │  
  │ │    < > Second extended fs support                                │ │  
  │ │    < > The Extended 3 (ext3) filesystem                          │ │  
  │ │    < > The Extended 4 (ext4) filesystem                          │ │  
  │ │    < > Reiserfs support                                          │ │  
  │ │    < > JFS filesystem support                                    │ │  
  │ │    < > XFS filesystem support                                    │ │  
  │ │    < > GFS2 file system support                                  │ │  
  │ │    < > Btrfs filesystem support                                  │ │  
  │ │    < > NILFS2 file system support                                │ │  
  │ │    < > F2FS filesystem support                                   │ │  
  │ │    [ ] Direct Access (DAX) support                               │ │  
  │ │    [ ] Enable filesystem export operations for block IO          │ │  
  │ │    -*- Enable POSIX file locking API                             │ │  
  │ │    [ ]   Enable Mandatory file locking                           │ │  
  │ │    [ ] FS Encryption (Per-file encryption)                       │ │  
  │ │    [ ] FS Verity (read-only file-based authenticity protection)  │ │  
  │ │    [ ] Dnotify support                                           │ │  
  │ │    [ ] Inotify support for userspace                             │ │  
  │ │    [ ] Filesystem wide access notification                       │ │  
  │ │    [ ] Quota support                                             │ │  
  │ │    < > Old Kconfig name for Kernel automounter support           │ │  
  │ │    < > Kernel automounter support (supports v3, v4 and v5)       │ │  
  │ │    < > FUSE (Filesystem in Userspace) support                    │ │  
  │ │    < > Overlay filesystem support                                │ │  
  │ │        Caches  --->                                              │ │  
  │ │        CD-ROM/DVD Filesystems  --->                              │ │  
  │ │        DOS/FAT/EXFAT/NT Filesystems  --->                        │ │  
  │ │        Pseudo filesystems  --->                                  │ │  
  │ │    -*- Miscellaneous filesystems  --->                           │ │  
  │ │    [ ] Network File Systems  ----                                │ │  
  │ │    -*- Native language support  --->                             │ │  
  │ │    [ ] UTF-8 normalization and casefolding support               │ │  
  │ │                                                                  │ │  
  │ │                                                                  │ │  
  │ │                                                                  │ │  
  │ └──────────────────────────────────────────────────────────────────┘ │  
  ├──────────────────────────────────────────────────────────────────────┤  
  │       <Select>    < Exit >    < Help >    < Save >    < Load >       │  
  └──────────────────────────────────────────────────────────────────────┘  

관련 정보