lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <536857BC.3010002@gmail.com> Date: Tue, 06 May 2014 11:32:12 +0800 From: Younger Liu <younger.liucn@...il.com> To: linux-ext4@...r.kernel.org Subject: Why does not freeblocks number change after deleting a big file? Hi: Analyze ext4 filesystem with "debugfs -R "stats" <device>", Why does not free blocks number change after deleting a big file? The big file: # stat test file:"test" size:290554084 blocks:567496 IO block:4096 before deleting the file "test": # debugfs -R "stats" /dev/sdb ... Inode count: 243593216 Block count: 1948728320 Reserved block count: 97436416 Free blocks: 406830314 Free inodes: 151667854 ... deleting the file "test" # debugfs -R "stats" /dev/sdb ... Inode count: 243593216 Block count: 1948728320 Reserved block count: 97436416 Free blocks: 406830314 Free inodes: 151667854 ... Younger thx. -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists