From eb93e2c6f055dc50953513d416a2308d11ed53f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tuna=20K=C4=B1l=C4=B1=C3=A7?= Date: Tue, 8 Sep 2026 20:18:40 +0300 Subject: [PATCH] Mark ext2 as completed in README.md --- 08-filesystems/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08-filesystems/README.md b/08-filesystems/README.md index da4ed1a..70722a3 100644 --- a/08-filesystems/README.md +++ b/08-filesystems/README.md @@ -13,7 +13,7 @@ Blok cihazların üzerine kurulan dosya soyutlaması: blok katmanı, VFS, disk | inode, dentry ve dosya tanımlayıcıları | `inode-ve-dentry.md` | ⬜ | | Dosya işlemleri: open, read, write, close | `dosya-islemleri.md` | ⬜ | | FAT12 / FAT16 / FAT32 | `fat.md` | ⬜ | -| ext2 | `ext2.md` | ⬜ | +| ext2 | `ext2.md` | ✅ | | ext4 ve journaling | `ext4-ve-journaling.md` | ⬜ | | initrd ve initramfs | `initrd.md` | ⬜ | | Sanal dosya sistemleri: tmpfs, devfs, procfs | `sanal-dosya-sistemleri.md` | ⬜ |