SCIENTIFIC-LINUX-USERS Archives

October 2006

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Kyriakos Ginis <[log in to unmask]>
Reply To:
Date:
Fri, 6 Oct 2006 17:15:26 +0300
Content-Type:
text/plain
Parts/Attachments:
text/plain (45 lines)
On Fri, Oct 06, 2006 at 01:42:23AM +0100, Jon Peatfield wrote:
> I'm sure that this didn't used to happen (well it doesn't on SL3)...
> 
> $ cd /tmp
> $ touch new-file
> $ ls -al new-file 
> -rw-r--r--  1 jp107 other 0 Oct  6 01:08 new-file
> $ du -sk new-file 
> 4       new-file
> $ echo > new-file
> $ ls -al new-file 
> -rw-r--r--  1 jp107 other 1 Oct  6 01:08 new-file
> $ du -sk new-file 
> 8       new-file
> 
> if I make slightly bigger files then the 'extra' blocks allocated also
> goes up (to 32K extra that I've seen).
> 
> $ uname -a
> Linux hilus 2.6.9-42.0.2.EL #1 Tue Aug 22 16:56:02 CDT 2006 i686 i686 i386 GNU/Linux

Hi,

I don't see this behaviour:

# touch new-file
# ls -al new-file 
-rw-r--r--  1 root root 0 Oct  6 16:59 new-file
# du -sk new-file 
0       new-file
# uname -a
Linux aurum 2.6.9-42.0.2.ELsmp #1 SMP Tue Aug 22 17:26:55 CDT 2006 i686 i686 i386 GNU/Linux
# echo > new-file
# ls -al new-file 
-rw-r--r--  1 root root 1 Oct  6 17:01 new-file
# du -sk new-file 
4       new-file

We use ext3 with options 'defaults' on a local SCSI disk.

-- 
Kyriakos Ginis
Software Engineering Laboratory
National Technical University of Athens

ATOM RSS1 RSS2