Re: [ANNOUNCE] new HFS(+) driver

From: Mike Fedyk
Date: Thu Oct 02 2003 - 19:26:42 EST


On Thu, Oct 02, 2003 at 02:00:25PM -0500, Dave O wrote:
> This works, however du(1) seems to get the block size wrong:
>
> meatloop:/cdrom# ls -l
> total 393244
> -rwxr-xr-x 1 501 dialout 341952833 Sep 22 17:24 else.zip
> -rwxr-xr-x 1 501 dialout 450701627 Sep 22 20:07 outlook.zip
> -rwxr-xr-x 1 501 dialout 607534655 Sep 22 17:26 quick1.zip
> -rwxr-xr-x 1 501 dialout 431279243 Sep 22 17:26 quick2.zip
> -rwxr-xr-x 1 501 dialout 605501959 Sep 22 17:27 quick3.zip
> -rwxr-xr-x 1 501 dialout 403836898 Sep 22 17:28 quick4.zip
> -rwxr-xr-x 1 501 dialout 380636073 Sep 22 17:28 quick5.zip
>
> meatloop:/cdrom# du -sh
> 385M .

Are you sure? I haven't done the math, but you are comparing base 1000 to
base 1024 numbers. Try comparing:

du -sh .
ls -lh
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/