From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Fri, 19 Oct 2012 09:51:40 +0200 Message-ID: From: "Peter A. Cejchan" To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: [9fans] ext2srv problem with too many files Topicbox-Message-UUID: c00edf30-ead7-11e9-9d60-3106f5b1d025 hi, the problem reported before (2011) with ext2srv still persists, here is some output: ## On Plan9 native: term% du -a /n/linux/dir | wc -l 1758 term% ls -l /n/linux/dir | wc -l 1757 ## On Linux: % 9 du -a /dir | wc -l 12925 % 9 ls -l /dir | wc -l 12924 % 9 du -s /dir 951227 /dir thanks, ++pac