Re: [ANNOUNCE] new HFS(+) driver
Mike Fedyk <mfedyk-llKm+/[email protected]> Thu, 2 Oct 2003 17:26:08 -0700
| Newsgroups | gmane.linux.file-systems,gmane.linux.file-systems.hfsplus.devel,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
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-fsdevel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html