Re: [ANNOUNCE] new HFS(+) driver

From: Mike Fedyk (mfedyk_at_matchmail.com)
Date: 10/03/03

  • Next message: Joe Perches: "Re: [PATCH] Net device error logging"
    Date:	Thu, 2 Oct 2003 17:26:08 -0700
    To: Dave O <cxreg@pobox.com>
    
    

    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@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Joe Perches: "Re: [PATCH] Net device error logging"

    Relevant Pages

    • Re: [ANNOUNCE] new HFS(+) driver
      ... I haven't done the math, but you are comparing base 1000 to ... A single file there is ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: Mercurial 0.4e vs git network pull
      ... Here's an empty pull as a demonstration: ... > That's a single http request and a one line response. ... So, what about comparing it with something comparable, say git pull over ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: ArrayList BinarySearch vs Contains
      ... It's the math that makes it confusing, ... Then the difficulty comes in comparing two algorithms that have asymmetric ... BTW, wikipedia agrees with your math and so does the Array.Sort doc on MSDN, ...
      (microsoft.public.dotnet.languages.csharp)
    • Re: performance of filesystem xattrs with Samba4
      ... The new dbench is finished. ... I've done some initial runs comparing 2.6.10-rc2 and 2.6.10-rc2-mm2 ... range of filesystems and much longer run times, ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [PATCH] [2.6] [1/2] hlist: replace explicit checks of hlist fields w/ func calls
      ... Alex Pankratov wrote: ... > will be a known constant at a link time (whether it's a static ... So comparing something to &null would be ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)