[OS][オペレーティングシステム]ファイルシステム:fs-2番目


🧐 regular file vs directory file



file type=1 : regular file
file type=2 : directory file
rec len:各エントリのサイズ(エントリ)

✔Directory Entryディレクトリエントリ

ext2_dir_entry_2{
   __u32 inode; // 4 byte
   __u16 rec_len; // 2 byte
   __u8 name_len; // 1 byte
   __u8 file_type; // 1 byte
   char name[];  // file name
}

検索✔inode 2("/")の場所



... 宿題をしてから書きなさい.

リファレンス


仁川大学