bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Possible bug in `du`


From: Paul Eggert
Subject: Re: Possible bug in `du`
Date: Wed, 28 Apr 2004 10:16:15 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Chris van O <address@hidden> writes:

> This happens on a filesystem mounted smbfs...

> address@hidden ralph]$ ls -l /mnt/ralph/data/video1.mpg 
> -rw-r-----  1 1000 suse 1595396 Apr 27 18:03 /mnt/ralph/data/video
> address@hidden ralph]$ du  /mnt/ralph/data/video1.mpg 
> 1.0G    /mnt/ralph/data/video1.mpg 1.mpg

It could be a filesystem problem, or it could be a 'du' problem.

What happens when you type the following commands?

ls -ls /mnt/ralph/data/video1.mpg
strace -v du /mnt/ralph/data/video1.mpg 2>&1 | grep 'video1'




reply via email to

[Prev in Thread] Current Thread [Next in Thread]