bugGNU Core Utilities - Bugs: bug #14485, du -b command produces incorrect...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #14485: du -b command produces incorrect disk usage information for files with icons

Submitter:  None
Submitted:  Sat 10 Sep 2005 06:58:12 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Closed

Wed 12 Apr 2006 08:26:53 PM UTC, comment #1: 

I don't observe the problem with coreutils 5.94.  Perhaps it's been fixed?

526-penguin $ ls -l
total 68
-rw-r--r-- 2 eggert eggert  9407 Apr 13  1998 bg.jpg
-rw-r--r-- 2 eggert eggert 49629 Apr 13  1998 raptor.jpg
527-penguin $ du -ak
12      ./bg.jpg
56      ./raptor.jpg
72      .
528-penguin $ du -ab
9407    ./bg.jpg
49629   ./raptor.jpg
63132   .
529-penguin $ du --version | sed 1q
du (GNU coreutils) 5.94
530-penguin $ uname -a
Linux penguin 2.4.27-2-686 #1 Wed Aug 17 10:34:09 UTC 2005 i686 GNU/Linux

Paul Eggert <eggert>
Group administrator
Sat 10 Sep 2005 06:58:12 AM UTC, original submission:  

correct behaviour of du -ak /Volumes/DOWNLOADS/TEMP/New\ Folder

716     /Volumes/DOWNLOADS/TEMP/New Folder/18.08.2004 003 copy.jpg
560     /Volumes/DOWNLOADS/TEMP/New Folder/18.08.2004 003_ copy.jpg
1276    /Volumes/DOWNLOADS/TEMP/New Folder

incorrect behaviour of du -ab /Volumes/DOWNLOADS/TEMP/New\ Folder

570459  /Volumes/DOWNLOADS/TEMP/New Folder/18.08.2004 003 copy.jpg
570459  /Volumes/DOWNLOADS/TEMP/New Folder/18.08.2004 003_ copy.jpg
1141054 /Volumes/DOWNLOADS/TEMP/New Folder

summary of file "18.08.2004 003_ copy.jpg"

     Path: "/Volumes/DOWNLOADS/TEMP/New Folder/18.08.2004 003_ copy.jpg"
     Kind:  File
     Size:  560.0 KB (570459 bytes)
     Forks:  Data (570459 bytes), Resource (0 bytes)

summary of file "18.08.2004 003 copy.jpg"

     Path: "/Volumes/DOWNLOADS/TEMP/New Folder/18.08.2004 003 copy.jpg"
     Kind:  File
     Size:  716.0 KB (728257 bytes)
     Forks:  Data (570459 bytes), Resource (157798 bytes)



Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follows 1 latest change.

Date Changed by Updated Field Previous Value => Replaced by
2006-04-12 eggert Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code